[Spice-commits] Branch 'spice.f14' - hw/qxl.c
Gerd Hoffmann
kraxel at kemper.freedesktop.org
Thu Sep 16 05:08:29 PDT 2010
hw/qxl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e9b85a68f80a041c4c7c3c61b1c9b473566dc5d3
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu Sep 16 14:07:51 2010 +0200
qxl: flip default to stable pci revision.
diff --git a/hw/qxl.c b/hw/qxl.c
index 8448893..d2a0c16 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -1455,7 +1455,7 @@ static PCIDeviceInfo qxl_info = {
.qdev.props = (Property[]) {
DEFINE_PROP_UINT32("ram_size", PCIQXLDevice, vga.vram_size, 64 * 1024 * 1024),
DEFINE_PROP_UINT32("vram_size", PCIQXLDevice, vram_size, 64 * 1024 * 1024),
- DEFINE_PROP_UINT32("revision", PCIQXLDevice, revision, 3),
+ DEFINE_PROP_UINT32("revision", PCIQXLDevice, revision, 2),
DEFINE_PROP_UINT32("debug", PCIQXLDevice, debug, 0),
DEFINE_PROP_UINT32("cmdlog", PCIQXLDevice, cmdlog, 0),
DEFINE_PROP_END_OF_LIST(),
More information about the Spice-commits
mailing list