From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws7Jl-0001Rq-Ca for qemu-devel@nongnu.org; Wed, 04 Jun 2014 05:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ws7Jg-0007tC-Bt for qemu-devel@nongnu.org; Wed, 04 Jun 2014 05:17:09 -0400 Received: from mail-la0-f54.google.com ([209.85.215.54]:56264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws7Jg-0007rp-54 for qemu-devel@nongnu.org; Wed, 04 Jun 2014 05:17:04 -0400 Received: by mail-la0-f54.google.com with SMTP id pv20so4247293lab.13 for ; Wed, 04 Jun 2014 02:17:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1401869330-32449-1-git-send-email-aik@ozlabs.ru> References: <1401869330-32449-1-git-send-email-aik@ozlabs.ru> From: Peter Maydell Date: Wed, 4 Jun 2014 10:16:43 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Alexey Kardashevskiy Cc: Stefan Hajnoczi , QEMU Developers , Markus Armbruster , Alexander Graf , Luiz Capitulino , "qemu-ppc@nongnu.org" , Alex Bligh , Cornelia Huck , Paolo Bonzini , =?UTF-8?Q?Andreas_F=C3=A4rber?= , Richard Henderson On 4 June 2014 09:08, Alexey Kardashevskiy wrote: > This adds an NMI handler per CPUs. x86, s390 and ppc CPUS are supported. > > The change to existing behaviour is that x86 only delivers NMI to > the current monitored CPU now, not to every CPU. So this series means that the "nmi" command and handler does * NMI on x86 * reset on PPC * restart on S390 That doesn't seem generic at all, and suggests this should not be a common CPU method/callback. thanks -- PMM