From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v3 3/5] x86/paravirt: Add paravirt_{read,write}_msr Date: Tue, 15 Mar 2016 09:56:44 +0100 Message-ID: <56E7CE4C.1050409@redhat.com> References: <56E6C492.5060308@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: xen-devel , Arjan van de Ven , X86 ML , Andrew Morton , KVM list , "linux-kernel@vger.kernel.org" , Linus Torvalds , Peter Zijlstra To: Andy Lutomirski Return-path: Received: from mx1.redhat.com ([209.132.183.28]:42394 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964914AbcCOI4w (ORCPT ); Tue, 15 Mar 2016 04:56:52 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 14/03/2016 17:53, Andy Lutomirski wrote: > > Please do the same for KVM. > > Can you clarify? KVM uses the native version, and the native version > only oopses with this series applied if panic_on_oops is set. Since you fixed the panic_on_oops thing, I'm okay with letting KVM use the unsafe version and seeing what breaks... Paolo