From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Qemu-devel] [PULL][v2] Memory API fix Date: Mon, 22 Aug 2011 12:29:12 -0500 Message-ID: <4E5291E8.3060106@codemonkey.ws> References: <4E5289B0.9060705@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: qemu-devel , KVM list To: Avi Kivity Return-path: Received: from mail-yx0-f174.google.com ([209.85.213.174]:48776 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752695Ab1HVR3O (ORCPT ); Mon, 22 Aug 2011 13:29:14 -0400 Received: by yxj19 with SMTP id 19so3673767yxj.19 for ; Mon, 22 Aug 2011 10:29:14 -0700 (PDT) In-Reply-To: <4E5289B0.9060705@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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(-) >