+1
−0
+14
−10
hw/stream.c
0 → 100644
+23
−0
hw/stream.h
0 → 100644
+31
−0
+9
−13
Loading
Re-implemented the interconnect between the Xilinx AXI ethernet and DMA controllers. A QOM interface "stream" is created, for the two stream interfaces. As per Edgars request, this is designed to be more generic than AXI-stream, so in the future we may see more clients of this interface beyond AXI stream. This is based primarily on Paolos original refactoring of the interconnect. Signed-off-by:Paolo Bonzini <pbonzini@redhat.com> Signed-off-by:
Peter A.G. Crosthwaite <peter.crosthwaite@petalogix.com> Signed-off-by:
Edgar E. Iglesias <edgar.iglesias@gmail.com>