diff options
author | Zhao Liu <zhao1.liu@intel.com> | 2024-04-12 16:53:58 +0800 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-04-25 07:03:04 +0200 |
commit | 838f82468a1282f7e89dbbd6c015c8742bfdafce (patch) | |
tree | 5e98b83929e514249b34529135d0709faf8404d6 | |
parent | 58045186fccaf400d3938fad220a99b1b5f3da6d (diff) | |
download | qemu-838f82468a1282f7e89dbbd6c015c8742bfdafce.zip qemu-838f82468a1282f7e89dbbd6c015c8742bfdafce.tar.gz qemu-838f82468a1282f7e89dbbd6c015c8742bfdafce.tar.bz2 |
docs: i386: pc: Update maximum CPU numbers for PC Q35
Commit e4e98c7eebfa ("pc: q35: Bump max_cpus to 4096 vcpus") increases
the supported CPUs for PC Q35 machine.
Update maximum CPU numbers for PC Q35 in the document.
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Message-ID: <20240412085358.731560-1-zhao1.liu@linux.intel.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | docs/system/target-i386-desc.rst.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/target-i386-desc.rst.inc b/docs/system/target-i386-desc.rst.inc index 5ebbcda..319e540 100644 --- a/docs/system/target-i386-desc.rst.inc +++ b/docs/system/target-i386-desc.rst.inc @@ -36,7 +36,7 @@ The QEMU PC System emulator simulates the following peripherals: - PCI UHCI, OHCI, EHCI or XHCI USB controller and a virtual USB-1.1 hub. -SMP is supported with up to 255 CPUs. +SMP is supported with up to 255 CPUs (and 4096 CPUs for PC Q35 machine). QEMU uses the PC BIOS from the Seabios project and the Plex86/Bochs LGPL VGA BIOS. |