qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/4] Monitor: make output buffer dynamic


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH v2 0/4] Monitor: make output buffer dynamic
Date: Tue, 2 Apr 2013 16:18:13 -0400

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



reply via email to

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