]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qxl: change the default value for vgamem_mb to 16 MiB
authorPavel Hrdina <phrdina@redhat.com>
Mon, 12 Jan 2015 12:18:46 +0000 (13:18 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 12 Jan 2015 13:51:13 +0000 (14:51 +0100)
commit0e502466acb84aa05dead1cbe23e6debf58f4ff1
treed822d7b38b00a41984f5be4f056452599f675413
parent241ab97d7e1046da64889d18980d40b9e6cc3e18
qxl: change the default value for vgamem_mb to 16 MiB

The default value should be 16 MiB instead of 8 MiB. Only really old
version of upstream QEMU used the 8 MiB as default for vga framebuffer.

Without this change if you update your libvirt where we introduced the
"vgamem" attribute for QXL video device the value will be set to 8 MiB,
but previously your guest had 16 MiB because we didn't pass any value to
QEMU command line which means QEMU used its own 16 MiB as default.

This will affect all users with guest's display resolution higher than
1920x1080.

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