diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-18 18:33:18 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-18 18:33:18 +0000 |
commit | 905fdcb5264c7b0ed2896dc042e6fe3dd0e25952 (patch) | |
tree | 9f954284652adf218ba215af7e9362dfd90359a9 /hw/fw_cfg.h | |
parent | 084a197a2026d3cc523c61c42d9425cadcddf81b (diff) |
Add common keys to firmware configuration
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5260 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/fw_cfg.h')
-rw-r--r-- | hw/fw_cfg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/fw_cfg.h b/hw/fw_cfg.h index 909c8b9ec0..ef8f3789f8 100644 --- a/hw/fw_cfg.h +++ b/hw/fw_cfg.h @@ -4,6 +4,10 @@ #define FW_CFG_SIGNATURE 0x00 #define FW_CFG_ID 0x01 #define FW_CFG_UUID 0x02 +#define FW_CFG_RAM_SIZE 0x03 +#define FW_CFG_NOGRAPHIC 0x04 +#define FW_CFG_NB_CPUS 0x05 +#define FW_CFG_MACHINE_ID 0x06 #define FW_CFG_MAX_ENTRY 0x10 #define FW_CFG_WRITE_CHANNEL 0x4000 |