summaryrefslogtreecommitdiffstats
path: root/hw/ppc.h
diff options
context:
space:
mode:
authorLaurent Vivier <laurent@vivier.eu>2009-08-08 10:19:24 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-08-08 10:19:24 +0000
commit7f1aec5f93382eef75920899f4065613aeaf02a2 (patch)
treea21ade7302c716bd5f7de7a21b05580ac87ea355 /hw/ppc.h
parent8194f35a0c71a3bf169459bf715bea53b7bbc904 (diff)
downloadhqemu-7f1aec5f93382eef75920899f4065613aeaf02a2.zip
hqemu-7f1aec5f93382eef75920899f4065613aeaf02a2.tar.gz
ppc_oldworld: configure screen size from qemu command line options
This patch uses the FW_CFG interface to send user requested screen size and depth to openbios. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppc.h')
-rw-r--r--hw/ppc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/ppc.h b/hw/ppc.h
index 2ec4680..4084482 100644
--- a/hw/ppc.h
+++ b/hw/ppc.h
@@ -42,3 +42,6 @@ enum {
ARCH_HEATHROW,
};
+#define FW_CFG_PPC_WIDTH (FW_CFG_ARCH_LOCAL + 0x00)
+#define FW_CFG_PPC_HEIGHT (FW_CFG_ARCH_LOCAL + 0x01)
+#define FW_CFG_PPC_DEPTH (FW_CFG_ARCH_LOCAL + 0x02)
OpenPOWER on IntegriCloud