From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41012 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7saH-000312-Or for qemu-devel@nongnu.org; Mon, 18 Oct 2010 12:29:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7saG-0000Vs-C7 for qemu-devel@nongnu.org; Mon, 18 Oct 2010 12:29:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7saG-0000Vl-64 for qemu-devel@nongnu.org; Mon, 18 Oct 2010 12:29:12 -0400 Date: Mon, 18 Oct 2010 18:29:09 +0200 From: Gleb Natapov Message-ID: <20101018162909.GA5759@redhat.com> References: <20101018132538.GC10207@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] Re: [PATCH] Add support for async page fault to qemu List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On Mon, Oct 18, 2010 at 05:48:16PM +0200, Juan Quintela wrote: > Gleb Natapov wrote: > > Add save/restore of MSR for migration and cpuid bit. > > It is there a way to test if async page faults are in use? > if so, we can add a subsection instead of changing the cpuversion. > Yeah. Good idea. Forgot about our cool new subsection feature. -- Gleb.