Commit 7e12f65678b5d6af9ee0fc30322be3b289c87709
1 parent
179a2c19
Add new entries to firmware configuration device
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6776 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
6 additions
and
0 deletions
hw/fw_cfg.h
| ... | ... | @@ -8,6 +8,12 @@ |
| 8 | 8 | #define FW_CFG_NOGRAPHIC 0x04 |
| 9 | 9 | #define FW_CFG_NB_CPUS 0x05 |
| 10 | 10 | #define FW_CFG_MACHINE_ID 0x06 |
| 11 | +#define FW_CFG_KERNEL_ADDR 0x07 | |
| 12 | +#define FW_CFG_KERNEL_SIZE 0x08 | |
| 13 | +#define FW_CFG_KERNEL_CMDLINE 0x09 | |
| 14 | +#define FW_CFG_INITRD_ADDR 0x0a | |
| 15 | +#define FW_CFG_INITRD_SIZE 0x0b | |
| 16 | +#define FW_CFG_BOOT_DEVICE 0x0c | |
| 11 | 17 | #define FW_CFG_MAX_ENTRY 0x10 |
| 12 | 18 | |
| 13 | 19 | #define FW_CFG_WRITE_CHANNEL 0x4000 | ... | ... |