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
This commit is contained in:
parent
179a2c1971
commit
7e12f65678
@ -8,6 +8,12 @@
|
|||||||
#define FW_CFG_NOGRAPHIC 0x04
|
#define FW_CFG_NOGRAPHIC 0x04
|
||||||
#define FW_CFG_NB_CPUS 0x05
|
#define FW_CFG_NB_CPUS 0x05
|
||||||
#define FW_CFG_MACHINE_ID 0x06
|
#define FW_CFG_MACHINE_ID 0x06
|
||||||
|
#define FW_CFG_KERNEL_ADDR 0x07
|
||||||
|
#define FW_CFG_KERNEL_SIZE 0x08
|
||||||
|
#define FW_CFG_KERNEL_CMDLINE 0x09
|
||||||
|
#define FW_CFG_INITRD_ADDR 0x0a
|
||||||
|
#define FW_CFG_INITRD_SIZE 0x0b
|
||||||
|
#define FW_CFG_BOOT_DEVICE 0x0c
|
||||||
#define FW_CFG_MAX_ENTRY 0x10
|
#define FW_CFG_MAX_ENTRY 0x10
|
||||||
|
|
||||||
#define FW_CFG_WRITE_CHANNEL 0x4000
|
#define FW_CFG_WRITE_CHANNEL 0x4000
|
||||||
|
Loading…
Reference in New Issue
Block a user