From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/8] cr0/cr4/efer/fpu miscellaneous bits Date: Sat, 23 Jan 2010 17:02:33 -0200 Message-ID: <20100123190233.GA29874@amt.cnet> References: <1264080712-3981-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:26008 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752940Ab0AWTgS (ORCPT ); Sat, 23 Jan 2010 14:36:18 -0500 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0NJaIvT023409 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 23 Jan 2010 14:36:18 -0500 Content-Disposition: inline In-Reply-To: <1264080712-3981-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jan 21, 2010 at 03:31:44PM +0200, Avi Kivity wrote: > Mostly trivial cleanups with the exception of a patch activating the fpu > on clts. > > Avi Kivity (8): > KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active > KVM: Drop kvm_{load,put}_guest_fpu() exports > KVM: Activate fpu on clts > KVM: Add a helper for checking if the guest is in protected mode > KVM: Move cr0/cr4/efer related helpers to x86.h > KVM: Rename vcpu->shadow_efer to efer > KVM: Optimize kvm_read_cr[04]_bits() > KVM: trace guest fpu loads and unloads Applied all, thanks.