Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751636AbbGaHvU (ORCPT ); Fri, 31 Jul 2015 03:51:20 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:34206 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750786AbbGaHvR (ORCPT ); Fri, 31 Jul 2015 03:51:17 -0400 Subject: Re: Dealing with the NMI mess To: Andy Lutomirski , Borislav Petkov References: <20150724111621.34713023@gandalf.local.home> <20150724152637.GC3612@1wt.eu> <20150724153054.GK19282@twins.programming.kicks-ass.net> <20150724195509.GM2859@worktop.programming.kicks-ass.net> <20150724205119.GM19282@twins.programming.kicks-ass.net> <55BA45A2.8050909@redhat.com> <20150731042205.GB32117@nazgul.tnic> Cc: Peter Zijlstra , Linus Torvalds , Willy Tarreau , Steven Rostedt , X86 ML , "linux-kernel@vger.kernel.org" , Thomas Gleixner , Brian Gerst From: Paolo Bonzini X-Enigmail-Draft-Status: N1110 Message-ID: <55BB28EE.9040804@redhat.com> Date: Fri, 31 Jul 2015 09:51:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 822 Lines: 22 On 31/07/2015 07:11, Andy Lutomirski wrote: > This instruction is awesome. Binutils can disassemble it (it's called > "icebp") but it can't assemble it. KVM has special handling for it on > VMX and actually reports it to QEMU on SVM (complete with a defined > ABI). FWIW it's not reported to QEMU, it's only reported to a nested hypervisor. So the ABI is simply the SVM spec. It's not surprising that VMX support was provided by the Wine guys... Paolo > We have an asm macro so we can assemble it for 32-bit but not > 64-bit, despite the fact that it works on 64-bit. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/