qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL 0/4]: QMP queue
Date: Mon, 19 Mar 2012 13:11:34 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

On 03/16/2012 02:26 PM, Luiz Capitulino wrote:
Contains only the migrate command conversion to the QAPI series. I hoped I'd
finish the device_add/del conversion yesterday, but I didn't. Let's merge
this before it breaks...

The changes (since ae7d54d489540b49b7c13a7df7ddc220588a2ced) are available
in the following repository:

     git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Pulled.  Thanks.

Regards,

Anthony Liguori


Luiz Capitulino (4):
       QError: Introduce new errors for the migration command
       Error: Introduce error_copy()
       Purge migration of (almost) everything to do with monitors
       qapi: Convert migrate

  arch_init.c       |    2 +-
  block-migration.c |   58 ++++++++++++++++++-----------------------
  error.c           |   13 ++++++++++
  error.h           |    5 ++++
  hmp-commands.hx   |    3 +--
  hmp.c             |   74 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  hmp.h             |    1 +
  migration-fd.c    |    2 +-
  migration.c       |   74 +++++++++++++++--------------------------------------
  migration.h       |    5 +---
  qapi-schema.json  |   21 +++++++++++++++
  qerror.c          |    8 ++++++
  qerror.h          |    6 +++++
  qmp-commands.hx   |    9 +------
  savevm.c          |   42 +++++++++++++++---------------
  sysemu.h          |   11 ++++----
  vmstate.h         |    3 +--
  17 files changed, 205 insertions(+), 132 deletions(-)







reply via email to

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