summaryrefslogtreecommitdiffstats
path: root/hw/sun4u.c
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2013-01-22 18:25:03 -0200
committerAndreas Färber <afaerber@suse.de>2013-01-27 14:34:27 +0100
commit70db922278f7b42375ead340b793ff3938835242 (patch)
treef4a5a16d97089b4b15340f4e0f61eb2080374eb0 /hw/sun4u.c
parentcb41bad3c2c7d82405cbe057c944ed4fd176d82a (diff)
downloadhqemu-70db922278f7b42375ead340b793ff3938835242.zip
hqemu-70db922278f7b42375ead340b793ff3938835242.tar.gz
fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init()
PC will not use max_cpus for that field, so move it outside the common code so it can use a different value on PC. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/sun4u.c')
-rw-r--r--hw/sun4u.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sun4u.c b/hw/sun4u.c
index b891b84..9fbda29 100644
--- a/hw/sun4u.c
+++ b/hw/sun4u.c
@@ -878,6 +878,7 @@ static void sun4uv_init(MemoryRegion *address_space_mem,
(uint8_t *)&nd_table[0].macaddr);
fw_cfg = fw_cfg_init(BIOS_CFG_IOPORT, BIOS_CFG_IOPORT + 1, 0, 0);
+ fw_cfg_add_i16(fw_cfg, FW_CFG_MAX_CPUS, (uint16_t)max_cpus);
fw_cfg_add_i32(fw_cfg, FW_CFG_ID, 1);
fw_cfg_add_i64(fw_cfg, FW_CFG_RAM_SIZE, (uint64_t)ram_size);
fw_cfg_add_i16(fw_cfg, FW_CFG_MACHINE_ID, hwdef->machine_id);
OpenPOWER on IntegriCloud