Message ID | 20240522211111.232114-1-salil.mehta@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | Add architecture agnostic code to support vCPU Hotplug | expand |
On Wed, May 22, 2024 at 10:11:03PM +0100, Salil Mehta via wrote: > Date: Wed, 22 May 2024 22:11:03 +0100 > From: Salil Mehta via <qemu-devel@nongnu.org> > Subject: [PATCH V11 0/8] Add architecture agnostic code to support vCPU > Hotplug > X-Mailer: git-send-email 2.34.1 > > Virtual CPU hotplug support is being added across various architectures[1][3]. > This series adds various code bits common across all architectures: > > 1. vCPU creation and Parking code refactor [Patch 1] > 2. Update ACPI GED framework to support vCPU Hotplug [Patch 2,3] > 3. ACPI CPUs AML code change [Patch 4,5] > 4. Helper functions to support unrealization of CPU objects [Patch 6,7] > 5. Docs [Patch 8] > Ran QTESTs on x86 platform, now this series no longer breaks x86-related tests, so, Tested-by: Zhao Liu <zhao1.liu@intel.com>