]> git.proxmox.com Git - qemu.git/commit
spice: add chardev (v5)
authorAlon Levy <alevy@redhat.com>
Wed, 19 Jan 2011 08:49:50 +0000 (10:49 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 24 Jan 2011 14:41:40 +0000 (15:41 +0100)
commitcbcc6336ce9e5c048821b136649712e078c4d05f
treebc12eee8b3dcd095f4d2449667a6130f9e2cc3d9
parent710fc4f5f1cbb6d2cebdc575def9f9dba4b0263f
spice: add chardev (v5)

Adding a chardev backend for spice, where spice determines what
to do with it based on the name attribute given during chardev creation.
For usage by spice vdagent in conjunction with a properly named
virtio-serial device, and future smartcard channel usage.

Example usage:
 qemu -device virtio-serial -chardev spicevmc,name=vdagent,id=vdagent \
 -device virtserialport,chardev=vdagent,name=com.redhat.spice.0

v4->v5:
 * add tracing events
 * fix missing comma
 * fix help string to show debug is optional

v3->v4:
 * updated commit message

v1->v3 changes: (v2 had a wrong commit message)
 * removed spice-qemu-char.h, folded into ui/qemu-spice.h
 * removed dead IOCTL code
 * removed comment
 * removed ifdef CONFIG_SPICE from qemu-config.c and qemu-options.hx help.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Makefile.objs
qemu-char.c
qemu-config.c
qemu-options.hx
spice-qemu-char.c [new file with mode: 0644]
trace-events
ui/qemu-spice.h