From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vul4w-00063F-80 for qemu-devel@nongnu.org; Sun, 22 Dec 2013 10:36:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vul4n-0003D5-Nu for qemu-devel@nongnu.org; Sun, 22 Dec 2013 10:36:30 -0500 Received: from smtp5-g21.free.fr ([2a01:e0c:1:1599::14]:38413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vul4m-0003BZ-Dl for qemu-devel@nongnu.org; Sun, 22 Dec 2013 10:36:21 -0500 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sun, 22 Dec 2013 16:37:23 +0100 Message-Id: <1387726650-8306-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/7] rc4030 chipset: misc cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Herv=C3=A9=20Poussineau?= , Aurelien Jarno 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=C3=A9 Herv=C3=A9 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(-) --=20 1.7.10.4