]> git.proxmox.com Git - mirror_qemu.git/commit
hw/i386/pc: Pass the boot_cpus value by argument
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 18 Aug 2019 22:54:04 +0000 (00:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Sep 2019 15:13:07 +0000 (17:13 +0200)
commit524acbe97dcaf7e397d75e2d6eee3b0aaabd0b38
tree83ec2d3da3adc7f329f486735f43e0804567ff65
parent5888e01cfdf5044d6f43bb5c6be9e3d80bcb6ea7
hw/i386/pc: Pass the boot_cpus value by argument

The boot_cpus is used once. Pass it by argument, this will
allow us to remove the PCMachineState argument later.

Suggested-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190818225414.22590-6-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c