qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Luiz Capitulino <lcapitulino@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: kwolf@redhat.com, jan.kiszka@siemens.com, qemu-devel@nongnu.org,
	armbru@redhat.com, avi@redhat.com, amit.shah@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 0/8]: Introduce the RunState type
Date: Mon, 15 Aug 2011 14:44:48 -0700	[thread overview]
Message-ID: <20110815144448.50b1b9c1@doriath> (raw)
In-Reply-To: <4E47FB9C.2090805@codemonkey.ws>

On Sun, 14 Aug 2011 11:45:16 -0500
Anthony Liguori <anthony@codemonkey.ws> wrote:

> On 08/10/2011 03:33 PM, Luiz Capitulino wrote:
> > It replaces the VMSTOP macros and allows us to drop some global variables.
> >
> > Additionally, the problem with issuing 'cont' when the VM is in bad state
> > is addressed and we make the current state available in QMP and HMP.
> >
> > changelog
> > ---------
> >
> > v2
> >
> > o Rename the new type from QemuState to RunState
> >    (also renames related functions)
> > o Rename the enum values to contain proper word seperation
> > o Redo patch 'Monitor: Don't allow cont on bad VM state' to not use a global
> >    variable
> > o Make the current VM state also available in HMP
> > o Improve some commit logs a bit
> 
> Really nice cleanup!
> 
> Other than the few minor naming comments:

Will do the changes suggested by you and resend. Thanks for the review.

> 
> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
> 
> Regards,
> 
> Anthony Liguori
> 
> >
> >   audio/audio.c      |    2 +-
> >   cpus.c             |   22 ++++++++--------
> >   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           |    3 +-
> >   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       |   11 ++++---
> >   qerror.c           |    4 +++
> >   qerror.h           |    3 ++
> >   qmp-commands.hx    |   21 ++++++++++++++-
> >   savevm.c           |    8 +++---
> >   sysemu.h           |   40 +++++++++++++++++++---------
> >   target-i386/kvm.c  |    4 +-
> >   ui/sdl.c           |    6 ++--
> >   ui/spice-display.c |    3 +-
> >   vl.c               |   71 +++++++++++++++++++++++++++++++++++++++++++--------
> >   xen-all.c          |    8 +++--
> >   29 files changed, 211 insertions(+), 101 deletions(-)
> >
> >
> 

      reply	other threads:[~2011-08-15 21:48 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-10 20:33 [Qemu-devel] [PATCH v2 0/8]: Introduce the RunState type Luiz Capitulino
2011-08-10 20:33 ` [Qemu-devel] [PATCH 1/8] Move vm_state_notify() prototype from cpus.h to sysemu.h Luiz Capitulino
2011-08-10 20:33 ` [Qemu-devel] [PATCH 2/8] Replace the VMSTOP macros with a proper state type Luiz Capitulino
2011-08-10 20:33 ` [Qemu-devel] [PATCH 3/8] RunState: Add additional states Luiz Capitulino
2011-08-10 20:33 ` [Qemu-devel] [PATCH 4/8] Drop the incoming_expected global variable Luiz Capitulino
2011-08-14 16:42   ` Anthony Liguori
2011-08-10 20:33 ` [Qemu-devel] [PATCH 5/8] Drop the vm_running " Luiz Capitulino
2011-08-14 16:43   ` Anthony Liguori
2011-08-10 20:33 ` [Qemu-devel] [PATCH 6/8] Monitor: Don't allow cont on bad VM state Luiz Capitulino
2011-08-10 20:33 ` [Qemu-devel] [PATCH 7/8] QMP: query-status: Introduce 'status' key Luiz Capitulino
2011-08-14 16:44   ` Anthony Liguori
2011-08-10 20:33 ` [Qemu-devel] [PATCH 8/8] HMP: info status: Print the VM state Luiz Capitulino
2011-08-14 16:45 ` [Qemu-devel] [PATCH v2 0/8]: Introduce the RunState type Anthony Liguori
2011-08-15 21:44   ` Luiz Capitulino [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110815144448.50b1b9c1@doriath \
    --to=lcapitulino@redhat.com \
    --cc=amit.shah@redhat.com \
    --cc=anthony@codemonkey.ws \
    --cc=armbru@redhat.com \
    --cc=avi@redhat.com \
    --cc=jan.kiszka@siemens.com \
    --cc=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).