diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-04-06 12:29:52 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-04-06 12:29:52 +0200 |
commit | f50ca498cc4e28b3f90ca948de8ce47daf7a4c4c (patch) | |
tree | 9b2519bd5f4e34afa05cfdd9dc25810fbfbc47d9 /spice | |
parent | 98fd8921a9725db4b521346cbc320bb70dee0991 (diff) |
Make pci id be 0x1ff rev 1, for unstable work
We will switch back to 0x101 when things settle down and we guarantee
backwards compatibility. For now we will keep breaking it, bumping
revision each time this happens.
Diffstat (limited to 'spice')
-rw-r--r-- | spice/qxl_dev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h index af9f30a..2873101 100644 --- a/spice/qxl_dev.h +++ b/spice/qxl_dev.h @@ -40,8 +40,8 @@ #include <spice/start-packed.h> #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_t*)"QXRO") #define QXL_RAM_MAGIC (*(uint32_t*)"QXRA") |