Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
qemu-linux-user.313
0041-vga-Raise-VRAM-to-16-MiB-for-pc-0.1.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0041-vga-Raise-VRAM-to-16-MiB-for-pc-0.1.patch of Package qemu-linux-user.313
From a7e8c79d818fc4b74b07aaed03bc8bf04949afb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= <afaerber@suse.de> Date: Wed, 12 Jun 2013 19:26:37 +0200 Subject: [PATCH] vga: Raise VRAM to 16 MiB for pc-0.15 and below MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qemu-kvm.git commit a7fe0297840908a4fd65a1cf742481ccd45960eb (Extend vram size to 16MB) deviated from qemu.git since kvm-61, and only in commit 9e56edcf8dd1d4bc7ba2b1efb3641f36c0fad8ba (vga: raise default vgamem size) did qemu.git adjust the VRAM size for v1.2. Add compatibility properties so that up to and including pc-0.15 we maintain migration compatibility with qemu-kvm rather than QEMU and from pc-1.0 on with QEMU (last qemu-kvm release was 1.2). Addresses part of BNC#812836. Signed-off-by: Andreas Färber <afaerber@suse.de> --- hw/i386/pc_piix.c | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 8ee96ea..67be4ef 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -592,7 +592,32 @@ static QEMUMachine pc_machine_v1_0 = { }; #define PC_COMPAT_0_15 \ - PC_COMPAT_1_0 + PC_COMPAT_1_0,\ + {\ + .driver = "VGA",\ + .property = "vgamem_mb",\ + .value = stringify(16),\ + },{\ + .driver = "vmware-svga",\ + .property = "vgamem_mb",\ + .value = stringify(16),\ + },{\ + .driver = "qxl-vga",\ + .property = "vgamem_mb",\ + .value = stringify(16),\ + },{\ + .driver = "qxl",\ + .property = "vgamem_mb",\ + .value = stringify(16),\ + },{\ + .driver = "isa-cirrus-vga",\ + .property = "vgamem_mb",\ + .value = stringify(16),\ + },{\ + .driver = "cirrus-vga",\ + .property = "vgamem_mb",\ + .value = stringify(16),\ + } static QEMUMachine pc_machine_v0_15 = { PC_I440FX_1_2_MACHINE_OPTIONS,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor