* [Qemu-devel] [6776] Add new entries to firmware configuration device
@ 2009-03-08 9:34 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-03-08 9:34 UTC (permalink / raw)
To: qemu-devel
Revision: 6776
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6776
Author: blueswir1
Date: 2009-03-08 09:34:26 +0000 (Sun, 08 Mar 2009)
Log Message:
-----------
Add new entries to firmware configuration device
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/hw/fw_cfg.h
Modified: trunk/hw/fw_cfg.h
===================================================================
--- trunk/hw/fw_cfg.h 2009-03-08 08:23:32 UTC (rev 6775)
+++ trunk/hw/fw_cfg.h 2009-03-08 09:34:26 UTC (rev 6776)
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-08 9:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-08 9:34 [Qemu-devel] [6776] Add new entries to firmware configuration device Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).