mirror of https://gitee.com/openkylin/qemu.git
tests: vmstate static checker: incompat machine types
This commit modifies the dump2 data to flag incompatibilities in the machine types being compared. Signed-off-by: Amit Shah <amit.shah@redhat.com> Acked-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
a10413e4fc
commit
bc178dc563
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"vmschkmachine": {
|
"vmschkmachine": {
|
||||||
"Name": "pc-i440fx-2.1"
|
"Name": "pc-i440fx-2.2"
|
||||||
},
|
},
|
||||||
"fw_cfg": {
|
"fw_cfg": {
|
||||||
"Name": "fw_cfg",
|
"Name": "fw_cfg",
|
||||||
|
|
Loading…
Reference in New Issue