[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 13/18] tests: vmstate static checker: remove Desc
From: |
Amit Shah |
Subject: |
[Qemu-devel] [PATCH v3 13/18] tests: vmstate static checker: remove Description |
Date: |
Tue, 17 Jun 2014 18:49:26 +0530 |
Signed-off-by: Amit Shah <address@hidden>
---
tests/vmstate-static-checker-data/dump2.json | 33 +---------------------------
1 file changed, 1 insertion(+), 32 deletions(-)
diff --git a/tests/vmstate-static-checker-data/dump2.json
b/tests/vmstate-static-checker-data/dump2.json
index cc0aae3..66ac3bd 100644
--- a/tests/vmstate-static-checker-data/dump2.json
+++ b/tests/vmstate-static-checker-data/dump2.json
@@ -462,38 +462,7 @@
"cfi.pflash01": {
"Name": "cfi.pflash01",
"version_id": 1,
- "minimum_version_id": 1,
- "Description": {
- "name": "pflash_cfi01",
- "version_id": 1,
- "minimum_version_id": 1,
- "Fields": [
- {
- "field": "wcycle",
- "version_id": 0,
- "field_exists": false,
- "size": 1
- },
- {
- "field": "cmd",
- "version_id": 0,
- "field_exists": false,
- "size": 1
- },
- {
- "field": "status",
- "version_id": 0,
- "field_exists": false,
- "size": 1
- },
- {
- "field": "counter",
- "version_id": 0,
- "field_exists": false,
- "size": 8
- }
- ]
- }
+ "minimum_version_id": 1
},
"megasas": {
"Name": "megasas",
--
1.9.3
- [Qemu-devel] [PATCH v3 03/18] tests: vmstate static checker: add dump1 and dump2 files, (continued)
- [Qemu-devel] [PATCH v3 03/18] tests: vmstate static checker: add dump1 and dump2 files, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 04/18] tests: vmstate static checker: incompat machine types, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 05/18] tests: vmstate static checker: add version error in main section, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 06/18] tests: vmstate static checker: version mismatch inside a Description, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 07/18] tests: vmstate static checker: minimum_version_id check, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 08/18] tests: vmstate static checker: remove a section, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 09/18] tests: vmstate static checker: remove a field, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 10/18] tests: vmstate static checker: remove last field in a struct, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 11/18] tests: vmstate static checker: change description name, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 12/18] tests: vmstate static checker: remove Fields, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 13/18] tests: vmstate static checker: remove Description,
Amit Shah <=
- [Qemu-devel] [PATCH v3 14/18] tests: vmstate static checker: remove Description inside Fields, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 15/18] tests: vmstate static checker: remove a subsection, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 16/18] tests: vmstate static checker: remove Subsections, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 18/18] tests: vmstate static checker: add size mismatch inside substructure, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 17/18] tests: vmstate static checker: add substructure for usb-kbd for hid section, Amit Shah, 2014/06/17
- Re: [Qemu-devel] [PATCH v3 00/18] migration: add static analysis tool to check vmstate compat, Eric Blake, 2014/06/17