]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_command: don't modify heads for graphics device
authorPavel Hrdina <phrdina@redhat.com>
Fri, 12 Aug 2016 14:12:39 +0000 (16:12 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 15 Aug 2016 10:47:37 +0000 (12:47 +0200)
commitef11e770da543c171f044bbd579e482febcd9b63
treed60a9402bcd1176e779abb05db02afe77d6e5fae
parentcba18f8ac2265660764592ebfb1547d20720d4a5
qemu_command: don't modify heads for graphics device

Setting heads to 0 in case that *max_outputs* is not supported while building
command line doesn't have any real effect.  It only removes *heads* attribute
from live XML, but after restarting libvirt the default value is restored.

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