]> Git Repo - qemu.git/blobdiff - hw/display/qxl.h
qdev: add clock input&output support to devices.
[qemu.git] / hw / display / qxl.h
index 4adfdb1e5d31fcc07aef00f39a19664fff586f52..707631a1f573169d2b04e4d827b75f4118f2dd7b 100644 (file)
@@ -2,7 +2,6 @@
 #define HW_QXL_H
 
 
-#include "hw/hw.h"
 #include "hw/pci/pci.h"
 #include "vga_int.h"
 #include "qemu/thread.h"
@@ -145,7 +144,7 @@ typedef struct PCIQXLDevice {
         }                                                               \
     } while (0)
 
-#define QXL_DEFAULT_REVISION QXL_REVISION_STABLE_V12
+#define QXL_DEFAULT_REVISION (QXL_REVISION_STABLE_V12 + 1)
 
 /* qxl.c */
 void *qxl_phys2virt(PCIQXLDevice *qxl, QXLPHYSICAL phys, int group_id);
This page took 0.032219 seconds and 4 git commands to generate.