From 11c2fd3e01835fe8562a7dae4842a645c9fe8bb5 Mon Sep 17 00:00:00 2001 From: aliguori Date: Tue, 21 Apr 2009 22:31:41 +0000 Subject: sending NUMA topology to BIOS (Andre Przywara) uses the QEMU firmware configuration interfacce to send the NUMA topology to the BIOS, which has to setup the tables. Only one firmware configuration channel is used. Signed-off-by: Andre Przywara Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7212 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/fw_cfg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/fw_cfg.h') diff --git a/hw/fw_cfg.h b/hw/fw_cfg.h index 41a3dd062..f616ed2f6 100644 --- a/hw/fw_cfg.h +++ b/hw/fw_cfg.h @@ -14,6 +14,7 @@ #define FW_CFG_INITRD_ADDR 0x0a #define FW_CFG_INITRD_SIZE 0x0b #define FW_CFG_BOOT_DEVICE 0x0c +#define FW_CFG_NUMA 0x0d #define FW_CFG_MAX_ENTRY 0x10 #define FW_CFG_WRITE_CHANNEL 0x4000 -- cgit v1.2.3