]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: add VIR_DOMAIN_VIDEO_TYPE_PARALLELS video type
authorDmitry Guryanov <dguryanov@parallels.com>
Tue, 7 Apr 2015 20:35:07 +0000 (23:35 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 10 Apr 2015 07:50:29 +0000 (09:50 +0200)
commit0d572b69822a10599b1e5ba29582e63f326d83b9
tree0043e194a1555cf6ff17fca8aca3a26cc23d60e3
parentb16868a135cb25cbe5d71c32d4478eb82181c63b
conf: add VIR_DOMAIN_VIDEO_TYPE_PARALLELS video type

We support VNC for containers to have the same
interface with VMs. At this moment it just renders
linux text console.

Of course we don't pass any physical devices and
don't emulate virtual devices. Our VNC server
renders text from terminal master and sends
input events from VNC client to terminal.

So add special video type VIR_DOMAIN_VIDEO_TYPE_PARALLELS
for these pseudo-devices.

Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/parallels/parallels_sdk.c
src/qemu/qemu_command.c