[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 04/18] tests: vmstate static checker: incompat ma
From: |
Amit Shah |
Subject: |
[Qemu-devel] [PATCH v2 04/18] tests: vmstate static checker: incompat machine types |
Date: |
Fri, 6 Jun 2014 14:39:36 +0530 |
This commit modifies the dump2 data to flag incompatibilities in the
machine types being compared.
Signed-off-by: Amit Shah <address@hidden>
---
tests/vmstate-static-checker-data/dump2.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/vmstate-static-checker-data/dump2.json
b/tests/vmstate-static-checker-data/dump2.json
index 44200fb..0a8b81d 100644
--- a/tests/vmstate-static-checker-data/dump2.json
+++ b/tests/vmstate-static-checker-data/dump2.json
@@ -1,6 +1,6 @@
{
"vmschkmachine": {
- "Name": "pc-i440fx-2.1"
+ "Name": "pc-i440fx-2.2"
},
"fw_cfg": {
"Name": "fw_cfg",
--
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 <=
- [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, 2014/06/06