]> git.proxmox.com Git - qemu.git/commit
stream: Remove app argument hack
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 16 Apr 2013 00:28:35 +0000 (10:28 +1000)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Tue, 16 Apr 2013 08:04:23 +0000 (10:04 +0200)
commit42bb9c9178ae7ac4c439172b1ae99cc29188a5c6
treefaf02d3b510f34a449701c82744a1c701e19569d
parent3630ae952a17c2107db25f397233536ef874558e
stream: Remove app argument hack

The uint32_t *app argument doesn't exist in real hardware. It was a hack in
xilinx_axidma/enet to fake the (secondary) control stream connection. Removed
the argument and added the second stream to axienet/dma.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
hw/core/stream.c
hw/dma/xilinx_axidma.c
hw/microblaze/petalogix_ml605_mmu.c
hw/net/xilinx_axienet.c
include/hw/stream.h
include/hw/xilinx.h