[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 18/22] tests: vmstate static checker: add substructur
From: |
Juan Quintela |
Subject: |
[Qemu-devel] [PULL 18/22] tests: vmstate static checker: add substructure for usb-kbd for hid section |
Date: |
Tue, 24 Jun 2014 15:10:08 +0200 |
From: Amit Shah <address@hidden>
This shows how the script deals with substructures added to vmstate
descriptions that don't change the on-wire format.
Signed-off-by: Amit Shah <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
Signed-off-by: Juan Quintela <address@hidden>
---
tests/vmstate-static-checker-data/dump2.json | 115 +++++++++++++++------------
1 file changed, 64 insertions(+), 51 deletions(-)
diff --git a/tests/vmstate-static-checker-data/dump2.json
b/tests/vmstate-static-checker-data/dump2.json
index b5cb1aa..45cccaf 100644
--- a/tests/vmstate-static-checker-data/dump2.json
+++ b/tests/vmstate-static-checker-data/dump2.json
@@ -844,7 +844,7 @@
"field": "dev",
"version_id": 0,
"field_exists": false,
- "size": 4352,
+ "size": 5832,
"Description": {
"name": "USBDevice",
"version_id": 1,
@@ -896,58 +896,71 @@
}
},
{
- "field": "kbd.keycodes",
+ "field": "hid",
"version_id": 0,
"field_exists": false,
- "size": 4
- },
- {
- "field": "head",
- "version_id": 0,
- "field_exists": false,
- "size": 4
- },
- {
- "field": "n",
- "version_id": 0,
- "field_exists": false,
- "size": 4
- },
- {
- "field": "kbd.modifiers",
- "version_id": 0,
- "field_exists": false,
- "size": 2
- },
- {
- "field": "kbd.leds",
- "version_id": 0,
- "field_exists": false,
- "size": 1
- },
- {
- "field": "kbd.key",
- "version_id": 0,
- "field_exists": false,
- "size": 1
- },
- {
- "field": "kbd.keys",
- "version_id": 0,
- "field_exists": false,
- "size": 4
- },
- {
- "field": "protocol",
- "version_id": 0,
- "field_exists": false,
- "size": 4
- },
- {
- "field": "idle",
- "version_id": 0,
- "field_exists": false,
- "size": 1
+ "size": 312,
+ "Description": {
+ "name": "HIDKeyboardDevice",
+ "version_id": 1,
+ "minimum_version_id": 1,
+ "Fields": [
+ {
+ "field": "kbd.keycodes",
+ "version_id": 0,
+ "field_exists": false,
+ "size": 4
+ },
+ {
+ "field": "head",
+ "version_id": 0,
+ "field_exists": false,
+ "size": 4
+ },
+ {
+ "field": "n",
+ "version_id": 0,
+ "field_exists": false,
+ "size": 4
+ },
+ {
+ "field": "kbd.modifiers",
+ "version_id": 0,
+ "field_exists": false,
+ "size": 2
+ },
+ {
+ "field": "kbd.leds",
+ "version_id": 0,
+ "field_exists": false,
+ "size": 1
+ },
+ {
+ "field": "kbd.key",
+ "version_id": 0,
+ "field_exists": false,
+ "size": 1
+ },
+ {
+ "field": "kbd.keys",
+ "version_id": 0,
+ "field_exists": false,
+ "size": 4
+ },
+ {
+ "field": "protocol",
+ "version_id": 0,
+ "field_exists": false,
+ "size": 4
+ },
+ {
+ "field": "idle",
+ "version_id": 0,
+ "field_exists": false,
+ "size": 1
+ }
+ ]
+ }
}
]
}
--
1.9.3
- [Qemu-devel] [PULL 08/22] tests: vmstate static checker: minimum_version_id check, (continued)
- [Qemu-devel] [PULL 08/22] tests: vmstate static checker: minimum_version_id check, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 09/22] tests: vmstate static checker: remove a section, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 10/22] tests: vmstate static checker: remove a field, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 11/22] tests: vmstate static checker: remove last field in a struct, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 12/22] tests: vmstate static checker: change description name, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 13/22] tests: vmstate static checker: remove Fields, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 14/22] tests: vmstate static checker: remove Description, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 15/22] tests: vmstate static checker: remove Description inside Fields, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 16/22] tests: vmstate static checker: remove a subsection, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 17/22] tests: vmstate static checker: remove Subsections, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 18/22] tests: vmstate static checker: add substructure for usb-kbd for hid section,
Juan Quintela <=
- [Qemu-devel] [PULL 19/22] tests: vmstate static checker: add size mismatch inside substructure, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 21/22] vmstate: Return error in case of error, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 20/22] migration: Remove unneeded minimum_version_id_old, Juan Quintela, 2014/06/24
- [Qemu-devel] [PULL 22/22] vmstate: Refactor & increase tests for primitive types, Juan Quintela, 2014/06/24
- Re: [Qemu-devel] [PULL 00/22] Migration queue, Peter Maydell, 2014/06/24