Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
@ -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>
@ -1,5 +1,5 @@
#include "qemu/osdep.h"
#include "hw/stream.h"
#include "hw/core/stream.h"
#include "qemu/module.h"
size_t
@ -34,7 +34,7 @@
#include "system/dma.h"
#include "qom/object.h"
#include "trace.h"
@ -27,7 +27,7 @@
#include "migration/vmstate.h"
#include "hw/core/ptimer.h"
#include "hw/core/register.h"
#include "hw/dma/xlnx_csu_dma.h"
@ -41,7 +41,7 @@
#include "boot.h"
#define LMB_BRAM_SIZE (128 * KiB)
#define FLASH_SIZE (32 * MiB)
@ -33,7 +33,7 @@
#include "hw/core/irq.h"
#include "hw/core/qdev-properties.h"
#define DPHY(x)
@ -24,7 +24,7 @@
#include "hw/sysbus.h"
#define TYPE_XLNX_CSU_DMA "xlnx.csu_dma"
#include "hw/ssi/ssi.h"
#include "qemu/fifo32.h"