From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Qemu-devel] [GIT PULL] Memory API fixes Date: Mon, 22 Aug 2011 11:24:59 -0500 Message-ID: <4E5282DB.3030007@codemonkey.ws> References: <4E5278D5.6040104@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]:35167 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752496Ab1HVQZB (ORCPT ); Mon, 22 Aug 2011 12:25:01 -0400 Received: by mail-yx0-f174.google.com with SMTP id 19so3627379yxj.19 for ; Mon, 22 Aug 2011 09:25:00 -0700 (PDT) In-Reply-To: <4E5278D5.6040104@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 08/22/2011 10:42 AM, Avi Kivity wrote: > Anthony, please pull from: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git > refs/tags/memory-region-fixes-1 Also, please use the tag '[PULL]' as that's what I (and presumably others) currently filter for. 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. > > Richard Henderson (1): > memory: Fix old_portio vs non-zero offset > > memory.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) >