]> Git Repo - qemu.git/blobdiff - hw/qxl.h
scsi-disk: support DVD profile in GET CONFIGURATION
[qemu.git] / hw / qxl.h
index 4bcf7e14299017d526228cf1f482859a9fadcd3c..868db813f91a3719c80122fab1501c655a1c7b57 100644 (file)
--- a/hw/qxl.h
+++ b/hw/qxl.h
@@ -79,14 +79,14 @@ typedef struct PCIQXLDevice {
     QXLRom             *rom;
     QXLModes           *modes;
     uint32_t           rom_size;
-    uint64_t           rom_offset;
+    MemoryRegion       rom_bar;
 
     /* vram pci bar */
     uint32_t           vram_size;
-    uint64_t           vram_offset;
+    MemoryRegion       vram_bar;
 
     /* io bar */
-    uint32_t           io_base;
+    MemoryRegion       io_bar;
 } PCIQXLDevice;
 
 #define PANIC_ON(x) if ((x)) {                         \
This page took 0.026238 seconds and 4 git commands to generate.