qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 0/5] Monitor commands for object-add/del


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH v3 0/5] Monitor commands for object-add/del
Date: Fri, 20 Dec 2013 23:21:05 +0100

These allow hotplugging (and hot-unplugging without leaking an object)
virtio-rng devices.  They can also be used for memory hotplug.

v1->v2: fix mistyped underscores in qapi-schema.json

v2->v3: preserve bisectability by inverting patches 4 and 5, keep lines
        under 80 characters since it can be done easily, drop error_is_set

Paolo Bonzini (5):
  rng: initialize file descriptor to -1
  qom: fix leak for objects created with -object
  qom: catch errors in object_property_add_child
  monitor: add object-del (QMP) and object_del (HMP) command
  monitor: add object-add (QMP) and object_add (HMP) command

 backends/rng-random.c     |  4 +--
 hmp-commands.hx           | 28 +++++++++++++++++
 hmp.c                     | 67 +++++++++++++++++++++++++++++++++++++++++
 hmp.h                     |  2 ++
 include/monitor/monitor.h |  3 ++
 include/qapi/visitor.h    |  3 +-
 include/qemu/typedefs.h   |  2 ++
 qapi-schema.json          | 34 +++++++++++++++++++++
 qmp-commands.hx           | 51 +++++++++++++++++++++++++++++++
 qmp.c                     | 76 +++++++++++++++++++++++++++++++++++++++++++++++
 qom/object.c              |  9 ++++--
 vl.c                      |  3 +-
 12 files changed, 275 insertions(+), 7 deletions(-)

-- 
1.8.4.2




reply via email to

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