Hi, v3 of this series. Rebased to latest master, picked up a fix from Igor, fixed a tyops in the udp commit message. No changes in the actual code and in the qapi interface.
The plumbing has changed quite a bit though as the chardev backend table has been replaced by a backend driver registration mechanism. cheers, Gerd The following changes since commit fe3cc14fd83e0c8f376d849ccd0fc3433388442d: Merge remote-tracking branch 'quintela/migration.next' into staging (2013-03-11 08:30:34 -0500) are available in the git repository at: git://git.kraxel.org/qemu chardev.3 for you to fetch changes up to 4f341ecd65a181e204bd9e083945e8c46781957a: qemu-char.c: fix waiting for telnet connection message (2013-03-12 09:49:09 +0100) ---------------------------------------------------------------- Gerd Hoffmann (18): chardev: add support for qapi-based chardev initialization chardev: add mux chardev support to qapi chardev: switch null init to qapi chardev: add msmouse support to qapi chardev: add braille support to qapi chardev: switch file init to qapi chardev: add stdio support to qapi chardev: switch serial/tty init to qapi chardev: switch parallel init to qapi chardev: switch pty init to qapi chardev: add console support to qapi chardev: add pipe support to qapi chardev: add spice support to qapi chardev: add vc support to qapi [fixup] vc chardev: add memory (ringbuf) support to qapi chardev: add udp support to qapi Revert "hmp: Disable chardev-add and chardev-remove" Igor Mitsyanko (1): qemu-char.c: fix waiting for telnet connection message backends/baum.c | 4 +- backends/msmouse.c | 4 +- hmp-commands.hx | 63 ++++---- include/char/char.h | 8 + include/qemu/sockets.h | 1 + include/ui/console.h | 4 +- include/ui/qemu-spice.h | 7 +- qapi-schema.json | 104 ++++++++++++- qemu-char.c | 381 ++++++++++++++++++++++++++++++----------------- spice-qemu-char.c | 62 +++++--- ui/console.c | 61 ++++++-- ui/gtk.c | 2 +- util/qemu-sockets.c | 25 ++++ 13 files changed, 515 insertions(+), 211 deletions(-)