Adding a chardev backend for spice, for usage by spice vdagent over a with virtio-serial device.
Alon Levy (1): spice: add chardev Makefile.objs | 2 +- qemu-char.c | 7 ++ qemu-config.c | 9 ++ qemu-options.hx | 18 ++++- spice-qemu-char.c | 222 +++++++++++++++++++++++++++++++++++++++++++++++++++++ spice-qemu-char.h | 9 ++ 6 files changed, 265 insertions(+), 2 deletions(-) create mode 100644 spice-qemu-char.c create mode 100644 spice-qemu-char.h -- 1.7.3.2