From: Paolo Bonzini Date: Thu, 27 Nov 2025 07:38:09 +0000 (+0100) Subject: include: move hw/qdev-properties-system.h to hw/core/ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e9a725006bd699ceb0eec9afd779f7c6e95693;p=thirdparty%2Fqemu.git include: move hw/qdev-properties-system.h to hw/core/ Signed-off-by: Paolo Bonzini --- diff --git a/backends/spdm-socket.c b/backends/spdm-socket.c index 07aea37516..bc5c7afb3c 100644 --- a/backends/spdm-socket.c +++ b/backends/spdm-socket.c @@ -14,7 +14,7 @@ #include "system/spdm-socket.h" #include "qapi/error.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/core/qdev-prop-internal.h" static bool read_bytes(const int socket, uint8_t *buffer, diff --git a/hw/acpi/vmclock.c b/hw/acpi/vmclock.c index 55c9f95066..d51cab2e20 100644 --- a/hw/acpi/vmclock.c +++ b/hw/acpi/vmclock.c @@ -18,7 +18,7 @@ #include "hw/acpi/vmclock.h" #include "hw/nvram/fw_cfg.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "system/reset.h" diff --git a/hw/acpi/vmgenid.c b/hw/acpi/vmgenid.c index fcf9a94daf..e87c025696 100644 --- a/hw/acpi/vmgenid.c +++ b/hw/acpi/vmgenid.c @@ -18,7 +18,7 @@ #include "hw/acpi/vmgenid.h" #include "hw/nvram/fw_cfg.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "system/reset.h" diff --git a/hw/arm/strongarm.c b/hw/arm/strongarm.c index 3ee73ee459..acc75476c3 100644 --- a/hw/arm/strongarm.c +++ b/hw/arm/strongarm.c @@ -30,7 +30,7 @@ #include "qemu/osdep.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/sysbus.h" #include "migration/vmstate.h" #include "strongarm.h" diff --git a/hw/block/fdc-isa.c b/hw/block/fdc-isa.c index ebb3d2f7cd..a10f34a20f 100644 --- a/hw/block/fdc-isa.c +++ b/hw/block/fdc-isa.c @@ -36,7 +36,7 @@ #include "hw/core/irq.h" #include "hw/isa/isa.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "hw/block/block.h" #include "system/block-backend.h" diff --git a/hw/block/fdc.c b/hw/block/fdc.c index 1747f6506f..4585640af9 100644 --- a/hw/block/fdc.c +++ b/hw/block/fdc.c @@ -36,7 +36,7 @@ #include "hw/core/irq.h" #include "hw/isa/isa.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "hw/block/block.h" #include "system/block-backend.h" diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c index 648e6bdc00..4a758f83dc 100644 --- a/hw/block/m25p80.c +++ b/hw/block/m25p80.c @@ -27,7 +27,7 @@ #include "hw/block/block.h" #include "hw/block/flash.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/ssi/ssi.h" #include "migration/vmstate.h" #include "qemu/bitops.h" diff --git a/hw/block/pflash_cfi01.c b/hw/block/pflash_cfi01.c index f93b812c02..d1673a1b41 100644 --- a/hw/block/pflash_cfi01.c +++ b/hw/block/pflash_cfi01.c @@ -40,7 +40,7 @@ #include "hw/block/block.h" #include "hw/block/flash.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "system/block-backend.h" #include "qapi/error.h" #include "qemu/error-report.h" diff --git a/hw/block/pflash_cfi02.c b/hw/block/pflash_cfi02.c index 6a74bcb7a1..423516cb30 100644 --- a/hw/block/pflash_cfi02.c +++ b/hw/block/pflash_cfi02.c @@ -36,7 +36,7 @@ #include "hw/block/block.h" #include "hw/block/flash.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qapi/error.h" #include "qemu/error-report.h" #include "qemu/bitmap.h" diff --git a/hw/block/vhost-user-blk.c b/hw/block/vhost-user-blk.c index 62295f187c..4d81d2dc34 100644 --- a/hw/block/vhost-user-blk.c +++ b/hw/block/vhost-user-blk.c @@ -22,7 +22,7 @@ #include "qemu/cutils.h" #include "hw/core/qdev.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/virtio/virtio-blk-common.h" #include "hw/virtio/vhost.h" #include "hw/virtio/vhost-user-blk.h" diff --git a/hw/char/avr_usart.c b/hw/char/avr_usart.c index c3515b6f7d..30e135a244 100644 --- a/hw/char/avr_usart.c +++ b/hw/char/avr_usart.c @@ -24,7 +24,7 @@ #include "qemu/log.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" static int avr_usart_can_receive(void *opaque) { diff --git a/hw/char/bcm2835_aux.c b/hw/char/bcm2835_aux.c index 47e24c5bba..d1e114f2de 100644 --- a/hw/char/bcm2835_aux.c +++ b/hw/char/bcm2835_aux.c @@ -24,7 +24,7 @@ #include "hw/char/bcm2835_aux.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "qemu/log.h" #include "qemu/module.h" diff --git a/hw/char/cadence_uart.c b/hw/char/cadence_uart.c index 58c4c95fde..c24ece5fe8 100644 --- a/hw/char/cadence_uart.c +++ b/hw/char/cadence_uart.c @@ -32,7 +32,7 @@ #include "hw/char/cadence_uart.h" #include "hw/core/irq.h" #include "hw/core/qdev-clock.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "trace.h" #ifdef CADENCE_UART_ERR_DEBUG diff --git a/hw/char/cmsdk-apb-uart.c b/hw/char/cmsdk-apb-uart.c index a5ec61a004..c3645a553e 100644 --- a/hw/char/cmsdk-apb-uart.c +++ b/hw/char/cmsdk-apb-uart.c @@ -27,7 +27,7 @@ #include "chardev/char-serial.h" #include "hw/char/cmsdk-apb-uart.h" #include "hw/core/irq.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" REG32(DATA, 0) REG32(STATE, 4) diff --git a/hw/char/debugcon.c b/hw/char/debugcon.c index 36607d0c1c..a1b370b90b 100644 --- a/hw/char/debugcon.c +++ b/hw/char/debugcon.c @@ -30,7 +30,7 @@ #include "chardev/char-fe.h" #include "hw/isa/isa.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qom/object.h" #define TYPE_ISA_DEBUGCON_DEVICE "isa-debugcon" diff --git a/hw/char/digic-uart.c b/hw/char/digic-uart.c index 04dec0df8a..8a704dfcf5 100644 --- a/hw/char/digic-uart.c +++ b/hw/char/digic-uart.c @@ -35,7 +35,7 @@ #include "hw/char/digic-uart.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" enum { ST_RX_RDY = (1 << 0), diff --git a/hw/char/diva-gsp.c b/hw/char/diva-gsp.c index 1dafc1e80c..280d0413c6 100644 --- a/hw/char/diva-gsp.c +++ b/hw/char/diva-gsp.c @@ -21,7 +21,7 @@ #include "hw/core/irq.h" #include "hw/pci/pci_device.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #define PCI_DEVICE_ID_HP_DIVA 0x1048 diff --git a/hw/char/escc.c b/hw/char/escc.c index 496bbc56de..a2fb682f8b 100644 --- a/hw/char/escc.c +++ b/hw/char/escc.c @@ -25,7 +25,7 @@ #include "qemu/osdep.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/sysbus.h" #include "migration/vmstate.h" #include "qemu/module.h" diff --git a/hw/char/exynos4210_uart.c b/hw/char/exynos4210_uart.c index 387156d5e3..d1c2f24915 100644 --- a/hw/char/exynos4210_uart.c +++ b/hw/char/exynos4210_uart.c @@ -32,7 +32,7 @@ #include "hw/arm/exynos4210.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "trace.h" #include "qom/object.h" diff --git a/hw/char/goldfish_tty.c b/hw/char/goldfish_tty.c index 821b321850..35bcb2a967 100644 --- a/hw/char/goldfish_tty.c +++ b/hw/char/goldfish_tty.c @@ -9,7 +9,7 @@ #include "qemu/osdep.h" #include "hw/core/irq.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/sysbus.h" #include "migration/vmstate.h" #include "chardev/char-fe.h" diff --git a/hw/char/grlib_apbuart.c b/hw/char/grlib_apbuart.c index 9731e664c1..7be847d093 100644 --- a/hw/char/grlib_apbuart.c +++ b/hw/char/grlib_apbuart.c @@ -27,7 +27,7 @@ #include "qemu/osdep.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/char/grlib_uart.h" #include "hw/sysbus.h" #include "qemu/module.h" diff --git a/hw/char/ibex_uart.c b/hw/char/ibex_uart.c index ac4a43af84..3166f6d309 100644 --- a/hw/char/ibex_uart.c +++ b/hw/char/ibex_uart.c @@ -30,7 +30,7 @@ #include "hw/core/irq.h" #include "hw/core/qdev-clock.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/registerfields.h" #include "migration/vmstate.h" #include "qemu/log.h" diff --git a/hw/char/imx_serial.c b/hw/char/imx_serial.c index 78d2c25f86..080b7f6331 100644 --- a/hw/char/imx_serial.c +++ b/hw/char/imx_serial.c @@ -22,7 +22,7 @@ #include "hw/char/imx_serial.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "qemu/log.h" #include "qemu/module.h" diff --git a/hw/char/ipoctal232.c b/hw/char/ipoctal232.c index 19f312b9d3..b66c20f4fa 100644 --- a/hw/char/ipoctal232.c +++ b/hw/char/ipoctal232.c @@ -12,7 +12,7 @@ #include "hw/ipack/ipack.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "qemu/bitops.h" #include "qemu/module.h" diff --git a/hw/char/max78000_uart.c b/hw/char/max78000_uart.c index 59ec24a15e..85fc6eed3e 100644 --- a/hw/char/max78000_uart.c +++ b/hw/char/max78000_uart.c @@ -10,7 +10,7 @@ #include "hw/char/max78000_uart.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qemu/log.h" #include "qemu/module.h" #include "migration/vmstate.h" diff --git a/hw/char/mcf_uart.c b/hw/char/mcf_uart.c index 391674dbcc..51edf917c9 100644 --- a/hw/char/mcf_uart.c +++ b/hw/char/mcf_uart.c @@ -13,7 +13,7 @@ #include "qapi/error.h" #include "hw/m68k/mcf.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "chardev/char-fe.h" #include "qom/object.h" diff --git a/hw/char/nrf51_uart.c b/hw/char/nrf51_uart.c index 6087cabeb3..7306923244 100644 --- a/hw/char/nrf51_uart.c +++ b/hw/char/nrf51_uart.c @@ -18,7 +18,7 @@ #include "hw/char/nrf51_uart.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "trace.h" diff --git a/hw/char/parallel.c b/hw/char/parallel.c index 6708d7658b..07bbc9443f 100644 --- a/hw/char/parallel.c +++ b/hw/char/parallel.c @@ -29,7 +29,7 @@ #include "chardev/char-parallel.h" #include "hw/acpi/acpi_aml_interface.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "hw/char/parallel-isa.h" #include "hw/char/parallel.h" diff --git a/hw/char/pl011.c b/hw/char/pl011.c index f37ffd349f..0b0af67798 100644 --- a/hw/char/pl011.c +++ b/hw/char/pl011.c @@ -25,7 +25,7 @@ #include "hw/sysbus.h" #include "hw/core/qdev-clock.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "chardev/char-fe.h" #include "chardev/char-serial.h" diff --git a/hw/char/renesas_sci.c b/hw/char/renesas_sci.c index 3c1cc43954..f1c5d5ae6b 100644 --- a/hw/char/renesas_sci.c +++ b/hw/char/renesas_sci.c @@ -26,7 +26,7 @@ #include "hw/core/irq.h" #include "hw/registerfields.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/char/renesas_sci.h" #include "migration/vmstate.h" diff --git a/hw/char/sclpconsole-lm.c b/hw/char/sclpconsole-lm.c index ed08cf42da..9a16896d22 100644 --- a/hw/char/sclpconsole-lm.c +++ b/hw/char/sclpconsole-lm.c @@ -23,7 +23,7 @@ #include "migration/vmstate.h" #include "hw/s390x/event-facility.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/s390x/ebcdic.h" #include "qom/object.h" diff --git a/hw/char/sclpconsole.c b/hw/char/sclpconsole.c index ab444fe1fa..179d12745c 100644 --- a/hw/char/sclpconsole.c +++ b/hw/char/sclpconsole.c @@ -20,7 +20,7 @@ #include "hw/s390x/sclp.h" #include "migration/vmstate.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/s390x/event-facility.h" #include "chardev/char-fe.h" #include "qom/object.h" diff --git a/hw/char/serial-pci-multi.c b/hw/char/serial-pci-multi.c index f0af12c14f..17796b93dd 100644 --- a/hw/char/serial-pci-multi.c +++ b/hw/char/serial-pci-multi.c @@ -33,7 +33,7 @@ #include "hw/core/irq.h" #include "hw/pci/pci_device.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #define PCI_SERIAL_MAX_PORTS 4 diff --git a/hw/char/serial.c b/hw/char/serial.c index cbff68a711..adbd1d1d4a 100644 --- a/hw/char/serial.c +++ b/hw/char/serial.c @@ -36,7 +36,7 @@ #include "qemu/error-report.h" #include "trace.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ diff --git a/hw/char/sh_serial.c b/hw/char/sh_serial.c index 9cd79fce33..b3bed2bb7b 100644 --- a/hw/char/sh_serial.c +++ b/hw/char/sh_serial.c @@ -30,7 +30,7 @@ #include "hw/core/irq.h" #include "hw/core/qdev.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/sh4/sh.h" #include "chardev/char-fe.h" #include "qapi/error.h" diff --git a/hw/char/shakti_uart.c b/hw/char/shakti_uart.c index 51e45351d9..2d1bc9cb8e 100644 --- a/hw/char/shakti_uart.c +++ b/hw/char/shakti_uart.c @@ -25,7 +25,7 @@ #include "qemu/osdep.h" #include "hw/char/shakti_uart.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qemu/log.h" static uint64_t shakti_uart_read(void *opaque, hwaddr addr, unsigned size) diff --git a/hw/char/sifive_uart.c b/hw/char/sifive_uart.c index 473374d3de..af17cf9a6c 100644 --- a/hw/char/sifive_uart.c +++ b/hw/char/sifive_uart.c @@ -24,7 +24,7 @@ #include "chardev/char-fe.h" #include "hw/core/irq.h" #include "hw/char/sifive_uart.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #define TX_INTERRUPT_TRIGGER_DELAY_NS 100 diff --git a/hw/char/spapr_vty.c b/hw/char/spapr_vty.c index 17a17c47c3..1dd9fb155c 100644 --- a/hw/char/spapr_vty.c +++ b/hw/char/spapr_vty.c @@ -7,7 +7,7 @@ #include "hw/ppc/spapr.h" #include "hw/ppc/spapr_vio.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qom/object.h" #define VTERM_BUFSIZE 16 diff --git a/hw/char/stm32f2xx_usart.c b/hw/char/stm32f2xx_usart.c index 2c19ec69cc..2bf0161fa5 100644 --- a/hw/char/stm32f2xx_usart.c +++ b/hw/char/stm32f2xx_usart.c @@ -26,7 +26,7 @@ #include "hw/char/stm32f2xx_usart.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qemu/log.h" #include "qemu/module.h" diff --git a/hw/char/stm32l4x5_usart.c b/hw/char/stm32l4x5_usart.c index 8b208ba9b6..664d03d6b9 100644 --- a/hw/char/stm32l4x5_usart.c +++ b/hw/char/stm32l4x5_usart.c @@ -27,7 +27,7 @@ #include "hw/core/irq.h" #include "hw/core/qdev-clock.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/registerfields.h" #include "trace.h" diff --git a/hw/char/terminal3270.c b/hw/char/terminal3270.c index 821a75c37a..1d857bad9b 100644 --- a/hw/char/terminal3270.c +++ b/hw/char/terminal3270.c @@ -16,7 +16,7 @@ #include "qemu/module.h" #include "chardev/char-fe.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/s390x/3270-ccw.h" #include "qom/object.h" diff --git a/hw/char/virtio-console.c b/hw/char/virtio-console.c index 8c2a6a9d1d..25db0f019b 100644 --- a/hw/char/virtio-console.c +++ b/hw/char/virtio-console.c @@ -16,7 +16,7 @@ #include "qemu/module.h" #include "trace.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/virtio/virtio-serial.h" #include "qapi/error.h" #include "qapi/qapi-events-char.h" diff --git a/hw/char/xen_console.c b/hw/char/xen_console.c index a0d142582e..8ee098d9ad 100644 --- a/hw/char/xen_console.c +++ b/hw/char/xen_console.c @@ -30,7 +30,7 @@ #include "hw/xen/xen-backend.h" #include "hw/xen/xen-bus-helper.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/xen/interface/io/console.h" #include "hw/xen/interface/io/xs_wire.h" #include "hw/xen/interface/grant_table.h" diff --git a/hw/char/xilinx_uartlite.c b/hw/char/xilinx_uartlite.c index 9d81cd904c..ba7e9e339b 100644 --- a/hw/char/xilinx_uartlite.c +++ b/hw/char/xilinx_uartlite.c @@ -28,7 +28,7 @@ #include "hw/char/xilinx_uartlite.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/sysbus.h" #include "qemu/module.h" #include "chardev/char-fe.h" diff --git a/hw/core/qdev-properties-system.c b/hw/core/qdev-properties-system.c index d0a66358b5..fe5464c7da 100644 --- a/hw/core/qdev-properties-system.c +++ b/hw/core/qdev-properties-system.c @@ -12,7 +12,7 @@ #include "qemu/osdep.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qapi/error.h" #include "qapi/visitor.h" #include "qapi/qapi-types-block.h" diff --git a/hw/hyperv/vmbus.c b/hw/hyperv/vmbus.c index 639d932b09..86b53a23ad 100644 --- a/hw/hyperv/vmbus.c +++ b/hw/hyperv/vmbus.c @@ -14,7 +14,7 @@ #include "qapi/error.h" #include "migration/vmstate.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/hyperv/hyperv.h" #include "hw/hyperv/vmbus.h" #include "hw/hyperv/vmbus-bridge.h" diff --git a/hw/i386/kvm/i8254.c b/hw/i386/kvm/i8254.c index 14b78f30a8..81e742f866 100644 --- a/hw/i386/kvm/i8254.c +++ b/hw/i386/kvm/i8254.c @@ -32,7 +32,7 @@ #include "system/runstate.h" #include "hw/timer/i8254.h" #include "hw/timer/i8254_internal.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "system/kvm.h" #include "target/i386/kvm/kvm_i386.h" #include "qom/object.h" diff --git a/hw/intc/xilinx_intc.c b/hw/intc/xilinx_intc.c index 465df1c3af..f93f0d6e7e 100644 --- a/hw/intc/xilinx_intc.c +++ b/hw/intc/xilinx_intc.c @@ -31,7 +31,7 @@ #include "qemu/module.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qom/object.h" #define D(x) diff --git a/hw/ipmi/ipmi_bmc_extern.c b/hw/ipmi/ipmi_bmc_extern.c index fb90a7d7c3..fa08ed6c21 100644 --- a/hw/ipmi/ipmi_bmc_extern.c +++ b/hw/ipmi/ipmi_bmc_extern.c @@ -35,7 +35,7 @@ #include "chardev/char-fe.h" #include "hw/ipmi/ipmi.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "qom/object.h" diff --git a/hw/ipmi/ipmi_bmc_sim.c b/hw/ipmi/ipmi_bmc_sim.c index b86943c324..3d4fe1a699 100644 --- a/hw/ipmi/ipmi_bmc_sim.c +++ b/hw/ipmi/ipmi_bmc_sim.c @@ -30,7 +30,7 @@ #include "qemu/module.h" #include "hw/core/loader.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #define IPMI_NETFN_CHASSIS 0x00 diff --git a/hw/mem/cxl_type3.c b/hw/mem/cxl_type3.c index 26baa1c3d6..6eb20137a0 100644 --- a/hw/mem/cxl_type3.c +++ b/hw/mem/cxl_type3.c @@ -18,7 +18,7 @@ #include "hw/mem/pc-dimm.h" #include "hw/pci/pci.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qapi/error.h" #include "qemu/log.h" #include "qemu/module.h" diff --git a/hw/misc/allwinner-sid.c b/hw/misc/allwinner-sid.c index 17faf67e60..92a0c7918b 100644 --- a/hw/misc/allwinner-sid.c +++ b/hw/misc/allwinner-sid.c @@ -26,7 +26,7 @@ #include "qemu/guest-random.h" #include "qapi/error.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/misc/allwinner-sid.h" #include "trace.h" diff --git a/hw/misc/allwinner-sramc.c b/hw/misc/allwinner-sramc.c index bd7f59fec9..423e0a844f 100644 --- a/hw/misc/allwinner-sramc.c +++ b/hw/misc/allwinner-sramc.c @@ -25,7 +25,7 @@ #include "qemu/module.h" #include "qapi/error.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/misc/allwinner-sramc.h" #include "trace.h" diff --git a/hw/misc/ivshmem-flat.c b/hw/misc/ivshmem-flat.c index 790500d34d..1248f9e81b 100644 --- a/hw/misc/ivshmem-flat.c +++ b/hw/misc/ivshmem-flat.c @@ -14,7 +14,7 @@ #include "qemu/module.h" #include "qapi/error.h" #include "hw/core/irq.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/sysbus.h" #include "chardev/char-fe.h" #include "system/address-spaces.h" diff --git a/hw/misc/ivshmem-pci.c b/hw/misc/ivshmem-pci.c index fb69af52f6..b9162589a0 100644 --- a/hw/misc/ivshmem-pci.c +++ b/hw/misc/ivshmem-pci.c @@ -23,7 +23,7 @@ #include "qemu/cutils.h" #include "hw/pci/pci.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/pci/msi.h" #include "hw/pci/msix.h" #include "system/kvm.h" diff --git a/hw/misc/mac_via.c b/hw/misc/mac_via.c index 887397ae84..0c608c3dc6 100644 --- a/hw/misc/mac_via.c +++ b/hw/misc/mac_via.c @@ -28,7 +28,7 @@ #include "qapi/error.h" #include "qemu/cutils.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "system/block-backend.h" #include "system/rtc.h" #include "trace.h" diff --git a/hw/misc/sifive_u_otp.c b/hw/misc/sifive_u_otp.c index 1d35268046..899bc31745 100644 --- a/hw/misc/sifive_u_otp.c +++ b/hw/misc/sifive_u_otp.c @@ -21,7 +21,7 @@ #include "qemu/osdep.h" #include "qapi/error.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/sysbus.h" #include "qemu/error-report.h" #include "qemu/log.h" diff --git a/hw/misc/stm32l4x5_rcc.c b/hw/misc/stm32l4x5_rcc.c index c2b25e9a4d..cf7fa28cbe 100644 --- a/hw/misc/stm32l4x5_rcc.c +++ b/hw/misc/stm32l4x5_rcc.c @@ -27,7 +27,7 @@ #include "hw/core/irq.h" #include "hw/core/qdev-clock.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/registerfields.h" #include "trace.h" diff --git a/hw/misc/xlnx-versal-cfu.c b/hw/misc/xlnx-versal-cfu.c index 80f9612b2f..13cd597da4 100644 --- a/hw/misc/xlnx-versal-cfu.c +++ b/hw/misc/xlnx-versal-cfu.c @@ -19,7 +19,7 @@ #include "qemu/units.h" #include "migration/vmstate.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/misc/xlnx-versal-cfu.h" #ifndef XLNX_VERSAL_CFU_APB_ERR_DEBUG diff --git a/hw/net/rocker/rocker.c b/hw/net/rocker/rocker.c index 935e74fd7d..3eb7b44511 100644 --- a/hw/net/rocker/rocker.c +++ b/hw/net/rocker/rocker.c @@ -18,7 +18,7 @@ #include "qemu/osdep.h" #include "hw/pci/pci_device.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "hw/pci/msix.h" #include "net/net.h" diff --git a/hw/net/xen_nic.c b/hw/net/xen_nic.c index 4ef1b7dd29..f4d0b06013 100644 --- a/hw/net/xen_nic.c +++ b/hw/net/xen_nic.c @@ -38,7 +38,7 @@ #include "hw/xen/xen-backend.h" #include "hw/xen/xen-bus-helper.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/xen/interface/io/netif.h" #include "hw/xen/interface/io/xs_wire.h" diff --git a/hw/net/xilinx_ethlite.c b/hw/net/xilinx_ethlite.c index 39e64a46e2..72b14811a9 100644 --- a/hw/net/xilinx_ethlite.c +++ b/hw/net/xilinx_ethlite.c @@ -34,7 +34,7 @@ #include "hw/sysbus.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/misc/unimp.h" #include "net/net.h" #include "trace.h" diff --git a/hw/nvram/eeprom_at24c.c b/hw/nvram/eeprom_at24c.c index e947cf8a3b..8b7f2dc13f 100644 --- a/hw/nvram/eeprom_at24c.c +++ b/hw/nvram/eeprom_at24c.c @@ -15,7 +15,7 @@ #include "hw/i2c/i2c.h" #include "hw/nvram/eeprom_at24c.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "system/block-backend.h" #include "qom/object.h" diff --git a/hw/nvram/mac_nvram.c b/hw/nvram/mac_nvram.c index b048db0777..efadb3c943 100644 --- a/hw/nvram/mac_nvram.c +++ b/hw/nvram/mac_nvram.c @@ -28,7 +28,7 @@ #include "hw/nvram/chrp_nvram.h" #include "hw/nvram/mac_nvram.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "system/block-backend.h" #include "migration/vmstate.h" #include "qemu/cutils.h" diff --git a/hw/nvram/spapr_nvram.c b/hw/nvram/spapr_nvram.c index c9202ddfcd..58d81f77c8 100644 --- a/hw/nvram/spapr_nvram.c +++ b/hw/nvram/spapr_nvram.c @@ -37,7 +37,7 @@ #include "hw/ppc/spapr.h" #include "hw/ppc/spapr_vio.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qom/object.h" struct SpaprNvram { diff --git a/hw/nvram/xlnx-bbram.c b/hw/nvram/xlnx-bbram.c index aad445b901..60ede7e40f 100644 --- a/hw/nvram/xlnx-bbram.c +++ b/hw/nvram/xlnx-bbram.c @@ -32,7 +32,7 @@ #include "system/blockdev.h" #include "migration/vmstate.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/nvram/xlnx-efuse.h" #ifndef XLNX_BBRAM_ERR_DEBUG diff --git a/hw/nvram/xlnx-efuse.c b/hw/nvram/xlnx-efuse.c index 7eb156f941..facbef3fc4 100644 --- a/hw/nvram/xlnx-efuse.c +++ b/hw/nvram/xlnx-efuse.c @@ -32,7 +32,7 @@ #include "qapi/error.h" #include "system/blockdev.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #define TBIT0_OFFSET 28 #define TBIT1_OFFSET 29 diff --git a/hw/pci-bridge/cxl_downstream.c b/hw/pci-bridge/cxl_downstream.c index 1265e40c39..f7b131e67e 100644 --- a/hw/pci-bridge/cxl_downstream.c +++ b/hw/pci-bridge/cxl_downstream.c @@ -14,7 +14,7 @@ #include "hw/pci/pcie.h" #include "hw/pci/pcie_port.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/cxl/cxl.h" #include "qapi/error.h" diff --git a/hw/pci-bridge/cxl_root_port.c b/hw/pci-bridge/cxl_root_port.c index df359dee67..616d5d934c 100644 --- a/hw/pci-bridge/cxl_root_port.c +++ b/hw/pci-bridge/cxl_root_port.c @@ -24,7 +24,7 @@ #include "hw/pci/pcie_port.h" #include "hw/pci/msi.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/sysbus.h" #include "qapi/error.h" #include "hw/cxl/cxl.h" diff --git a/hw/pci-bridge/cxl_upstream.c b/hw/pci-bridge/cxl_upstream.c index 019c311bb5..6d708fadc2 100644 --- a/hw/pci-bridge/cxl_upstream.c +++ b/hw/pci-bridge/cxl_upstream.c @@ -11,7 +11,7 @@ #include "qemu/osdep.h" #include "qemu/log.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/pci/msi.h" #include "hw/pci/pcie.h" #include "hw/pci/pcie_port.h" diff --git a/hw/pci-bridge/gen_pcie_root_port.c b/hw/pci-bridge/gen_pcie_root_port.c index fa1cf5e58f..2f7257d166 100644 --- a/hw/pci-bridge/gen_pcie_root_port.c +++ b/hw/pci-bridge/gen_pcie_root_port.c @@ -16,7 +16,7 @@ #include "hw/pci/msix.h" #include "hw/pci/pcie_port.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "qom/object.h" diff --git a/hw/pci/pci.c b/hw/pci/pci.c index 2371a91680..5996229c81 100644 --- a/hw/pci/pci.c +++ b/hw/pci/pci.c @@ -31,7 +31,7 @@ #include "hw/pci/pci_bus.h" #include "hw/pci/pci_host.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/cpr.h" #include "migration/qemu-file-types.h" #include "migration/vmstate.h" diff --git a/hw/ppc/pnv_pnor.c b/hw/ppc/pnv_pnor.c index 1083e42ab5..365c4d78b8 100644 --- a/hw/ppc/pnv_pnor.c +++ b/hw/ppc/pnv_pnor.c @@ -16,7 +16,7 @@ #include "hw/core/loader.h" #include "hw/ppc/pnv_pnor.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" static uint64_t pnv_pnor_read(void *opaque, hwaddr addr, unsigned size) { diff --git a/hw/rtc/mc146818rtc.c b/hw/rtc/mc146818rtc.c index 56f8c79479..ccbb279716 100644 --- a/hw/rtc/mc146818rtc.c +++ b/hw/rtc/mc146818rtc.c @@ -30,7 +30,7 @@ #include "hw/intc/kvm_irqcount.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qemu/timer.h" #include "system/system.h" #include "system/replay.h" diff --git a/hw/scsi/scsi-disk.c b/hw/scsi/scsi-disk.c index 9c78c9e18e..0f896c27f4 100644 --- a/hw/scsi/scsi-disk.c +++ b/hw/scsi/scsi-disk.c @@ -37,7 +37,7 @@ #include "system/blockdev.h" #include "hw/block/block.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "system/dma.h" #include "system/system.h" #include "qemu/cutils.h" diff --git a/hw/scsi/scsi-generic.c b/hw/scsi/scsi-generic.c index 2ac4fd66c3..0a676a16fa 100644 --- a/hw/scsi/scsi-generic.c +++ b/hw/scsi/scsi-generic.c @@ -19,7 +19,7 @@ #include "hw/scsi/scsi.h" #include "migration/qemu-file-types.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/scsi/emulation.h" #include "system/block-backend.h" #include "trace.h" diff --git a/hw/scsi/vhost-user-scsi.c b/hw/scsi/vhost-user-scsi.c index 89f06066b7..3612897d4b 100644 --- a/hw/scsi/vhost-user-scsi.c +++ b/hw/scsi/vhost-user-scsi.c @@ -21,7 +21,7 @@ #include "hw/core/fw-path-provider.h" #include "hw/core/qdev.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/virtio/vhost.h" #include "hw/virtio/vhost-backend.h" #include "hw/virtio/vhost-user-scsi.h" diff --git a/hw/sd/sd.c b/hw/sd/sd.c index 3df331d561..5aa34f1d5b 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -43,7 +43,7 @@ #include "qapi/error.h" #include "qemu/bitmap.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qemu/error-report.h" #include "qemu/timer.h" #include "qemu/log.h" diff --git a/hw/sh4/sh7750.c b/hw/sh4/sh7750.c index aff45320bc..a0aa89ad31 100644 --- a/hw/sh4/sh7750.c +++ b/hw/sh4/sh7750.c @@ -31,7 +31,7 @@ #include "system/system.h" #include "target/sh4/cpu.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "sh7750_regs.h" #include "sh7750_regnames.h" #include "hw/sh4/sh_intc.h" diff --git a/hw/ssi/ibex_spi_host.c b/hw/ssi/ibex_spi_host.c index a7dc0c2f03..50cf08de9c 100644 --- a/hw/ssi/ibex_spi_host.c +++ b/hw/ssi/ibex_spi_host.c @@ -30,7 +30,7 @@ #include "hw/ssi/ibex_spi_host.h" #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "trace.h" diff --git a/hw/ssi/xilinx_spi.c b/hw/ssi/xilinx_spi.c index 6dcdd63916..cf406d0824 100644 --- a/hw/ssi/xilinx_spi.c +++ b/hw/ssi/xilinx_spi.c @@ -33,7 +33,7 @@ #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/ssi/ssi.h" #include "qom/object.h" diff --git a/hw/timer/xilinx_timer.c b/hw/timer/xilinx_timer.c index 57a2c7101d..9c2969a2c4 100644 --- a/hw/timer/xilinx_timer.c +++ b/hw/timer/xilinx_timer.c @@ -31,7 +31,7 @@ #include "hw/core/irq.h" #include "hw/core/ptimer.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qemu/log.h" #include "qemu/module.h" #include "qom/object.h" diff --git a/hw/usb/ccid-card-passthru.c b/hw/usb/ccid-card-passthru.c index 306dd7d914..5ab7855272 100644 --- a/hw/usb/ccid-card-passthru.c +++ b/hw/usb/ccid-card-passthru.c @@ -14,7 +14,7 @@ #include #include "chardev/char-fe.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/vmstate.h" #include "qemu/error-report.h" #include "qemu/module.h" diff --git a/hw/usb/dev-serial.c b/hw/usb/dev-serial.c index 286c7711f6..b238cb7937 100644 --- a/hw/usb/dev-serial.c +++ b/hw/usb/dev-serial.c @@ -14,7 +14,7 @@ #include "qemu/error-report.h" #include "qemu/module.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/usb/usb.h" #include "migration/vmstate.h" #include "desc.h" diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c index 6fd04b7b42..fda5bbca67 100644 --- a/hw/usb/redirect.c +++ b/hw/usb/redirect.c @@ -42,7 +42,7 @@ #include #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/usb/usb.h" #include "migration/qemu-file-types.h" #include "migration/vmstate.h" diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 6b71605dd9..a0a66b105a 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio/pci.c @@ -28,7 +28,7 @@ #include "hw/pci/msix.h" #include "hw/pci/pci_bridge.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/vfio/vfio-cpr.h" #include "migration/vmstate.h" #include "migration/cpr.h" diff --git a/hw/virtio/vdpa-dev.c b/hw/virtio/vdpa-dev.c index 3a6de7ebb4..f2377d2d50 100644 --- a/hw/virtio/vdpa-dev.c +++ b/hw/virtio/vdpa-dev.c @@ -21,7 +21,7 @@ #include "qemu/cutils.h" #include "hw/core/qdev.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/virtio/vhost.h" #include "hw/virtio/virtio.h" #include "hw/virtio/virtio-bus.h" diff --git a/hw/virtio/vhost-user-fs.c b/hw/virtio/vhost-user-fs.c index 0acd9580b1..ad6fcacf06 100644 --- a/hw/virtio/vhost-user-fs.c +++ b/hw/virtio/vhost-user-fs.c @@ -16,7 +16,7 @@ #include "standard-headers/linux/virtio_fs.h" #include "qapi/error.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/virtio/virtio-bus.h" #include "hw/virtio/virtio-access.h" #include "qemu/error-report.h" diff --git a/hw/virtio/vhost-user-vsock.c b/hw/virtio/vhost-user-vsock.c index e20e0aee43..c2cd376e73 100644 --- a/hw/virtio/vhost-user-vsock.c +++ b/hw/virtio/vhost-user-vsock.c @@ -13,7 +13,7 @@ #include "qapi/error.h" #include "qemu/error-report.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/virtio/vhost-user-vsock.h" static const int user_feature_bits[] = { diff --git a/hw/virtio/virtio-iommu-pci.c b/hw/virtio/virtio-iommu-pci.c index 9d32b8a7b3..f5f6ce7359 100644 --- a/hw/virtio/virtio-iommu-pci.c +++ b/hw/virtio/virtio-iommu-pci.c @@ -14,7 +14,7 @@ #include "hw/virtio/virtio-pci.h" #include "hw/virtio/virtio-iommu.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "qapi/error.h" #include "hw/core/boards.h" #include "hw/pci/pci_bus.h" diff --git a/hw/xen/xen_pt.c b/hw/xen/xen_pt.c index c1b92d90cf..0fe9c0aada 100644 --- a/hw/xen/xen_pt.c +++ b/hw/xen/xen_pt.c @@ -59,7 +59,7 @@ #include "hw/pci/pci.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/xen/xen_pt.h" #include "hw/xen/xen_igd.h" #include "hw/xen/xen.h" diff --git a/include/hw/block/block.h b/include/hw/block/block.h index b4d914624e..7dc19d8a45 100644 --- a/include/hw/block/block.h +++ b/include/hw/block/block.h @@ -13,7 +13,7 @@ #include "exec/hwaddr.h" #include "qapi/qapi-types-block-core.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" /* Configuration */ diff --git a/include/hw/qdev-properties-system.h b/include/hw/core/qdev-properties-system.h similarity index 100% rename from include/hw/qdev-properties-system.h rename to include/hw/core/qdev-properties-system.h diff --git a/include/net/net.h b/include/net/net.h index 72b476ee1d..45bc86fc86 100644 --- a/include/net/net.h +++ b/include/net/net.h @@ -4,7 +4,7 @@ #include "qemu/queue.h" #include "qapi/qapi-types-net.h" #include "net/queue.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #define MAC_FMT "%02X:%02X:%02X:%02X:%02X:%02X" #define MAC_ARG(x) ((uint8_t *)(x))[0], ((uint8_t *)(x))[1], \ diff --git a/include/qemu/audio.h b/include/qemu/audio.h index c56af895d6..a92e0b70ef 100644 --- a/include/qemu/audio.h +++ b/include/qemu/audio.h @@ -27,7 +27,7 @@ #include "qemu/queue.h" #include "qapi/qapi-types-audio.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #ifdef CONFIG_GIO #include "gio/gio.h" #endif diff --git a/migration/options.h b/migration/options.h index d6f1742e5b..0c3043f1ff 100644 --- a/migration/options.h +++ b/migration/options.h @@ -15,7 +15,7 @@ #define QEMU_MIGRATION_OPTIONS_H #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "migration/client-options.h" /* migration properties */ diff --git a/rust/hw/core/wrapper.h b/rust/hw/core/wrapper.h index 8fda78924d..f6b34161a6 100644 --- a/rust/hw/core/wrapper.h +++ b/rust/hw/core/wrapper.h @@ -28,5 +28,5 @@ typedef enum memory_order { #include "hw/core/clock.h" #include "hw/core/qdev-clock.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/core/irq.h" diff --git a/target/s390x/cpu.c b/target/s390x/cpu.c index be99b2ab94..da536fb30e 100644 --- a/target/s390x/cpu.c +++ b/target/s390x/cpu.c @@ -31,7 +31,7 @@ #include "qapi/qapi-types-machine.h" #include "system/hw_accel.h" #include "hw/core/qdev-properties.h" -#include "hw/qdev-properties-system.h" +#include "hw/core/qdev-properties-system.h" #include "hw/resettable.h" #include "fpu/softfloat-helpers.h" #include "disas/capstone.h"