From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrSSy-0000GR-5f for qemu-devel@nongnu.org; Thu, 11 Aug 2011 06:26:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrSSu-0001Vl-0P for qemu-devel@nongnu.org; Thu, 11 Aug 2011 06:26:20 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:40381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrSSt-0001VS-Pi for qemu-devel@nongnu.org; Thu, 11 Aug 2011 06:26:15 -0400 Received: by fxbb27 with SMTP id b27so1799018fxb.4 for ; Thu, 11 Aug 2011 03:26:15 -0700 (PDT) From: "Edgar E. Iglesias" Date: Thu, 11 Aug 2011 12:25:58 +0200 Message-Id: <1313058363-3217-1-git-send-email-edgar.iglesias@gmail.com> Subject: [Qemu-devel] [PATCH 0/5] etrax: Convert devices to MemoryRegion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Edgar E. Iglesias" , Avi Kivity , edgar@axis.com From: "Edgar E. Iglesias" Mechanical conversion of ETRAX devices to use MemoryRegions. I've tested it lightly with the axis-dev88 board, seems to work fine. Note that eth and dma models predate CodingStyle and use tabs, I plan to change that with separate commits at some point. Edgar E. Iglesias (5): etrax-pic: Convert to MemoryRegion etrax-ser: Convert to MemoryRegion etrax-timer: Convert to MemoryRegion etrax-dma: Convert to MemoryRegion etrax-eth: Convert to MemoryRegion hw/etraxfs_dma.c | 43 +++++++++++++++++++++++++++---------------- hw/etraxfs_eth.c | 30 ++++++++++++++++-------------- hw/etraxfs_pic.c | 30 +++++++++++++++--------------- hw/etraxfs_ser.c | 33 ++++++++++++++++++--------------- hw/etraxfs_timer.c | 31 ++++++++++++++++--------------- 5 files changed, 92 insertions(+), 75 deletions(-) -- 1.7.5.4