From: blueswir1 Date: Sun, 8 Mar 2009 09:34:26 +0000 (+0000) Subject: Add new entries to firmware configuration device X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7e12f65678b5d6af9ee0fc30322be3b289c87709;p=qemu.git Add new entries to firmware configuration device Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6776 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/fw_cfg.h b/hw/fw_cfg.h index ef8f3789f8..41a3dd0628 100644 --- a/hw/fw_cfg.h +++ b/hw/fw_cfg.h @@ -8,6 +8,12 @@ #define FW_CFG_NOGRAPHIC 0x04 #define FW_CFG_NB_CPUS 0x05 #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_WRITE_CHANNEL 0x4000