Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
@ -1,6 +1,6 @@
#include "qemu/osdep.h"
#include "hw/mem/nvdimm.h"
#include "hw/hotplug.h"
#include "hw/core/hotplug.h"
void nvdimm_acpi_plug_cb(HotplugHandler *hotplug_dev, DeviceState *dev)
{
@ -35,7 +35,7 @@
#include "qemu/range.h"
#include "hw/acpi/cpu_hotplug.h"
#include "hw/acpi/cpu.h"
#include "hw/mem/pc-dimm.h"
#include "hw/acpi/memory_hotplug.h"
@ -10,7 +10,7 @@
* See the COPYING file in the top-level directory.
*/
#include "qemu/module.h"
void hotplug_handler_pre_plug(HotplugHandler *plug_handler,
@ -30,7 +30,7 @@
#include "hw/qdev-properties.h"
#include "system/memory.h"
#include "hw/pci/pci_bus.h"
#include "qom/object.h"
#define TYPE_PCI_BRIDGE_DEV "pci-bridge"
@ -45,7 +45,7 @@
#include "trace.h"
#include "hw/pci/msi.h"
#include "hw/pci/msix.h"
#include "hw/core/boards.h"
#include "hw/nvram/fw_cfg.h"
#include "qapi/error.h"
@ -22,7 +22,7 @@
#include "hw/pci/pcie_port.h"
void pcie_port_init_reg(PCIDevice *d)
@ -12,7 +12,7 @@
#include "hw/sysbus.h"
#include "qemu/bitops.h"
@ -17,7 +17,7 @@
#include "hw/acpi/acpi.h"
#include "hw/acpi/aml-build.h"
#define ACPI_CPU_HOTPLUG_REG_LEN 12
@ -16,7 +16,7 @@
#include "hw/acpi/pc-hotplug.h"
typedef struct AcpiCpuHotplug {
@ -29,7 +29,7 @@
#define ACPI_PCIHP_IO_BASE_PROP "acpi-pcihp-io-base"
#define ACPI_PCIHP_IO_LEN_PROP "acpi-pcihp-io-len"
@ -9,7 +9,7 @@
#include "hw/block/flash.h"
#include "hw/i386/x86.h"
#include "hw/i386/sgx-epc.h"
#include "hw/cxl/cxl.h"
@ -25,7 +25,7 @@
#include "hw/pci/pcie_regs.h"
#include "hw/pci/pcie_aer.h"
#include "hw/pci/pcie_sriov.h"
typedef struct PCIEPort PCIEPort;
typedef struct PCIESlot PCIESlot;
@ -2,7 +2,7 @@
#define SHPC_H
#include "hw/pci/pci_device.h"
#include "migration/vmstate.h"
@ -7,7 +7,7 @@
#include "qemu/rcu.h"
#include "qemu/rcu_queue.h"
#include "hw/resettable.h"
/**