From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvXIY-0002at-NA for qemu-devel@nongnu.org; Mon, 22 Aug 2011 12:24:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvXIX-0001Jz-Kn for qemu-devel@nongnu.org; Mon, 22 Aug 2011 12:24:26 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:57440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvXIX-0001Jg-D1 for qemu-devel@nongnu.org; Mon, 22 Aug 2011 12:24:25 -0400 Received: by gxk26 with SMTP id 26so4380181gxk.4 for ; Mon, 22 Aug 2011 09:24:24 -0700 (PDT) Message-ID: <4E5282B5.8050305@codemonkey.ws> Date: Mon, 22 Aug 2011 11:24:21 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4E5278D5.6040104@redhat.com> In-Reply-To: <4E5278D5.6040104@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [GIT PULL] Memory API fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel , KVM list 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 I don't fetch tags from subtrees at the moment. Could you make this a branch instead? 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(-) >