Browse Source

include: move hw/platform-bus.h to hw/core/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
pull/316/head
Paolo Bonzini 4 months ago
parent
commit
c094dd45b7
  1. 2
      hw/arm/virt-acpi-build.c
  2. 2
      hw/arm/virt.c
  3. 2
      hw/core/platform-bus.c
  4. 2
      hw/core/sysbus-fdt.c
  5. 2
      hw/loongarch/virt-acpi-build.c
  6. 2
      hw/loongarch/virt.c
  7. 2
      hw/ppc/e500.c
  8. 2
      hw/ppc/e500.h
  9. 2
      hw/riscv/virt.c
  10. 0
      include/hw/core/platform-bus.h

2
hw/arm/virt-acpi-build.c

@ -54,7 +54,7 @@
#include "hw/arm/virt.h"
#include "hw/intc/arm_gicv3_its_common.h"
#include "hw/mem/nvdimm.h"
#include "hw/platform-bus.h"
#include "hw/core/platform-bus.h"
#include "system/numa.h"
#include "system/reset.h"
#include "system/tpm.h"

2
hw/arm/virt.c

@ -62,7 +62,7 @@
#include "hw/pci-bridge/pci_expander_bridge.h"
#include "hw/virtio/virtio-pci.h"
#include "hw/core/sysbus-fdt.h"
#include "hw/platform-bus.h"
#include "hw/core/platform-bus.h"
#include "hw/qdev-properties.h"
#include "hw/arm/fdt.h"
#include "hw/intc/arm_gic.h"

2
hw/core/platform-bus.c

@ -20,7 +20,7 @@
*/
#include "qemu/osdep.h"
#include "hw/platform-bus.h"
#include "hw/core/platform-bus.h"
#include "hw/qdev-properties.h"
#include "qapi/error.h"
#include "qemu/error-report.h"

2
hw/core/sysbus-fdt.c

@ -32,7 +32,7 @@
#include "system/device_tree.h"
#include "system/tpm.h"
#include "hw/arm/smmuv3.h"
#include "hw/platform-bus.h"
#include "hw/core/platform-bus.h"
#include "hw/display/ramfb.h"
#include "hw/uefi/var-service-api.h"
#include "hw/arm/fdt.h"

2
hw/loongarch/virt-acpi-build.c

@ -32,7 +32,7 @@
#include "hw/pci-host/gpex.h"
#include "system/system.h"
#include "system/tpm.h"
#include "hw/platform-bus.h"
#include "hw/core/platform-bus.h"
#include "hw/acpi/aml-build.h"
#include "hw/acpi/hmat.h"

2
hw/loongarch/virt.c

@ -37,7 +37,7 @@
#include "qapi/qapi-visit-common.h"
#include "hw/acpi/generic_event_device.h"
#include "hw/mem/nvdimm.h"
#include "hw/platform-bus.h"
#include "hw/core/platform-bus.h"
#include "hw/display/ramfb.h"
#include "hw/uefi/var-service-api.h"
#include "hw/mem/pc-dimm.h"

2
hw/ppc/e500.c

@ -46,7 +46,7 @@
#include "qemu/option.h"
#include "hw/pci-host/ppce500.h"
#include "qemu/error-report.h"
#include "hw/platform-bus.h"
#include "hw/core/platform-bus.h"
#include "hw/net/fsl_etsec/etsec.h"
#include "hw/i2c/i2c.h"
#include "hw/core/irq.h"

2
hw/ppc/e500.h

@ -2,7 +2,7 @@
#define PPCE500_H
#include "hw/core/boards.h"
#include "hw/platform-bus.h"
#include "hw/core/platform-bus.h"
#include "qom/object.h"
#define PLATFORM_CLK_FREQ_HZ (400 * 1000 * 1000)

2
hw/riscv/virt.c

@ -43,7 +43,7 @@
#include "hw/intc/riscv_aplic.h"
#include "hw/intc/sifive_plic.h"
#include "hw/misc/sifive_test.h"
#include "hw/platform-bus.h"
#include "hw/core/platform-bus.h"
#include "chardev/char.h"
#include "system/device_tree.h"
#include "system/system.h"

0
include/hw/platform-bus.h → include/hw/core/platform-bus.h

Loading…
Cancel
Save