qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 0/9]: QMP queue


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL 0/9]: QMP queue
Date: Tue, 20 Sep 2011 15:38:47 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

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(-)







reply via email to

[Prev in Thread] Current Thread [Next in Thread]