From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPsZ6-0000l9-Pz for qemu-devel@nongnu.org; Mon, 23 Feb 2015 07:56:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPsZ3-0007ib-MD for qemu-devel@nongnu.org; Mon, 23 Feb 2015 07:56:48 -0500 Received: from cantor2.suse.de ([195.135.220.15]:47038 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPsZ3-0007iH-F7 for qemu-devel@nongnu.org; Mon, 23 Feb 2015 07:56:45 -0500 From: Alexander Graf Date: Mon, 23 Feb 2015 13:56:40 +0100 Message-Id: <1424696203-76895-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH v2 0/3] migration: Fixups for VMDESC submission List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: lmr@redhat.com, amit.shah@redhat.com, dgilbert@redhat.com, quintela@redhat.com 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