From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTVlD-0002Hp-7I for qemu-devel@nongnu.org; Thu, 05 Mar 2015 08:24:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTVlA-0003Ox-00 for qemu-devel@nongnu.org; Thu, 05 Mar 2015 08:24:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTVl9-0003OU-Ol for qemu-devel@nongnu.org; Thu, 05 Mar 2015 08:24:15 -0500 Date: Thu, 05 Mar 2015 10:24:10 -0300 From: Lucas Meneghel Rodrigues Message-Id: <1425561850.2464.1@smtp.corp.redhat.com> In-Reply-To: <1424696203-76895-1-git-send-email-agraf@suse.de> References: <1424696203-76895-1-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Subject: Re: [Qemu-devel] [PATCH v2 0/3] migration: Fixups for VMDESC submission List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: amit.shah@redhat.com, quintela@redhat.com, qemu-devel@nongnu.org, dgilbert@redhat.com 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 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 >