]> Git Repo - qemu.git/blobdiff - hw/display/qxl.h
qdev: add clock input&output support to devices.
[qemu.git] / hw / display / qxl.h
index 6f9d1f21faf1af617898aa3fc64d005bf95d0892..707631a1f573169d2b04e4d827b75f4118f2dd7b 100644 (file)
@@ -1,9 +1,7 @@
 #ifndef HW_QXL_H
 #define HW_QXL_H
 
-#include "qemu-common.h"
 
-#include "hw/hw.h"
 #include "hw/pci/pci.h"
 #include "vga_int.h"
 #include "qemu/thread.h"
@@ -146,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.039014 seconds and 4 git commands to generate.