From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 0/3] Memory API updates Date: Fri, 12 Aug 2011 08:47:23 -0500 Message-ID: <4E452EEB.9080703@codemonkey.ws> References: <1312822730-9577-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org To: Avi Kivity Return-path: In-Reply-To: <1312822730-9577-1-git-send-email-avi@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org On 08/08/2011 11:58 AM, Avi Kivity wrote: > The following patches fix a resource leak, add a ROM/device API (for flash > devices which act like memory when read, and as an mmio device when written), > and correct typos in the documentation. Applied all. Thanks. Regards, Anthony Liguori > > Avi Kivity (3): > memory: reclaim resources when a memory region is destroyed for good > memory: add API for creating ROM/device regions > memory: correct documentation typos > > docs/memory.txt | 8 +++--- > memory.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++- > memory.h | 35 +++++++++++++++++++++++++++ > 3 files changed, 107 insertions(+), 6 deletions(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qrs59-0003rF-Vt for qemu-devel@nongnu.org; Fri, 12 Aug 2011 09:47:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qrs59-0000xn-3Q for qemu-devel@nongnu.org; Fri, 12 Aug 2011 09:47:27 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:34763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qrs58-0000xj-T4 for qemu-devel@nongnu.org; Fri, 12 Aug 2011 09:47:27 -0400 Received: by gyd12 with SMTP id 12so2312905gyd.4 for ; Fri, 12 Aug 2011 06:47:26 -0700 (PDT) Message-ID: <4E452EEB.9080703@codemonkey.ws> Date: Fri, 12 Aug 2011 08:47:23 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1312822730-9577-1-git-send-email-avi@redhat.com> In-Reply-To: <1312822730-9577-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] [PATCH 0/3] Memory API updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On 08/08/2011 11:58 AM, Avi Kivity wrote: > The following patches fix a resource leak, add a ROM/device API (for flash > devices which act like memory when read, and as an mmio device when written), > and correct typos in the documentation. Applied all. Thanks. Regards, Anthony Liguori > > Avi Kivity (3): > memory: reclaim resources when a memory region is destroyed for good > memory: add API for creating ROM/device regions > memory: correct documentation typos > > docs/memory.txt | 8 +++--- > memory.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++- > memory.h | 35 +++++++++++++++++++++++++++ > 3 files changed, 107 insertions(+), 6 deletions(-) >