Justin M. Forbes f2a4e6
Justin M. Forbes f2a4e6
Beware that seabios 0.6.2 is broken for QXL. You need to apply this
Justin M. Forbes f2a4e6
patch
Justin M. Forbes f2a4e6
Justin M. Forbes f2a4e6
diff --git a/src/config.h b/src/config.h
Justin M. Forbes f2a4e6
index e6e07c9..cd71c3a 100644
Justin M. Forbes f2a4e6
--- a/src/config.h
Justin M. Forbes f2a4e6
+++ b/src/config.h
Justin M. Forbes f2a4e6
@@ -51,7 +51,7 @@
Justin M. Forbes f2a4e6
 #define BUILD_PCIPREFMEM_END      0
Justin M. Forbes f2a4e6
 #else
Justin M. Forbes f2a4e6
 #define BUILD_PCIMEM_START        0xf0000000
Justin M. Forbes f2a4e6
-#define BUILD_PCIMEM_SIZE         0x08000000    /* half- of pci window */
Justin M. Forbes f2a4e6
+#define BUILD_PCIMEM_SIZE         0x09000000    /* half- of pci window */
Justin M. Forbes f2a4e6
 #define BUILD_PCIMEM_END          (BUILD_PCIMEM_START + BUILD_PCIMEM_SIZE)
Justin M. Forbes f2a4e6
 #define BUILD_PCIPREFMEM_START    BUILD_PCIMEM_END
Justin M. Forbes f2a4e6
 #define BUILD_PCIPREFMEM_SIZE     (BUILD_PCIPREFMEM_END - BUILD_PCIPREFMEM_START)