From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCHv2] Add async page fault test Date: Mon, 14 May 2012 19:30:07 -0300 Message-ID: <20120514223007.GB14703@amt.cnet> References: <20120509103314.GU15960@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com, marcelo@redhat.com To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:20008 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932312Ab2ENWex (ORCPT ); Mon, 14 May 2012 18:34:53 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4EMYrOm012940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 14 May 2012 18:34:53 -0400 Content-Disposition: inline In-Reply-To: <20120509103314.GU15960@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, May 09, 2012 at 01:33:14PM +0300, Gleb Natapov wrote: > The test checks that when hypervisor prefaults swapped in page it does > not generates spurious #PFs in case page was unmapped while it was > swapped out. Applied, thanks.