[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 07/18] tests: vmstate static checker: minimum_ver
From: |
Amit Shah |
Subject: |
[Qemu-devel] [PATCH v2 07/18] tests: vmstate static checker: minimum_version_id check |
Date: |
Fri, 6 Jun 2014 14:39:39 +0530 |
Signed-off-by: Amit Shah <address@hidden>
---
tests/vmstate-static-checker-data/dump1.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/vmstate-static-checker-data/dump1.json
b/tests/vmstate-static-checker-data/dump1.json
index 44200fb..786ca0b 100644
--- a/tests/vmstate-static-checker-data/dump1.json
+++ b/tests/vmstate-static-checker-data/dump1.json
@@ -698,7 +698,7 @@
"minimum_version_id": 2,
"Description": {
"name": "PIIX3",
- "version_id": 3,
+ "version_id": 1,
"minimum_version_id": 2,
"Fields": [
{
--
1.9.3
- [Qemu-devel] [PATCH v2 00/18] migration: add static analysis tool to check vmstate compat, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 01/18] migration: dump vmstate info as a json file for static analysis, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 02/18] vmstate-static-checker: script to validate vmstate changes, Amit Shah, 2014/06/06
- [Qemu-devel] [PATCH v2 03/18] tests: vmstate static checker: add dump1 and dump2 files, Amit Shah, 2014/06/06
- [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 <=
- [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, 2014/06/06
- [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