| From cee2b0f8cedc1308b9e215091ce75907d737406b Mon Sep 17 00:00:00 2001 |
| From: Amit Shah <amit.shah@redhat.com> |
| Date: Fri, 11 Jul 2014 10:09:13 -0500 |
| Subject: [CHANGE 17/29] tests: vmstate static checker: remove Subsections |
| To: rhvirt-patches@redhat.com, |
| jen@redhat.com |
| |
| RH-Author: Amit Shah <amit.shah@redhat.com> |
| Message-id: <257ecb190461b9f6e3ab763896b6831cdbc4341e.1405072585.git.amit.shah@redhat.com> |
| Patchwork-id: 59797 |
| O-Subject: [RHEL7.1 qemu-kvm PATCH 16/18] tests: vmstate static checker: remove Subsections |
| Bugzilla: 1118707 |
| RH-Acked-by: Juan Quintela <quintela@redhat.com> |
| RH-Acked-by: Laszlo Ersek <lersek@redhat.com> |
| RH-Acked-by: Dr. David Alan Gilbert (git) <dgilbert@redhat.com> |
| |
| Signed-off-by: Amit Shah <amit.shah@redhat.com> |
| Reviewed-by: Juan Quintela <quintela@redhat.com> |
| Signed-off-by: Juan Quintela <quintela@redhat.com> |
| (cherry picked from commit c7173a9c182c9092de6be57490132a218c850675) |
| Signed-off-by: Amit Shah <amit.shah@redhat.com> |
| Signed-off-by: jen <jen@redhat.com> |
| |
| tests/vmstate-static-checker-data/dump2.json | 15 --------------- |
| 1 file changed, 15 deletions(-) |
| |
| diff --git a/tests/vmstate-static-checker-data/dump2.json b/tests/vmstate-static-checker-data/dump2.json |
| index 6f8a617..b5cb1aa 100644 |
| |
| |
| @@ -558,21 +558,6 @@ |
| "field_exists": false, |
| "size": 4 |
| } |
| - ], |
| - "Subsections": [ |
| - { |
| - "name": "PIIX3/rcr", |
| - "version_id": 1, |
| - "minimum_version_id": 1, |
| - "Fields": [ |
| - { |
| - "field": "rcr", |
| - "version_id": 0, |
| - "field_exists": false, |
| - "size": 1 |
| - } |
| - ] |
| - } |
| ] |
| } |
| }, |
| -- |
| 1.9.3 |
| |