From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3wPJ-0006Hq-3D for qemu-devel@nongnu.org; Wed, 14 Sep 2011 16:50:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3wPG-0000rR-0W for qemu-devel@nongnu.org; Wed, 14 Sep 2011 16:50:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3wPF-0000qu-Kx for qemu-devel@nongnu.org; Wed, 14 Sep 2011 16:50:05 -0400 From: Luiz Capitulino Date: Wed, 14 Sep 2011 17:49:49 -0300 Message-Id: <1316033398-26582-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 0/9]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org The changes (since 44520db10b1b92f272348ab7028e7afc68ac3edf) are available in the following repository: 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 | 8 ++- 30 files changed, 290 insertions(+), 109 deletions(-)