qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Igor Mammedov <imammedo@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org, stefanha@redhat.com, lcapitulino@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 0/5] Monitor commands for object-add/del
Date: Wed, 18 Dec 2013 14:00:37 +0100	[thread overview]
Message-ID: <20131218140037.1aa79d6c@nial.usersys.redhat.com> (raw)
In-Reply-To: <1387279564-517-1-git-send-email-pbonzini@redhat.com>

On Tue, 17 Dec 2013 12:25:59 +0100
Paolo Bonzini <pbonzini@redhat.com> wrote:

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

Reviewed-By: Igor Mammedov <imammedo@redhat.com>

  parent reply	other threads:[~2013-12-18 13:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Igor Mammedov [this message]
2013-12-18 16:36 ` [Qemu-devel] [PATCH v2 0/5] Monitor commands for object-add/del Luiz Capitulino

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=20131218140037.1aa79d6c@nial.usersys.redhat.com \
    --to=imammedo@redhat.com \
    --cc=lcapitulino@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /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).