From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGVhd-0007Et-1Z for qemu-devel@nongnu.org; Wed, 19 Oct 2011 08:57:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGVha-0007n0-VY for qemu-devel@nongnu.org; Wed, 19 Oct 2011 08:57:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGVha-0007mp-HO for qemu-devel@nongnu.org; Wed, 19 Oct 2011 08:56:58 -0400 From: Luiz Capitulino Date: Wed, 19 Oct 2011 10:56:46 -0200 Message-Id: <1319029011-11706-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [RESEND PULL 0/5]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org Anthony, I'm resending this pull request because Wen Congyang has found a bug in one of the patches. And also to ping you to pull it :-) The changes (since cfce6d8934243871c4dc6d0c5248b0b27a1b8d80) are available in the following repository: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 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 | 17 +++++++++++++---- 6 files changed, 30 insertions(+), 16 deletions(-)