qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/2] acpi hotplug of devices behind a bridge


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH v2 0/2] acpi hotplug of devices behind a bridge
Date: Thu, 11 Jul 2013 15:03:58 +0300

This is on top of patchset generating ACPI tables in qemu.
Changes from v1:
    - fixed some bugs
    - fixed migration and cross version compatibility
    - rebased to latest bits

Michael S. Tsirkin (2):
  pci: add pci_for_each_bus
  qemu: piix: PCI bridge ACPI hotplug support

 docs/specs/acpi_pci_hotplug.txt  |   8 +
 hw/acpi/piix4.c                  | 217 +++++++++++++++-----
 hw/i386/Makefile.objs            |   2 +-
 hw/i386/acpi-build.c             | 425 +++++++++++++++++++++++++++++++++++----
 hw/i386/acpi-dsdt.dsl            |  36 +++-
 hw/i386/pc_piix.c                |   3 +
 hw/i386/ssdt-pcihp.dsl           |  51 -----
 hw/i386/ssdt-pcihp.hex.generated | 108 ----------
 hw/pci/pci.c                     |  17 ++
 include/hw/i386/pc.h             |   5 +-
 include/hw/pci/pci.h             |   3 +
 11 files changed, 607 insertions(+), 268 deletions(-)
 delete mode 100644 hw/i386/ssdt-pcihp.dsl
 delete mode 100644 hw/i386/ssdt-pcihp.hex.generated

-- 
MST




reply via email to

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