All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] Monitor: make output buffer dynamic
@ 2013-04-02 20:18 Luiz Capitulino
  2013-04-02 20:18 ` [Qemu-devel] [PATCH 1/4] qstring: add qstring_get_length() Luiz Capitulino
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Luiz Capitulino @ 2013-04-02 20:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru, aliguori, kraxel, fred.konrad

Hi,

This series does two things: it makes the Monitor's output buffer dynamic
(so that we fix an assertion bug in the Monitor); and it also switches
the human-monitor-command command to use that buffer instead of the
Memory chardev driver, which is dropped.

Most important details in patches 2/4 and 3/4.

o v2

 - Switch human-monitor-command to the dynamic buffer
 - Drop the Memory chardev driver

Luiz Capitulino (4):
  qstring: add qstring_get_length()
  Monitor: Make output buffer dynamic
  hmp: human-monitor-command: stop using the Memory chardev driver
  chardev: drop the Memory chardev driver

 include/qapi/qmp/qstring.h |  1 +
 monitor.c                  | 60 +++++++++++++++++++++++++------------------
 qemu-char.c                | 64 ----------------------------------------------
 qobject/qstring.c          |  8 ++++++
 4 files changed, 44 insertions(+), 89 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-04-03 13:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 20:18 [Qemu-devel] [PATCH v2 0/4] Monitor: make output buffer dynamic Luiz Capitulino
2013-04-02 20:18 ` [Qemu-devel] [PATCH 1/4] qstring: add qstring_get_length() Luiz Capitulino
2013-04-02 20:18 ` [Qemu-devel] [PATCH 2/4] Monitor: Make output buffer dynamic Luiz Capitulino
2013-04-02 20:48   ` Eric Blake
2013-04-02 20:18 ` [Qemu-devel] [PATCH 3/4] hmp: human-monitor-command: stop using the Memory chardev driver Luiz Capitulino
2013-04-02 20:44   ` Eric Blake
2013-04-03 13:33     ` Luiz Capitulino
2013-04-02 20:18 ` [Qemu-devel] [PATCH 4/4] chardev: drop " Luiz Capitulino
2013-04-02 20:50   ` Eric Blake
2013-04-03  8:23 ` [Qemu-devel] [PATCH v2 0/4] Monitor: make output buffer dynamic Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.