From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RElX0-0002gx-KX for qemu-devel@nongnu.org; Fri, 14 Oct 2011 13:26:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RElWz-0001fw-Fh for qemu-devel@nongnu.org; Fri, 14 Oct 2011 13:26:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RElWz-0001fp-5b for qemu-devel@nongnu.org; Fri, 14 Oct 2011 13:26:49 -0400 From: Luiz Capitulino Date: Fri, 14 Oct 2011 14:26:38 -0300 Message-Id: <1318613203-25892-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [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 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 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(-)