From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR1vn-0005pi-LZ for qemu-devel@nongnu.org; Thu, 17 Nov 2011 08:23:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR1vm-00061R-ST for qemu-devel@nongnu.org; Thu, 17 Nov 2011 08:23:07 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:43750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR1vm-00061E-OA for qemu-devel@nongnu.org; Thu, 17 Nov 2011 08:23:06 -0500 Received: by wwf27 with SMTP id 27so2593837wwf.10 for ; Thu, 17 Nov 2011 05:23:06 -0800 (PST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Thu, 17 Nov 2011 14:22:57 +0100 Message-Id: <1321536182-10150-1-git-send-email-benoit.canet@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [[PATCH V2] 0/5] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Beno=C3=AEt=20Canet?= , avi@redhat.com These patches converts the remaining sh4 devices to the memory API. The patch "sh_intc: convert interrupt controller to memory API" is somewhat tricky V2: Cosmetic change of a memory region size in "sh7750: convert memory controller/ioport to memory API". Remove the realloc in "convert interrupt controller to memory API" to make is safer even we loose some extra pointers. BenoƮt Canet (5): sh7750: convert memory controller/ioport to memory API sh7750: convert cache and tlb to memory API sh_timer: convert to memory API sh_intc: convert interrupt controller to memory API sh_serial: convert to memory API hw/r2d.c | 2 +- hw/sh.h | 9 ++- hw/sh7750.c | 155 +++++++++++++++++++++++++++++---------------------- hw/sh_intc.c | 85 +++++++++++++++++++--------- hw/sh_intc.h | 7 ++- hw/sh_serial.c | 55 ++++++++++-------- hw/sh_timer.c | 43 ++++++++------ hw/shix.c | 2 +- target-sh4/helper.c | 3 + 9 files changed, 215 insertions(+), 146 deletions(-) -- 1.7.5.4