diff options
author | Avi Kivity | 2011-11-09 17:22:37 +0100 |
---|---|---|
committer | Avi Kivity | 2011-11-24 17:31:59 +0100 |
commit | 024e5bb664bda54b393e405f425f10fa9d3fbd1a (patch) | |
tree | 553848d0bcd5154fbb2a7a4535103d58871ad66a /hw/mips.h | |
parent | cs4321: convert to memory API (diff) | |
download | qemu-024e5bb664bda54b393e405f425f10fa9d3fbd1a.tar.gz qemu-024e5bb664bda54b393e405f425f10fa9d3fbd1a.tar.xz qemu-024e5bb664bda54b393e405f425f10fa9d3fbd1a.zip |
dp8393x: convert to memory API
Fixes address space leak on hotunplug.
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/mips.h')
-rw-r--r-- | hw/mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ void *rc4030_init(qemu_irq timer, qemu_irq jazz_bus, /* dp8393x.c */ void dp83932_init(NICInfo *nd, target_phys_addr_t base, int it_shift, + MemoryRegion *address_space, qemu_irq irq, void* mem_opaque, void (*memory_rw)(void *opaque, target_phys_addr_t addr, uint8_t *buf, int len, int is_write)); |