diff options
author | Laurent Vivier <laurent@vivier.eu> | 2009-08-08 10:19:24 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-08-08 10:19:24 +0000 |
commit | 7f1aec5f93382eef75920899f4065613aeaf02a2 (patch) | |
tree | a21ade7302c716bd5f7de7a21b05580ac87ea355 /hw/ppc.h | |
parent | 8194f35a0c71a3bf169459bf715bea53b7bbc904 (diff) | |
download | qemu-7f1aec5f93382eef75920899f4065613aeaf02a2.tar.gz qemu-7f1aec5f93382eef75920899f4065613aeaf02a2.tar.bz2 qemu-7f1aec5f93382eef75920899f4065613aeaf02a2.zip |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |