Browse Source

include: move hw/stream.h to hw/core/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
pull/316/head
Paolo Bonzini 4 months ago
parent
commit
5d39d7d1e9
  1. 2
      MAINTAINERS
  2. 2
      hw/core/stream.c
  3. 2
      hw/dma/xilinx_axidma.c
  4. 2
      hw/dma/xlnx_csu_dma.c
  5. 2
      hw/microblaze/petalogix_ml605_mmu.c
  6. 2
      hw/net/xilinx_axienet.c
  7. 0
      include/hw/core/stream.h
  8. 2
      include/hw/dma/xlnx_csu_dma.h
  9. 2
      include/hw/ssi/xilinx_spips.h

2
MAINTAINERS

@ -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>

2
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

2
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"

2
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"

2
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)

2
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)

0
include/hw/stream.h → include/hw/core/stream.h

2
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"

2
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"

Loading…
Cancel
Save