]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_command: introduce enum of secondary models for video device
authorPavel Hrdina <phrdina@redhat.com>
Wed, 12 Oct 2016 15:39:02 +0000 (17:39 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 12 Oct 2016 15:46:48 +0000 (17:46 +0200)
commitac987148a849ef61b07cde20003bdf8a575640c2
treeb30153492035291b71bbed45a782a12da78bc322
parent724d51786e1da99425f0dc2d78523438f347164c
qemu_command: introduce enum of secondary models for video device

There are two video devices with models without VGA compatibility mode.
They are primary used as secondary video devices, but in some cases it
is required to use them also as primary video devices.

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