qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/7] rc4030 chipset: misc cleanup


From: Hervé Poussineau
Subject: [Qemu-devel] [PATCH 0/7] rc4030 chipset: misc cleanup
Date: Sun, 22 Dec 2013 16:37:23 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]