]> git.proxmox.com Git - mirror_qemu.git/commit - hw/sparc64/sun4u.c
fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init()
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 22 Jan 2013 20:25:03 +0000 (18:25 -0200)
committerAndreas Färber <afaerber@suse.de>
Sun, 27 Jan 2013 13:34:27 +0000 (14:34 +0100)
commit70db922278f7b42375ead340b793ff3938835242
treef4a5a16d97089b4b15340f4e0f61eb2080374eb0
parentcb41bad3c2c7d82405cbe057c944ed4fd176d82a
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>
hw/fw_cfg.c
hw/pc.c
hw/ppc/mac_newworld.c
hw/ppc/mac_oldworld.c
hw/sun4m.c
hw/sun4u.c