Signed-off-by: Paolo Bonzini <[email protected]> --- MAINTAINERS | 2 +- include/hw/{ => core}/stream.h | 0 include/hw/dma/xlnx_csu_dma.h | 2 +- include/hw/ssi/xilinx_spips.h | 2 +- hw/core/stream.c | 2 +- hw/dma/xilinx_axidma.c | 2 +- hw/dma/xlnx_csu_dma.c | 2 +- hw/microblaze/petalogix_ml605_mmu.c | 2 +- hw/net/xilinx_axienet.c | 2 +- 9 files changed, 8 insertions(+), 8 deletions(-) rename include/hw/{ => core}/stream.h (100%)
diff --git a/MAINTAINERS b/MAINTAINERS index e34c3e6dac2..72c70a46553 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3600,7 +3600,7 @@ Streams M: Edgar E. Iglesias <[email protected]> S: Maintained F: hw/core/stream.c -F: include/hw/stream.h +F: include/hw/core/stream.h Stubs M: Paolo Bonzini <[email protected]> diff --git a/include/hw/stream.h b/include/hw/core/stream.h similarity index 100% rename from include/hw/stream.h rename to include/hw/core/stream.h diff --git a/include/hw/dma/xlnx_csu_dma.h b/include/hw/dma/xlnx_csu_dma.h index 63af4586dd9..4d6d18fb9b5 100644 --- a/include/hw/dma/xlnx_csu_dma.h +++ b/include/hw/dma/xlnx_csu_dma.h @@ -24,7 +24,7 @@ #include "hw/sysbus.h" #include "hw/core/register.h" #include "hw/core/ptimer.h" -#include "hw/stream.h" +#include "hw/core/stream.h" #define TYPE_XLNX_CSU_DMA "xlnx.csu_dma" diff --git a/include/hw/ssi/xilinx_spips.h b/include/hw/ssi/xilinx_spips.h index 7a754bf67a2..56cf69a37d2 100644 --- a/include/hw/ssi/xilinx_spips.h +++ b/include/hw/ssi/xilinx_spips.h @@ -27,7 +27,7 @@ #include "hw/ssi/ssi.h" #include "qemu/fifo32.h" -#include "hw/stream.h" +#include "hw/core/stream.h" #include "hw/sysbus.h" #include "qom/object.h" diff --git a/hw/core/stream.c b/hw/core/stream.c index 19477d0f2df..bfcac938802 100644 --- a/hw/core/stream.c +++ b/hw/core/stream.c @@ -1,5 +1,5 @@ #include "qemu/osdep.h" -#include "hw/stream.h" +#include "hw/core/stream.h" #include "qemu/module.h" size_t diff --git a/hw/dma/xilinx_axidma.c b/hw/dma/xilinx_axidma.c index 7cdd76330f3..90ba7bf0573 100644 --- a/hw/dma/xilinx_axidma.c +++ b/hw/dma/xilinx_axidma.c @@ -34,7 +34,7 @@ #include "qemu/module.h" #include "system/dma.h" -#include "hw/stream.h" +#include "hw/core/stream.h" #include "qom/object.h" #include "trace.h" diff --git a/hw/dma/xlnx_csu_dma.c b/hw/dma/xlnx_csu_dma.c index ffe258cf31a..b390d092699 100644 --- a/hw/dma/xlnx_csu_dma.c +++ b/hw/dma/xlnx_csu_dma.c @@ -27,7 +27,7 @@ #include "migration/vmstate.h" #include "system/dma.h" #include "hw/core/ptimer.h" -#include "hw/stream.h" +#include "hw/core/stream.h" #include "hw/core/register.h" #include "hw/dma/xlnx_csu_dma.h" diff --git a/hw/microblaze/petalogix_ml605_mmu.c b/hw/microblaze/petalogix_ml605_mmu.c index 9c2b0ff0b37..51ee237d584 100644 --- a/hw/microblaze/petalogix_ml605_mmu.c +++ b/hw/microblaze/petalogix_ml605_mmu.c @@ -41,7 +41,7 @@ #include "boot.h" -#include "hw/stream.h" +#include "hw/core/stream.h" #define LMB_BRAM_SIZE (128 * KiB) #define FLASH_SIZE (32 * MiB) diff --git a/hw/net/xilinx_axienet.c b/hw/net/xilinx_axienet.c index 36047a51c00..451f8da2122 100644 --- a/hw/net/xilinx_axienet.c +++ b/hw/net/xilinx_axienet.c @@ -33,7 +33,7 @@ #include "hw/core/irq.h" #include "hw/core/qdev-properties.h" -#include "hw/stream.h" +#include "hw/core/stream.h" #include "qom/object.h" #define DPHY(x) -- 2.51.1
