Hi, This patchset improves rc4030 chipset emulation to current QEMU standards, ie QOM, tracing facilities, AddressSpace usage. No behaviour change in emulation is expected.
Hervé Hervé Poussineau (7): mips jazz: compile only in 64 bit little endian rc4030: create custom DMA address space rc4030: use AddressSpace and address_space_rw in users rc4030: do not use old_mmio accesses rc4030: document register at offset 0x210 (memory refresh rate) rc4030: use trace events instead of custom logging rc4030: convert to QOM default-configs/mips-softmmu.mak | 5 - default-configs/mips64-softmmu.mak | 5 - default-configs/mips64el-softmmu.mak | 1 + default-configs/mipsel-softmmu.mak | 5 - hw/dma/rc4030.c | 456 +++++++++++++++++----------------- hw/mips/Makefile.objs | 3 +- hw/mips/mips_jazz.c | 44 ++-- hw/net/dp8393x.c | 38 ++- include/hw/mips/mips.h | 8 +- trace-events | 6 + 10 files changed, 282 insertions(+), 289 deletions(-) -- 1.7.10.4