[PATCH v3 0/2] hw/i386/pc: Update max_cpus and default to SMBIOS

Suravee Suthikulpanit posted 2 patches 10 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230603032255.517970-1-suravee.suthikulpanit@amd.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
There is a newer version of this series
hw/i386/pc.c         |  5 ++++-
hw/i386/pc_piix.c    | 14 ++++++++++++++
hw/i386/pc_q35.c     | 16 +++++++++++++++-
include/hw/i386/pc.h |  2 ++
4 files changed, 35 insertions(+), 2 deletions(-)
[PATCH v3 0/2] hw/i386/pc: Update max_cpus and default to SMBIOS
Posted by Suravee Suthikulpanit 10 months, 3 weeks ago
In order to support large number of vcpus, a newer 64-bit SMBIOS
entry point type is needed. Therefore, upgrade the default SMBIOS version
for PC machines to SMBIOS 3.0 for newer systems. Then increase the maximum
number of vCPUs for Q35 models to 1024, which is the limit for KVM.

Changes from V2:
(https://lore.kernel.org/qemu-devel/20230531225127.331998-1-suravee.suthikulpanit@amd.com/)
* Add patch 1.

Changes from V1:
(https://lore.kernel.org/all/YnkDGsIi1vFvXmiP@redhat.com/T/)
 * Bump from 512 to KVM_MAX_VCPUS (per Igor's suggestion)

Thank you,
Suravee

Suravee Suthikulpanit (2):
  hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
  pc: q35: Bump max_cpus to 1024

 hw/i386/pc.c         |  5 ++++-
 hw/i386/pc_piix.c    | 14 ++++++++++++++
 hw/i386/pc_q35.c     | 16 +++++++++++++++-
 include/hw/i386/pc.h |  2 ++
 4 files changed, 35 insertions(+), 2 deletions(-)

-- 
2.34.1