From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STwnJ-0008Gx-LX for qemu-devel@nongnu.org; Mon, 14 May 2012 11:02:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STwnI-0008KE-0M for qemu-devel@nongnu.org; Mon, 14 May 2012 11:02:41 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:56961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STwnH-0008Jg-Rf for qemu-devel@nongnu.org; Mon, 14 May 2012 11:02:39 -0400 Received: by obbwd20 with SMTP id wd20so9290624obb.4 for ; Mon, 14 May 2012 08:02:37 -0700 (PDT) Message-ID: <4FB11E89.3070507@codemonkey.ws> Date: Mon, 14 May 2012 10:02:33 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4FAB9F19.2070007@redhat.com> In-Reply-To: <4FAB9F19.2070007@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] kvm fixes for qemu 1.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Marcelo Tosatti , qemu-devel , KVM list On 05/10/2012 05:57 AM, Avi Kivity wrote: > Please pull from: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Pulled. Thanks. Regards, Anthony Liguori > > to receive a fix for qemu 1.1, fixing dirty tracking with a large host > page size; only applicable to ppc. > > ---------------------------------------------------------------- > David Gibson (1): > kvm: Fix dirty tracking with large kernel page size > > kvm-all.c | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) >