qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RESENT 0/3] chardev hotplug patch series
@ 2012-12-14  9:38 Gerd Hoffmann
  2012-12-14  9:38 ` [Qemu-devel] [PATCH 1/3] chardev: add error reporting for qemu_chr_new_from_opts Gerd Hoffmann
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Gerd Hoffmann @ 2012-12-14  9:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Got stuck in discussions & 1.3 freeze.  Resending series to resume merge
effort, almost unmodified, only rebased & trivial conflicts resolved.

please review & comment,
  Gerd

Gerd Hoffmann (3):
  chardev: add error reporting for qemu_chr_new_from_opts
  chardev: fix QemuOpts lifecycle
  chardev: add hotplug support.

 hmp-commands.hx  |   44 +++++++++++++++++++++++++++++
 hmp.c            |   29 +++++++++++++++++++
 hmp.h            |    3 ++
 qapi-schema.json |   43 +++++++++++++++++++++++++++++
 qemu-char.c      |   80 ++++++++++++++++++++++++++++++++++++++++++++---------
 qemu-char.h      |    6 +++-
 qmp-commands.hx  |   76 +++++++++++++++++++++++++++++++++++++++++++++++++++
 vl.c             |    9 ++++--
 8 files changed, 272 insertions(+), 18 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] [PATCH 0/3] chardev hotplug patch series
@ 2012-10-17 10:09 Gerd Hoffmann
  2012-10-17 10:09 ` [Qemu-devel] [PATCH 1/3] chardev: add error reporting for qemu_chr_new_from_opts Gerd Hoffmann
  0 siblings, 1 reply; 13+ messages in thread
From: Gerd Hoffmann @ 2012-10-17 10:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Here comes the updated chardev hotplug patch series.  Addressed most
review comments.  It's chardev-add and chardev-remove now.  Parameters
have been added to the schema.  Little nits and spell fixes here and
there.

Making 'backend' an enum is tricky given that the actual implementation
just turns the qdict into a QemuOpts, then goes piggyback on
qemu_chr_new_from_opts().

Not rebased (yet) on top of the qom queue as I expect more discussions.

please review,
  Gerd

Gerd Hoffmann (3):
  chardev: add error reporting for qemu_chr_new_from_opts
  chardev: fix QemuOpts lifecycle
  chardev: add hotplug support.

 hmp-commands.hx  |   32 +++++++++++++++++++++
 hmp.c            |   23 +++++++++++++++
 hmp.h            |    2 +
 qapi-schema.json |   47 ++++++++++++++++++++++++++++++
 qemu-char.c      |   83 ++++++++++++++++++++++++++++++++++++++++++++---------
 qemu-char.h      |    5 ++-
 qmp-commands.hx  |   61 +++++++++++++++++++++++++++++++++++++++
 vl.c             |    8 ++++-
 8 files changed, 244 insertions(+), 17 deletions(-)

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

end of thread, other threads:[~2012-12-14 15:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14  9:38 [Qemu-devel] [PATCH RESENT 0/3] chardev hotplug patch series Gerd Hoffmann
2012-12-14  9:38 ` [Qemu-devel] [PATCH 1/3] chardev: add error reporting for qemu_chr_new_from_opts Gerd Hoffmann
2012-12-14  9:38 ` [Qemu-devel] [PATCH 2/3] chardev: fix QemuOpts lifecycle Gerd Hoffmann
2012-12-14  9:38 ` [Qemu-devel] [PATCH 3/3] chardev: add hotplug support Gerd Hoffmann
2012-12-14 12:17   ` Paolo Bonzini
2012-12-14 13:05     ` Eric Blake
2012-12-14 13:18     ` Gerd Hoffmann
2012-12-14 13:45       ` Paolo Bonzini
2012-12-14 14:05         ` Gerd Hoffmann
2012-12-14 14:19           ` Gerd Hoffmann
2012-12-14 15:07             ` Paolo Bonzini
  -- strict thread matches above, loose matches on Subject: below --
2012-10-17 10:09 [Qemu-devel] [PATCH 0/3] chardev hotplug patch series Gerd Hoffmann
2012-10-17 10:09 ` [Qemu-devel] [PATCH 1/3] chardev: add error reporting for qemu_chr_new_from_opts Gerd Hoffmann
2012-10-17 16:22   ` 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).