[Spice-commits] qemu/hw

Alexander Larsson alexl at kemper.freedesktop.org
Tue Apr 6 03:43:32 PDT 2010


 qemu/hw/qxl_dev.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 64ada13d45afdd62e6f3a896e05ec120af0fed3d
Author: Alexander Larsson <alexl at redhat.com>
Date:   Tue Apr 6 12:42:17 2010 +0200

    Make pci id be 0x1ff rev 1, for unstable work
    
    Bump to unstable pci id and rev mirroring the change in spice-protocol.

diff --git a/qemu/hw/qxl_dev.h b/qemu/hw/qxl_dev.h
index 122b8a2..9d72306 100644
--- a/qemu/hw/qxl_dev.h
+++ b/qemu/hw/qxl_dev.h
@@ -20,8 +20,8 @@
 #endif
 
 #define REDHAT_PCI_VENDOR_ID 0x1b36
-#define QXL_DEVICE_ID 0x0100 /* 0x100-0x11f reserved for spice */
-#define QXL_REVISION 0x03
+#define QXL_DEVICE_ID 0x01ff /* 0x100-0x11f reserved for spice, 0x1ff used for unstable work */
+#define QXL_REVISION 0x01
 
 #define QXL_ROM_MAGIC (*(UINT32*)"QXRO")
 #define QXL_RAM_MAGIC (*(UINT32*)"QXRA")


More information about the Spice-commits mailing list