From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW9wj-0003Uj-3u for qemu-devel@nongnu.org; Thu, 01 Dec 2011 11:57:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RW9wd-0001MA-KC for qemu-devel@nongnu.org; Thu, 01 Dec 2011 11:57:17 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:35458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW9wd-0001M1-95 for qemu-devel@nongnu.org; Thu, 01 Dec 2011 11:57:11 -0500 Received: by eeba50 with SMTP id a50so1289559eeb.4 for ; Thu, 01 Dec 2011 08:57:09 -0800 (PST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Thu, 1 Dec 2011 17:57:03 +0100 Message-Id: <1322758625-15384-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 0/2] ioport conversions to memory API 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 convert two files ioports to memory API. BenoƮt Canet (2): applesmc: convert portio to memory API ppc_prep: convert ioport to memory API hw/applesmc.c | 20 ++++++++----- hw/ppc_prep.c | 80 ++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 74 insertions(+), 26 deletions(-) -- 1.7.7.3