Hi, v2 of this series, with minor fixes in the v2 patches, adding support for the missing chardev types and finally re-enabling the hmp monitor chardev-add chardev-remove commands as qmp is on par with hmp feature-wise now.
please review, Gerd Gerd Hoffmann (17): 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 chardev: add memory (ringbuf) support to qapi chardev: add udp support to qapi Revert "hmp: Disable chardev-add and chardev-remove" hmp-commands.hx | 63 ++++--- hw/baum.c | 2 +- hw/baum.h | 2 +- hw/msmouse.c | 2 +- hw/msmouse.h | 2 +- include/qemu/sockets.h | 1 + include/ui/console.h | 4 +- include/ui/qemu-spice.h | 7 +- qapi-schema.json | 104 ++++++++++- qemu-char.c | 440 +++++++++++++++++++++++++++++++---------------- spice-qemu-char.c | 26 ++- ui/console.c | 26 +-- ui/gtk.c | 2 +- util/qemu-sockets.c | 25 +++ 14 files changed, 491 insertions(+), 215 deletions(-) -- 1.7.9.7