]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
include: move hw/stream.h to hw/core/
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 27 Nov 2025 07:38:22 +0000 (08:38 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 27 Dec 2025 09:11:08 +0000 (10:11 +0100)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS
hw/core/stream.c
hw/dma/xilinx_axidma.c
hw/dma/xlnx_csu_dma.c
hw/microblaze/petalogix_ml605_mmu.c
hw/net/xilinx_axienet.c
include/hw/core/stream.h [moved from include/hw/stream.h with 100% similarity]
include/hw/dma/xlnx_csu_dma.h
include/hw/ssi/xilinx_spips.h

index e241690bdcee9549a80dde653e6c74e7f244d135..44d84aa243ae7146da114258965c2a203d819949 100644 (file)
@@ -3600,7 +3600,7 @@ Streams
 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 S: Maintained
 F: hw/core/stream.c
-F: include/hw/stream.h
+F: include/hw/core/stream.h
 
 Stubs
 M: Paolo Bonzini <pbonzini@redhat.com>
index 19477d0f2dfafbe494536d8a0bb7e33c8eaeaed5..bfcac9388024147231d8821bc2ff9eb2d124f380 100644 (file)
@@ -1,5 +1,5 @@
 #include "qemu/osdep.h"
-#include "hw/stream.h"
+#include "hw/core/stream.h"
 #include "qemu/module.h"
 
 size_t
index 7cdd76330f31073988181b07eb6f31187ee26901..90ba7bf0573236e75687c22740b20fc5c304f4bf 100644 (file)
@@ -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"
 
index ffe258cf31aad152cd9724a32a40423b372dbfe5..b390d0926997d66154a306c812e54af0830f33a8 100644 (file)
@@ -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"
 
index 9c2b0ff0b3760c95a9a391d528a4f8f3f3589b4d..51ee237d5841c758cb0905f0225089a1f68d4562 100644 (file)
@@ -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)
index 36047a51c00ac0633dfab62a25f16e1babcd510e..451f8da2122d19b3aad50ca64f2efb8a8de0d3e3 100644 (file)
@@ -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)
similarity index 100%
rename from include/hw/stream.h
rename to include/hw/core/stream.h
index 63af4586dd9fda6c1d890d44db2b853868e6ca82..4d6d18fb9b5ba6b4171f45ead6f78fb8082a34db 100644 (file)
@@ -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"
 
index 7a754bf67a25eeb2c1d68b6b5a830966d9c6a140..56cf69a37d2a9fdee11ca4e786bdc1cad7221144 100644 (file)
@@ -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"