From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754113AbdKJVfe (ORCPT ); Fri, 10 Nov 2017 16:35:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41250 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751097AbdKJVfd (ORCPT ); Fri, 10 Nov 2017 16:35:33 -0500 Date: Fri, 10 Nov 2017 22:35:30 +0100 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Paolo Bonzini Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: Re: [PATCH 0/2] kvm: vmx: CPUs without virtual NMIs Message-ID: <20171110213529.GB2189@flask> References: <1509971473-74491-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1509971473-74491-1-git-send-email-pbonzini@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Fri, 10 Nov 2017 21:35:33 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2017-11-06 13:31+0100, Paolo Bonzini: > It turns out that Core 2 Duo machines only had virtual NMIs in some SKUs. > Patch 1 adds back emulation of the NMI window, patch 2 allows testing > it on modern processors as well. One eventinj.flat test (NMI after iret) > fails as expected. Applied, thanks. (And already looking forward to removing it again. :])