]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Don't blindly assume VNC is supported
authorDoug Goldstein <cardoe@cardoe.com>
Fri, 19 Oct 2012 19:40:52 +0000 (14:40 -0500)
committerOsier Yang <jyang@redhat.com>
Mon, 22 Oct 2012 15:16:17 +0000 (23:16 +0800)
commit2da776b1d61f538a0e8fde14f74a299adb75fc7e
treed13f23848bd4923284b3728989b1b786c54ca8b4
parent8be88034bfc2aafd69b8e3a01d8363b191266eae
qemu: Don't blindly assume VNC is supported

Currently it's assumed that qemu always supports VNC, however it is
definitely possible to compile qemu without VNC support so we should at
the very least check for it and handle that correctly.
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
tests/qemuhelptest.c
tests/qemuxml2argvtest.c