qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/4] acpi_piix4: Add CPU eject infrastructure for


From: Vasilis Liaskovitis
Subject: [Qemu-devel] [PATCH v2 0/4] acpi_piix4: Add CPU eject infrastructure for pc-1.1
Date: Tue, 24 Jan 2012 11:10:04 +0100

This patch series adds support for CPU ejection callbacks in Seabios and qemu.
This will be needed for proper ACPI vcpu destruction/unplug in conjunction
with the vcpu lifecycle patches. 

v1->v2: Add pc-1.1 model with cpu acpi ejection property. Add documentation.
v1 of the series also defined the eject method to handle the CPU_DEAD event
in the cpu lifecycle/destruction series. That patch has been dropped from the
patchset and will be sent separately as lifecycle/unplug series matures.

v2 patches are based on uq/master, plus a patch from the first version of
vcpu-hotplug qemu upstream series, specifically:
http://patchwork.ozlabs.org/patch/136463/

Vasilis Liaskovitis (3):
  uq/master: Add machine model pc-1.1
  uq/master: Add CPU eject handling for acpi_piix4
  uq/master: Add acpi cpu interface documentation

 docs/specs/acpi_hotplug.txt     |   49 +++++++++++++++++++++++++++++++++++++++
 docs/specs/acpi_pci_hotplug.txt |   37 -----------------------------
 hw/acpi_piix4.c                 |   20 ++++++++++++++++
 hw/pc_piix.c                    |   16 ++++++++++++
 4 files changed, 85 insertions(+), 37 deletions(-)
 create mode 100644 docs/specs/acpi_hotplug.txt
 delete mode 100644 docs/specs/acpi_pci_hotplug.txt

-- 
1.7.7.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]