From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGu97-0003db-LA for qemu-devel@nongnu.org; Thu, 20 Oct 2011 11:03:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGu93-0006BU-G1 for qemu-devel@nongnu.org; Thu, 20 Oct 2011 11:03:01 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:48374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGu93-0005xN-C8 for qemu-devel@nongnu.org; Thu, 20 Oct 2011 11:02:57 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e9.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p9KEPi25018442 for ; Thu, 20 Oct 2011 10:25:44 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9KF28S2154062 for ; Thu, 20 Oct 2011 11:02:10 -0400 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9KF1h7C004216 for ; Thu, 20 Oct 2011 09:01:43 -0600 Message-ID: <4EA037B7.8050403@us.ibm.com> Date: Thu, 20 Oct 2011 10:01:11 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1318613203-25892-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1318613203-25892-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/5]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On 10/14/2011 12:26 PM, Luiz Capitulino wrote: > Most of the patches are runstate fixes and have been sent to the list > already. > > The changes (since 210b3a70383b0bcc4266856431491b39dcb4f14d) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git qmp/queue Pulled. Thanks. Regards, Anthony Liguori > > Luiz Capitulino (5): > QMP: Fix blockdev-snapshot-sync doc example > runstate: Print state transition when invalid > runstate: Allow to transition from paused to postmigrate > savevm: qemu_savevm_state(): Drop stop VM logic > runstate: Allow user to migrate twice > > cpus.c | 11 +++++++++++ > migration.c | 2 +- > qmp-commands.hx | 8 ++++---- > savevm.c | 7 ------- > sysemu.h | 1 + > vl.c | 12 ++++++++++-- > 6 files changed, 27 insertions(+), 14 deletions(-) > > >