qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] Monitor commands for object-add/del
@ 2013-12-17 11:25 Paolo Bonzini
  2013-12-17 11:26 ` [Qemu-devel] [PATCH v2 1/5] rng: initialize file descriptor to -1 Paolo Bonzini
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Paolo Bonzini @ 2013-12-17 11:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: imammedo, stefanha, lcapitulino

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

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-add (QMP) and object_add (HMP) command
  monitor: add object-del (QMP) and object_del (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                     | 74 +++++++++++++++++++++++++++++++++++++++++++++++
 qom/object.c              |  9 ++++--
 vl.c                      |  3 +-
 12 files changed, 273 insertions(+), 7 deletions(-)

-- 
1.8.4.2

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-12-18 16:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 11:25 [Qemu-devel] [PATCH v2 0/5] Monitor commands for object-add/del Paolo Bonzini
2013-12-17 11:26 ` [Qemu-devel] [PATCH v2 1/5] rng: initialize file descriptor to -1 Paolo Bonzini
2013-12-17 11:26 ` [Qemu-devel] [PATCH v2 2/5] qom: fix leak for objects created with -object Paolo Bonzini
2013-12-17 11:26 ` [Qemu-devel] [PATCH v2 3/5] qom: catch errors in object_property_add_child Paolo Bonzini
2013-12-17 11:26 ` [Qemu-devel] [PATCH v2 4/5] monitor: add object-add (QMP) and object_add (HMP) command Paolo Bonzini
2013-12-17 11:54   ` Peter Crosthwaite
2013-12-17 12:24     ` Paolo Bonzini
2013-12-17 12:38       ` Peter Crosthwaite
2013-12-17 13:07         ` Markus Armbruster
2013-12-17 21:56           ` Peter Crosthwaite
2013-12-17 11:26 ` [Qemu-devel] [PATCH v2 5/5] monitor: add object-del (QMP) and object_del " Paolo Bonzini
2013-12-18 13:00 ` [Qemu-devel] [PATCH v2 0/5] Monitor commands for object-add/del Igor Mammedov
2013-12-18 16:36 ` Luiz Capitulino

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