[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 14/18] tests: vmstate static checker: remove Desc
From: |
Amit Shah |
Subject: |
[Qemu-devel] [PATCH v2 14/18] tests: vmstate static checker: remove Description inside Fields |
Date: |
Fri, 6 Jun 2014 14:39:46 +0530 |
Signed-off-by: Amit Shah <address@hidden>
---
tests/vmstate-static-checker-data/dump2.json | 27 +--------------------------
1 file changed, 1 insertion(+), 26 deletions(-)
diff --git a/tests/vmstate-static-checker-data/dump2.json
b/tests/vmstate-static-checker-data/dump2.json
index 66ac3bd..05b8fce 100644
--- a/tests/vmstate-static-checker-data/dump2.json
+++ b/tests/vmstate-static-checker-data/dump2.json
@@ -212,32 +212,7 @@
"field": "pci",
"version_id": 0,
"field_exists": false,
- "size": 1944,
- "Description": {
- "name": "PCIDevice",
- "version_id": 2,
- "minimum_version_id": 1,
- "Fields": [
- {
- "field": "version_id",
- "version_id": 0,
- "field_exists": false,
- "size": 4
- },
- {
- "field": "config",
- "version_id": 0,
- "field_exists": false,
- "size": 256
- },
- {
- "field": "irq_state",
- "version_id": 2,
- "field_exists": false,
- "size": 16
- }
- ]
- }
+ "size": 1944
},
{
"field": "g_ctl",
--
1.9.3
- [Qemu-devel] [PATCH v2 04/18] tests: vmstate static checker: incompat machine types, (continued)
- [Qemu-devel] [PATCH v2 04/18] tests: vmstate static checker: incompat machine types, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 05/18] tests: vmstate static checker: add version error in main section, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 06/18] tests: vmstate static checker: version mismatch inside a Description, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 07/18] tests: vmstate static checker: minimum_version_id check, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 08/18] tests: vmstate static checker: remove a section, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 10/18] tests: vmstate static checker: remove last field in a struct, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 09/18] tests: vmstate static checker: remove a field, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 11/18] tests: vmstate static checker: change description name, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 12/18] tests: vmstate static checker: remove Fields, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 13/18] tests: vmstate static checker: remove Description, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 14/18] tests: vmstate static checker: remove Description inside Fields,
Amit Shah <=
- [Qemu-devel] [PATCH v2 15/18] tests: vmstate static checker: remove a subsection, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 16/18] tests: vmstate static checker: remove Subsections, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 17/18] tests: vmstate static checker: add substructure for usb-kbd for hid section, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 18/18] tests: vmstate static checker: add size mismatch inside substructure, Amit Shah, 2014/06/06