From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R675m-0004kU-Ct for qemu-devel@nongnu.org; Tue, 20 Sep 2011 16:38:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R675k-00004u-UX for qemu-devel@nongnu.org; Tue, 20 Sep 2011 16:38:58 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:60486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R675k-0008OV-Rb for qemu-devel@nongnu.org; Tue, 20 Sep 2011 16:38:56 -0400 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by e8.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p8KKOCop016861 for ; Tue, 20 Sep 2011 16:24:12 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8KKcphW170858 for ; Tue, 20 Sep 2011 16:38:51 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p8KKcooh013772 for ; Tue, 20 Sep 2011 17:38:50 -0300 Message-ID: <4E78F9D7.8010703@us.ibm.com> Date: Tue, 20 Sep 2011 15:38:47 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1316117149-9293-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1316117149-9293-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/9]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On 09/15/2011 03:05 PM, Luiz Capitulino wrote: > Anthony, > > This is my latest pull of the RunState series with a build problem fixed > and yet another rebase (solved automatically by git). > > The changes (since ef4f97cba2a354656b00eb8659bf61ab2321fa4e) are available > in the following repository: Pulled. Thanks. Regards, Anthony Liguori > > git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > > Luiz Capitulino (9): > Move vm_state_notify() prototype from cpus.h to sysemu.h > Replace the VMSTOP macros with a proper state type > RunState: Add additional states > runstate_set(): Check for valid transitions > Drop the incoming_expected global variable > Drop the vm_running global variable > Monitor/QMP: Don't allow cont on bad VM state > QMP: query-status: Introduce 'status' key > HMP: info status: Print the VM state > > audio/audio.c | 2 +- > cpus.c | 20 +++--- > cpus.h | 1 - > gdbstub.c | 34 ++++++------ > hw/etraxfs_dma.c | 2 +- > hw/ide/ahci.c | 2 +- > hw/ide/core.c | 4 +- > hw/ide/internal.h | 3 +- > hw/ide/pci.c | 2 +- > hw/kvmclock.c | 5 +- > hw/qxl.c | 5 +- > hw/scsi-disk.c | 4 +- > hw/virtio-blk.c | 5 +- > hw/virtio.c | 4 +- > hw/watchdog.c | 2 +- > kvm-all.c | 2 +- > migration.c | 14 +++-- > monitor.c | 22 +++++-- > qemu-timer.c | 9 ++- > qerror.c | 4 + > qerror.h | 3 + > qmp-commands.hx | 19 ++++++- > savevm.c | 8 +- > sysemu.h | 42 +++++++++----- > target-i386/kvm.c | 4 +- > ui/sdl.c | 6 +- > ui/spice-display.c | 3 +- > ui/spice-display.h | 4 +- > vl.c | 156 ++++++++++++++++++++++++++++++++++++++++++++++------ > xen-all.c | 12 ++-- > 30 files changed, 292 insertions(+), 111 deletions(-) > > >