From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFpGz-0008PH-S8 for qemu-devel@nongnu.org; Mon, 17 Oct 2011 11:38:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFpGv-0000Zo-Pq for qemu-devel@nongnu.org; Mon, 17 Oct 2011 11:38:41 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:36384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFpGv-0000ZQ-LV for qemu-devel@nongnu.org; Mon, 17 Oct 2011 11:38:37 -0400 Received: by wyh15 with SMTP id 15so972062wyh.4 for ; Mon, 17 Oct 2011 08:38:36 -0700 (PDT) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Mon, 17 Oct 2011 17:28:25 +0200 Message-Id: <1318865312-27483-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/7] V2. Finish to convert integratorcp and stellaris 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 Theses patches finish to convert integratorcp.c and stellaris.c to the new memory API. They apply on git://github.com/avikivity/qemu.git memory/master. BenoƮt Canet (7): integratorcp: convert core to memory API integratorcp: convert icp pic to memory API integratorcp: convert control to memory API stellaris: convert sys to memory API stellaris: convert i2c to memory API stellaris: convert adc to memory API stellaris: convert gptm to memory API hw/integratorcp.c | 87 ++++++++++++++++----------------------- hw/stellaris.c | 115 +++++++++++++++++++++-------------------------------- 2 files changed, 82 insertions(+), 120 deletions(-) -- 1.7.5.4