bcm2835_usb: add header file, convert to init/realize, fix dma bug
commitafb526ce8bb0a0cfc86ea2b30316c1d458837f8d
authorAndrew Baumann <Andrew.Baumann@microsoft.com>
Wed, 25 Nov 2015 23:39:10 +0000 (25 15:39 -0800)
committerAndrew Baumann <Andrew.Baumann@microsoft.com>
Wed, 25 Nov 2015 23:39:10 +0000 (25 15:39 -0800)
tree1ef62f0283f1af2aec93c247a84260b32bf3a430
parent670102a97abe44cc100a176ec41825dc3f850561
bcm2835_usb: add header file, convert to init/realize, fix dma bug

I hadn't noticed that this was still using address_space_memory for
DMA, so it was even more broken than usual.
hw/arm/bcm2835_peripherals.c
hw/usb/bcm2835_usb.c
include/hw/arm/bcm2835_peripherals.h
include/hw/usb/bcm2835_usb.h [new file with mode: 0644]