diff options
| author | Igor Mammedov <imammedo@redhat.com> | 2016-11-15 13:17:14 +0100 |
|---|---|---|
| committer | Eduardo Habkost <ehabkost@redhat.com> | 2016-11-16 12:09:53 -0200 |
| commit | eabff1582032b662fa58e6e880ca7399f1b78369 (patch) | |
| tree | 7bfb8c6997b2df39b368d42234db04e9ffb4001d /include/hw/i386 | |
| parent | b0bcc86d2a87456f5a276f941dc775b265b309cf (diff) | |
| download | focaccia-qemu-eabff1582032b662fa58e6e880ca7399f1b78369.tar.gz focaccia-qemu-eabff1582032b662fa58e6e880ca7399f1b78369.zip | |
Revert "pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUs"
This reverts commit 080ac219cc7d9c55adf925c3545b7450055ad625. Legacy FW_CFG_NB_CPUS will be reused instead of 'etc/boot-cpus' fw_cfg file since it does the same and there is no point to maintaing duplicate guest ABI, if it can be helped. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <1479212236-183810-2-git-send-email-imammedo@redhat.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/hw/i386')
| -rw-r--r-- | include/hw/i386/pc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 8eb517f914..e32e9574ca 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -36,7 +36,6 @@ /** * PCMachineState: * @acpi_dev: link to ACPI PM device that performs ACPI hotplug handling - * @boot_cpus_le: number of present VCPUs, referenced by 'etc/boot-cpus' fw_cfg */ struct PCMachineState { /*< private >*/ @@ -71,7 +70,6 @@ struct PCMachineState { bool apic_xrupt_override; unsigned apic_id_limit; CPUArchIdList *possible_cpus; - uint16_t boot_cpus_le; /* NUMA information: */ uint64_t numa_nodes; |