|
|
958e1b |
From 7cae700ac81f981cccc7da24bf0bafa5553c6814 Mon Sep 17 00:00:00 2001
|
|
|
958e1b |
From: Amit Shah <amit.shah@redhat.com>
|
|
|
958e1b |
Date: Fri, 11 Jul 2014 10:09:01 -0500
|
|
|
958e1b |
Subject: [CHANGE 05/29] tests: vmstate static checker: incompat machine types
|
|
|
958e1b |
To: rhvirt-patches@redhat.com,
|
|
|
958e1b |
jen@redhat.com
|
|
|
958e1b |
|
|
|
958e1b |
RH-Author: Amit Shah <amit.shah@redhat.com>
|
|
|
958e1b |
Message-id: <2702cc4c7819182770b80f1e3b846163a7a7d9d5.1405072585.git.amit.shah@redhat.com>
|
|
|
958e1b |
Patchwork-id: 59785
|
|
|
958e1b |
O-Subject: [RHEL7.1 qemu-kvm PATCH 04/18] tests: vmstate static checker: incompat machine types
|
|
|
958e1b |
Bugzilla: 1118707
|
|
|
958e1b |
RH-Acked-by: Juan Quintela <quintela@redhat.com>
|
|
|
958e1b |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
958e1b |
RH-Acked-by: Dr. David Alan Gilbert (git) <dgilbert@redhat.com>
|
|
|
958e1b |
|
|
|
958e1b |
This commit modifies the dump2 data to flag incompatibilities in the
|
|
|
958e1b |
machine types being compared.
|
|
|
958e1b |
|
|
|
958e1b |
Signed-off-by: Amit Shah <amit.shah@redhat.com>
|
|
|
958e1b |
Acked-by: Juan Quintela <quintela@redhat.com>
|
|
|
958e1b |
Signed-off-by: Juan Quintela <quintela@redhat.com>
|
|
|
958e1b |
(cherry picked from commit bc178dc5630a243f95c9d3c2ee2329af09606f41)
|
|
|
958e1b |
Signed-off-by: Amit Shah <amit.shah@redhat.com>
|
|
|
958e1b |
Signed-off-by: jen <jen@redhat.com>
|
|
|
958e1b |
---
|
|
|
958e1b |
tests/vmstate-static-checker-data/dump2.json | 2 +-
|
|
|
958e1b |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
958e1b |
|
|
|
958e1b |
diff --git a/tests/vmstate-static-checker-data/dump2.json b/tests/vmstate-static-checker-data/dump2.json
|
|
|
958e1b |
index 44200fb..0a8b81d 100644
|
|
|
958e1b |
--- a/tests/vmstate-static-checker-data/dump2.json
|
|
|
958e1b |
+++ b/tests/vmstate-static-checker-data/dump2.json
|
|
|
958e1b |
@@ -1,6 +1,6 @@
|
|
|
958e1b |
{
|
|
|
958e1b |
"vmschkmachine": {
|
|
|
958e1b |
- "Name": "pc-i440fx-2.1"
|
|
|
958e1b |
+ "Name": "pc-i440fx-2.2"
|
|
|
958e1b |
},
|
|
|
958e1b |
"fw_cfg": {
|
|
|
958e1b |
"Name": "fw_cfg",
|
|
|
958e1b |
--
|
|
|
958e1b |
1.9.3
|
|
|
958e1b |
|