From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: KVM: VMX: move CR3/PDPTR update to vmx_set_cr3 Date: Tue, 27 Oct 2009 11:18:10 +0200 Message-ID: <4AE6BAD2.9090404@redhat.com> References: <20091026184833.GD6016@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm , "Yang, Sheng" To: Marcelo Tosatti Return-path: Received: from mx1.redhat.com ([209.132.183.28]:64184 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932244AbZJ0JSJ (ORCPT ); Tue, 27 Oct 2009 05:18:09 -0400 In-Reply-To: <20091026184833.GD6016@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: On 10/26/2009 08:48 PM, Marcelo Tosatti wrote: > GUEST_CR3 is updated via kvm_set_cr3 whenever CR3 is modified from > outside guest context. Similarly pdptrs are updated via load_pdptrs. > > Let kvm_set_cr3 perform the update, removing it from the vcpu_run > fast path. > Applied, thanks. -- error compiling committee.c: too many arguments to function