qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 00/16]: QAPI conversions round 3


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH v2 00/16]: QAPI conversions round 3
Date: Mon, 5 Dec 2011 18:00:10 -0200

Most of the conversions are simple rebases from Anthony's "glib" branch (where
he cooked the QAPI stuff). But some of them I did from scratch and these
require more attention when reviewing (specially the schema documentation -
look for conversions containing only my signed-off).

With this series applied, there will be only 14 QMP commands left to be
converted to the QAPI. Some of them have deeper error paths, and hence deserve
a series by their own. Others depend on the new QMP server and can't be
converted yet.

Also note that the first two patches in this series are small fixes of
previous conversions.

changelog
---------

v2

o Rename memsave's 'cpu' argument to 'cpu-index' (to follow the
  standard set by human-monitor-command)
o Rebase against changes in master

 balloon.c        |   28 ++----
 balloon.h        |    3 -
 blockdev.c       |   89 +++++++-----------
 blockdev.h       |    4 -
 console.h        |    2 -
 cpus.c           |   90 ++++++++++++++++++
 hmp-commands.hx  |   36 +++-----
 hmp.c            |  148 ++++++++++++++++++++++++++++++
 hmp.h            |   12 +++
 migration.c      |   28 ++----
 migration.h      |    7 --
 monitor.c        |  201 ++++++-----------------------------------
 monitor.h        |    3 +
 net.c            |   10 +-
 net.h            |    1 -
 qapi-schema.json |  267 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 qerror.c         |    4 +
 qerror.h         |    3 +
 qmp-commands.hx  |   77 ++++------------
 qmp.c            |   37 ++++++++
 20 files changed, 677 insertions(+), 373 deletions(-)



reply via email to

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