Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752465AbdDCLrI (ORCPT ); Mon, 3 Apr 2017 07:47:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35068 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751194AbdDCLrH (ORCPT ); Mon, 3 Apr 2017 07:47:07 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 8B8697E9EC Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=david@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 8B8697E9EC Subject: Re: [PATCH] KVM: VMX: require virtual NMI support To: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org References: <1490618297-10581-2-git-send-email-pbonzini@redhat.com> Cc: rkrcmar@redhat.com From: David Hildenbrand Organization: Red Hat GmbH Message-ID: <769d6440-2f1d-51fc-b582-57e201dd6e3b@redhat.com> Date: Mon, 3 Apr 2017 13:46:56 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1490618297-10581-2-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Mon, 03 Apr 2017 11:47:06 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 489 Lines: 18 On 27.03.2017 14:38, Paolo Bonzini wrote: > Virtual NMIs are only missing in Prescott and Yonah chips. Both are obsolete > for virtualization usage---Yonah is 32-bit only even---so drop vNMI emulation. > > Signed-off-by: Paolo Bonzini > --- > arch/x86/kvm/vmx.c | 143 ++++++++++++++--------------------------------------- > 1 file changed, 38 insertions(+), 105 deletions(-) Acked-by: David Hildenbrand Looks good to me! -- Thanks, David