[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 09/18] tests: vmstate static checker: remove a fi
From: |
Amit Shah |
Subject: |
[Qemu-devel] [PATCH v3 09/18] tests: vmstate static checker: remove a field |
Date: |
Tue, 17 Jun 2014 18:49:22 +0530 |
Signed-off-by: Amit Shah <address@hidden>
---
tests/vmstate-static-checker-data/dump2.json | 6 ------
1 file changed, 6 deletions(-)
diff --git a/tests/vmstate-static-checker-data/dump2.json
b/tests/vmstate-static-checker-data/dump2.json
index 4ccfd67..f6b52d0 100644
--- a/tests/vmstate-static-checker-data/dump2.json
+++ b/tests/vmstate-static-checker-data/dump2.json
@@ -58,12 +58,6 @@
"size": 4
},
{
- "field": "usbsts",
- "version_id": 0,
- "field_exists": false,
- "size": 4
- },
- {
"field": "usbsts_pending",
"version_id": 2,
"field_exists": false,
--
1.9.3
- [Qemu-devel] [PATCH v3 00/18] migration: add static analysis tool to check vmstate compat, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 01/18] migration: dump vmstate info as a json file for static analysis, Amit Shah, 2014/06/17
- [Qemu-devel] [PATCH v3 02/18] vmstate-static-checker: script to validate vmstate changes, Amit Shah, 2014/06/17
- [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 <=
- [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, 2014/06/17
- [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