From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] x86,kvm,vmx: Don't trap writes to CR4.TSD Date: Wed, 22 Oct 2014 21:52:16 +0200 Message-ID: <54480AF0.9080806@redhat.com> References: <47a9cf4ebc3fde90fab06d54f32a225db9f0271c.1412727302.git.luto@amacapital.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kvm list , Peter Zijlstra To: Andy Lutomirski , Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:24614 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932085AbaJVTwr (ORCPT ); Wed, 22 Oct 2014 15:52:47 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 10/22/2014 09:10 PM, Andy Lutomirski wrote: > On Tue, Oct 7, 2014 at 5:16 PM, Andy Lutomirski wrote: >> CR4.TSD is guest-owned; don't trap writes to it in VMX guests. This >> avoids a VM exit on context switches into or out of a PR_TSC_SIGSEGV >> task. > > Friendly ping. I suspect this got lost in KVM Forum, etc. Yup, will push tomorrow. Paolo