From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR15l-0005NU-Ng for qemu-devel@nongnu.org; Wed, 24 Oct 2012 09:33:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR15f-0004Pi-PY for qemu-devel@nongnu.org; Wed, 24 Oct 2012 09:33:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR15f-0004O7-H6 for qemu-devel@nongnu.org; Wed, 24 Oct 2012 09:33:47 -0400 From: Luiz Capitulino Date: Wed, 24 Oct 2012 11:34:37 -0200 Message-Id: <1351085680-16901-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 0/3] QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com The changes (since a8170e5e97ad17ca169c64ba87ae2f53850dab4c) are available in the following repository: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp Aurelien Jarno (1): hmp: fix info cpus for sparc targets Paolo Bonzini (2): qmp: handle stop/cont in INMIGRATE state migration: go to paused state after finishing incoming migration with -S hmp.c | 11 +++++------ migration.c | 2 +- qapi-schema.json | 23 ++++++++++++++--------- qerror.h | 3 --- qmp.c | 17 +++++++++++------ vl.c | 2 +- 6 files changed, 32 insertions(+), 26 deletions(-) -- 1.7.12.315.g682ce8b