From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvYJK-0000HA-SE for qemu-devel@nongnu.org; Mon, 22 Aug 2011 13:29:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvYJH-00079B-0h for qemu-devel@nongnu.org; Mon, 22 Aug 2011 13:29:15 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:36373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvYJG-000796-Rh for qemu-devel@nongnu.org; Mon, 22 Aug 2011 13:29:14 -0400 Received: by gwb19 with SMTP id 19so3753417gwb.4 for ; Mon, 22 Aug 2011 10:29:14 -0700 (PDT) Message-ID: <4E5291E8.3060106@codemonkey.ws> Date: Mon, 22 Aug 2011 12:29:12 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4E5289B0.9060705@redhat.com> In-Reply-To: <4E5289B0.9060705@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL][v2] Memory API fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel , KVM list On 08/22/2011 11:54 AM, Avi Kivity wrote: > [v2: fix git url...] > > Anthony, please pull from: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/core Pulled. Thanks. Regards, Anthony Liguori > > to receive a memory API fix. The fix is not required for any of the > already merged patches, but is needed by other patches in my queue. > > I am sending core patches separately than the conversions to increase > their visibility. > > > (and I'll take this opportunity to announce a new layout for the branch: > > - memory/core - core fixes, usually not rebased > - memory/batch - pending batch > - memory/queue - the rest of the patches in my queue > - memory/master - a merge of the first three; please post patches based > on this branch > > this will allow me to fast-path core fixes without rebasing > memory/batch, except when a dependency is involved.) > > Richard Henderson (1): > memory: Fix old_portio vs non-zero offset > > memory.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) >