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
Hi Kevin,
You wrote:
>Create a wrapper (stdvga_override_crtc) so the Geode code doesn't need
>to access the stdvga mode tables directly.
>
>Signed-off-by: Kevin O'Connor <kevin at koconnor.net>
>---
> vgasrc/geodevga.c | 10 ++--------
> vgasrc/stdvga.h | 1 +
> vgasrc/stdvgamodes.c | 11 +++++++++++
Patch set 1/4 - 4/4 tested on Geode GX2 Wyse S50.
Works fine.
Thanks, Nils.
Hi Kevin,
Commit 8b0c509e7cdb broke S3 resume on QEMU. Before this commit QEMU
compiled bios with S3_RESUME_VGA_INIT enabled. After it this is no
longer an option.
--
Gleb.