qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6776] Add new entries to firmware configuration device


From: Blue Swirl
Subject: [Qemu-devel] [6776] Add new entries to firmware configuration device
Date: Sun, 08 Mar 2009 09:34:26 +0000

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 <address@hidden>

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]