From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6lf0-0005WA-RU for qemu-devel@nongnu.org; Thu, 22 Sep 2011 11:58:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6ley-0003kg-7u for qemu-devel@nongnu.org; Thu, 22 Sep 2011 11:58:02 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:65144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6ley-0003kc-3u for qemu-devel@nongnu.org; Thu, 22 Sep 2011 11:58:00 -0400 Received: by gye5 with SMTP id 5so2451544gye.4 for ; Thu, 22 Sep 2011 08:57:59 -0700 (PDT) Message-ID: <4E7B5B03.6020805@codemonkey.ws> Date: Thu, 22 Sep 2011 10:57:55 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1316593164-25199-1-git-send-email-avi@redhat.com> In-Reply-To: <1316593164-25199-1-git-send-email-avi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/13] Memory API conversion, batch 8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org On 09/21/2011 03:19 AM, Avi Kivity wrote: > Available on > > git://github.com/avikivity/qemu.git memory/batch > > Please pull. Pulled. Thanks. Regards, Anthony Liguori > > 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(-) >