qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/13] acpi: Make piix-specific and q35-specific code generic
@ 2015-12-02 22:22 Eduardo Habkost
  2015-12-02 22:22 ` [Qemu-devel] [PATCH 01/13] pc: Add PCMachineState::pci_host field Eduardo Habkost
                   ` (13 more replies)
  0 siblings, 14 replies; 21+ messages in thread
From: Eduardo Habkost @ 2015-12-02 22:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: Igor Mammedov, Marcel Apfelbaum, Michael S. Tsirkin

This series removes piix-specific and q35-specific code from
acpi-build.c, making it generic and without direct dependencies
to piix and q35 code.

This series needs to be applied after the following:
* [PATCH v3 0/6] pc: Initialization and compat function cleanup
* [PATCH V3 0/3] hw/pcie: Multi-root support for Q35
* [PATCH 00/16] pc: Eliminate struct PcGuestInfo

For reference, there's a git tree containing this series plus all
the dependencies, at:
  git://github.com/ehabkost/qemu-hacks.git work/acpi-decouple

Eduardo Habkost (13):
  pc: Add PCMachineState::pci_host field
  acpi: Remove unnecessary check for NULL pci_host
  acpi: Eliminate acpi_get_i386_pci_host() function
  acpi: Move DSDT info to PCMachineClass
  acpi: Simplify s3/s4 property querying
  acpi: Use &error_abort when getting PCI hotplug properties
  acpi: Use QOM property to get CPU hotplug I/O base
  acpi: Always try to init PCI hotplug I/O base
  acpi: Use PCMachineState::acpi_dev to get ACPI dev
  acpi: Change acpi_pci_hotplug_enabled() argument to PCMachineState
  acpi: Don't use find_i440fx() when setting bsel properties
  intel_iommu.h: Missing sysbus.h include
  acpi: Don't include q35 and piix headers

 hw/acpi/cpu_hotplug.c         |   3 +
 hw/acpi/ich9.c                |   2 +
 hw/acpi/piix4.c               |   2 +
 hw/i386/acpi-build.c          | 161 +++++++++++++-----------------------------
 hw/i386/pc_piix.c             |   4 ++
 hw/i386/pc_q35.c              |   6 ++
 hw/pci-host/piix.c            |   1 +
 include/hw/acpi/cpu_hotplug.h |   1 +
 include/hw/acpi/pc-hotplug.h  |   4 +-
 include/hw/i386/intel_iommu.h |   1 +
 include/hw/i386/pc.h          |   3 +
 11 files changed, 74 insertions(+), 114 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2015-12-07 15:31 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-02 22:22 [Qemu-devel] [PATCH 00/13] acpi: Make piix-specific and q35-specific code generic Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 01/13] pc: Add PCMachineState::pci_host field Eduardo Habkost
2015-12-03 15:35   ` Marcel Apfelbaum
2015-12-03 16:35     ` Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 02/13] acpi: Remove unnecessary check for NULL pci_host Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 03/13] acpi: Eliminate acpi_get_i386_pci_host() function Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 04/13] acpi: Move DSDT info to PCMachineClass Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 05/13] acpi: Simplify s3/s4 property querying Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 06/13] acpi: Use &error_abort when getting PCI hotplug properties Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 07/13] acpi: Use QOM property to get CPU hotplug I/O base Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 08/13] acpi: Always try to init PCI " Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 09/13] acpi: Use PCMachineState::acpi_dev to get ACPI dev Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 10/13] acpi: Change acpi_pci_hotplug_enabled() argument to PCMachineState Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 11/13] acpi: Don't use find_i440fx() when setting bsel properties Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 12/13] intel_iommu.h: Missing sysbus.h include Eduardo Habkost
2015-12-02 22:22 ` [Qemu-devel] [PATCH 13/13] acpi: Don't include q35 and piix headers Eduardo Habkost
2015-12-03 15:19 ` [Qemu-devel] [PATCH 00/13] acpi: Make piix-specific and q35-specific code generic Igor Mammedov
2015-12-03 17:16   ` Eduardo Habkost
2015-12-04 13:24     ` Igor Mammedov
2015-12-04 14:08       ` Eduardo Habkost
2015-12-07 15:31         ` Marcel Apfelbaum

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).