]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_command: remove xenner leftover from video device code
authorPavel Hrdina <phrdina@redhat.com>
Tue, 11 Oct 2016 15:37:45 +0000 (17:37 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 12 Oct 2016 15:46:47 +0000 (17:46 +0200)
commit971d552e680e6ac43d6898895e99aceea446aa08
tree0877248d5be3245ac0acc070c8d0da7643225856
parent3632ddc7668ccab89db6b2e7d1631106146d77ce
qemu_command: remove xenner leftover from video device code

Qemu supports *xen* video device only with XEN and this code was part
of xenner code.  We dropped support for xenner in commit de9be0a.

Before this patch if you used 'xen' video type you ended up with
domain without any video device at all.  Now we don't allow to start
such domain.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_command.c