From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965181AbcCOI44 (ORCPT ); Tue, 15 Mar 2016 04:56:56 -0400 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 Subject: Re: [PATCH v3 3/5] x86/paravirt: Add paravirt_{read,write}_msr To: Andy Lutomirski References: <56E6C492.5060308@redhat.com> Cc: xen-devel , Arjan van de Ven , X86 ML , Andrew Morton , KVM list , "linux-kernel@vger.kernel.org" , Linus Torvalds , Peter Zijlstra From: Paolo Bonzini Message-ID: <56E7CE4C.1050409@redhat.com> Date: Tue, 15 Mar 2016 09:56:44 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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