[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v4 15/18] tests: vmstate static checker: remove a su
From: |
Amit Shah |
Subject: |
[Qemu-devel] [PATCH v4 15/18] tests: vmstate static checker: remove a subsection |
Date: |
Wed, 18 Jun 2014 13:43:49 +0530 |
Signed-off-by: Amit Shah <address@hidden>
---
tests/vmstate-static-checker-data/dump2.json | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/tests/vmstate-static-checker-data/dump2.json
b/tests/vmstate-static-checker-data/dump2.json
index 05b8fce..6f8a617 100644
--- a/tests/vmstate-static-checker-data/dump2.json
+++ b/tests/vmstate-static-checker-data/dump2.json
@@ -836,19 +836,6 @@
"size": 1
}
]
- },
- {
- "name": "fdrive/media_rate",
- "version_id": 1,
- "minimum_version_id": 1,
- "Fields": [
- {
- "field": "media_rate",
- "version_id": 0,
- "field_exists": false,
- "size": 1
- }
- ]
}
]
}
--
1.9.3
- [Qemu-devel] [PATCH v4 10/18] tests: vmstate static checker: remove last field in a struct, (continued)
- [Qemu-devel] [PATCH v4 10/18] tests: vmstate static checker: remove last field in a struct, Amit Shah, 2014/06/18
- [Qemu-devel] [PATCH v4 11/18] tests: vmstate static checker: change description name, Amit Shah, 2014/06/18
- [Qemu-devel] [PATCH v4 12/18] tests: vmstate static checker: remove Fields, Amit Shah, 2014/06/18
- [Qemu-devel] [PATCH v4 13/18] tests: vmstate static checker: remove Description, Amit Shah, 2014/06/18
- [Qemu-devel] [PATCH v4 14/18] tests: vmstate static checker: remove Description inside Fields, Amit Shah, 2014/06/18
- [Qemu-devel] [PATCH v4 15/18] tests: vmstate static checker: remove a subsection,
Amit Shah <=
- [Qemu-devel] [PATCH v4 16/18] tests: vmstate static checker: remove Subsections, Amit Shah, 2014/06/18
- [Qemu-devel] [PATCH v4 17/18] tests: vmstate static checker: add substructure for usb-kbd for hid section, Amit Shah, 2014/06/18
- [Qemu-devel] [PATCH v4 18/18] tests: vmstate static checker: add size mismatch inside substructure, Amit Shah, 2014/06/18
- Re: [Qemu-devel] [PATCH v4 00/18] migration: add static analysis tool to check vmstate compat, Juan Quintela, 2014/06/18