From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvXJ8-0003mZ-CI for qemu-devel@nongnu.org; Mon, 22 Aug 2011 12:25:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvXJ7-0001UR-DE for qemu-devel@nongnu.org; Mon, 22 Aug 2011 12:25:02 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:44814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvXJ7-0001UA-AB for qemu-devel@nongnu.org; Mon, 22 Aug 2011 12:25:01 -0400 Received: by yxt3 with SMTP id 3so4289510yxt.4 for ; Mon, 22 Aug 2011 09:25:00 -0700 (PDT) Message-ID: <4E5282DB.3030007@codemonkey.ws> Date: Mon, 22 Aug 2011 11:24:59 -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 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(-) >