From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6I20-0000lG-Pn for qemu-devel@nongnu.org; Wed, 21 Sep 2011 04:19:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6I1v-0003sa-Na for qemu-devel@nongnu.org; Wed, 21 Sep 2011 04:19:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6I1v-0003rl-Ai for qemu-devel@nongnu.org; Wed, 21 Sep 2011 04:19:43 -0400 From: Avi Kivity Date: Wed, 21 Sep 2011 11:19:11 +0300 Message-Id: <1316593164-25199-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PULL 00/13] Memory API conversion, batch 8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org Available on git://github.com/avikivity/qemu.git memory/batch Please pull. Avi Kivity (13): mips_jazz: convert to memory API mips_malta: convert to memory API mips_mipssim: convert to memory API mips_r4k: convert to memory API musicpal: convert to memory API omap1: convert to memory API (part I) omap1: convert to memory API (part II) omap1: convert to memory API (part III) omap1: convert to memory API (part IV) omap1: convert to memory API (part V) omap_lcdc: remove imif, emiff from structure soc_dma: drop soc_dma_port_add_mem_ram() omap1: convert to memory API (part VI) hw/mips_jazz.c | 90 +++--- hw/mips_malta.c | 53 ++-- hw/mips_mipssim.c | 15 +- hw/mips_r4k.c | 39 +-- hw/musicpal.c | 243 ++++++--------- hw/omap.h | 32 ++- hw/omap1.c | 859 +++++++++++++++++++++++++++++------------------------ hw/omap2.c | 6 +- hw/omap_lcdc.c | 7 +- hw/omap_sx1.c | 4 +- hw/palm.c | 4 +- hw/soc_dma.h | 8 +- 12 files changed, 705 insertions(+), 655 deletions(-) -- 1.7.6.3