From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSFIS-0006yT-IT for qemu-devel@nongnu.org; Wed, 09 May 2012 18:23:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSFIQ-0007lr-Ts for qemu-devel@nongnu.org; Wed, 09 May 2012 18:23:48 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:62122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSFIQ-0007k1-Ov for qemu-devel@nongnu.org; Wed, 09 May 2012 18:23:46 -0400 Received: by obbwd20 with SMTP id wd20so1043479obb.4 for ; Wed, 09 May 2012 15:23:45 -0700 (PDT) Message-ID: <4FAAEE6D.3030608@codemonkey.ws> Date: Wed, 09 May 2012 17:23:41 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1333502154-23999-1-git-send-email-david@gibson.dropbear.id.au> <4F7C0944.3050209@redhat.com> In-Reply-To: <4F7C0944.3050209@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH, RESEND] kvm: Fix dirty tracking with large kernel page size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: aliguori@us.ibm.com, mtosatti@redhat.com, jan.kiszka@web.de, qemu-devel@nongnu.org, David Gibson On 04/04/2012 03:41 AM, Avi Kivity wrote: > On 04/04/2012 04:15 AM, David Gibson wrote: >> If the kernel page size is larger than TARGET_PAGE_SIZE, which >> happens for example on ppc64 with kernels compiled for 64K pages, >> the dirty tracking doesn't work. >> >> Cc: Avi Kivity >> Cc: Marcelo Tosatti >> > > Thanks, applied to uq/master. Can ya'll send a PULL request for 1.1 with any bug fixes from uq/master? Thanks, Anthony Liguori >