From: Paolo Bonzini Date: Thu, 27 Nov 2025 07:38:22 +0000 (+0100) Subject: include: move hw/stream.h to hw/core/ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d39d7d1e9e6fa4b0a7da4eb3a1544fd1335f001;p=thirdparty%2Fqemu.git include: move hw/stream.h to hw/core/ Signed-off-by: Paolo Bonzini --- diff --git a/MAINTAINERS b/MAINTAINERS index e241690bdc..44d84aa243 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3600,7 +3600,7 @@ Streams M: Edgar E. Iglesias S: Maintained F: hw/core/stream.c -F: include/hw/stream.h +F: include/hw/core/stream.h Stubs M: Paolo Bonzini diff --git a/hw/core/stream.c b/hw/core/stream.c index 19477d0f2d..bfcac93880 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 7cdd76330f..90ba7bf057 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 ffe258cf31..b390d09269 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 9c2b0ff0b3..51ee237d58 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 36047a51c0..451f8da212 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) 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 63af4586dd..4d6d18fb9b 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 7a754bf67a..56cf69a37d 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"