qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] acpi hotplug of devices behind a bridge
@ 2013-07-11 12:03 Michael S. Tsirkin
  2013-07-11 12:04 ` [Qemu-devel] [PATCH v2 1/2] pci: add pci_for_each_bus Michael S. Tsirkin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael S. Tsirkin @ 2013-07-11 12:03 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-11 12:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-11 12:03 [Qemu-devel] [PATCH v2 0/2] acpi hotplug of devices behind a bridge Michael S. Tsirkin
2013-07-11 12:04 ` [Qemu-devel] [PATCH v2 1/2] pci: add pci_for_each_bus Michael S. Tsirkin
2013-07-11 12:04 ` [Qemu-devel] [PATCH v2 2/2] qemu: piix: PCI bridge ACPI hotplug support Michael S. Tsirkin
2013-07-11 12:09 ` [Qemu-devel] [PATCH v2 0/2] acpi hotplug of devices behind a bridge Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).