From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws7qa-00066L-1K for qemu-devel@nongnu.org; Wed, 04 Jun 2014 05:51:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ws7qR-0004oy-Ko for qemu-devel@nongnu.org; Wed, 04 Jun 2014 05:51:03 -0400 Message-ID: <538EEBFD.8090606@suse.de> Date: Wed, 04 Jun 2014 11:50:53 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1401869330-32449-1-git-send-email-aik@ozlabs.ru> <538EE73D.4080408@ozlabs.ru> <538EE960.2040108@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/4] cpus: Add generic NMI support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Paolo Bonzini Cc: Stefan Hajnoczi , Alexey Kardashevskiy , Markus Armbruster , QEMU Developers , Luiz Capitulino , "qemu-ppc@nongnu.org" , Alex Bligh , Cornelia Huck , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Richard Henderson On 04.06.14 11:47, Peter Maydell wrote: > On 4 June 2014 10:39, Paolo Bonzini wrote: >> It's a kind of "emergency button" on real machines. On PCs it sends an NMI >> and this results in some kind of crash dump if the OS is configured >> appropriately. The command may be ill-named for historical reasons, but the >> effect is not x86-specific. > OK, so our callback function name should be sensibly named > to match what the effect is supposed to be, and we should have > a sensibly named command, and we should make "nmi" be > a historical-legacy-backwards-compatibility command alias > (possibly only exposed for x86). I honestly don't have a better name :). Alex