Just for the record, I've tested it using the virt-test reproducer and
indeed the problem is fixed with this patchset. I'm sorry for the delay!
Thanks :)
On Mon, Feb 23, 2015 at 9:56 AM, Alexander Graf <ag...@suse.de> wrote:
After the vmdesc self-describing JSON blob landed upstream, some
people
noticed their self-written scripts around migration to fail.
This patch set aims at making the transition to the new VMDESC
containing
migration format as smooth as possible for everyone involved.
Alexander Graf (3):
migration: Read JSON VM description on incoming migration
migration: Allow to suppress vmdesc submission
pc: Disable vmdesc submission for old machines
hw/core/machine.c | 20 ++++++++++++++++++++
hw/i386/pc_piix.c | 1 +
hw/i386/pc_q35.c | 1 +
include/hw/boards.h | 1 +
qemu-options.hx | 3 ++-
savevm.c | 36 ++++++++++++++++++++++++++++++++----
6 files changed, 57 insertions(+), 5 deletions(-)
--
1.7.12.4