Re: [Qemu-devel] [PATCH 2/2] spapr: Define NMI interface

2014-03-27 Thread Paolo Bonzini
Il 27/03/2014 14:14, Alexey Kardashevskiy ha scritto: 1) how many x86 CPUs/families are there to support? On ppc I'll add it for POWER7/7+/8 families and I am ok. Just move the existing x86 code. It works on all CPUs from 486 on. 2) what should "nmi" really do - deliver NMI to the current CP

Re: [Qemu-devel] [PATCH 2/2] spapr: Define NMI interface

2014-03-27 Thread Alexey Kardashevskiy
On 03/27/2014 10:58 PM, Paolo Bonzini wrote: > Il 27/03/2014 03:21, Alexey Kardashevskiy ha scritto: >> This defines and makes use of an NMI interface in order to support >> the "nmi" command. >> >> Signed-off-by: Alexey Kardashevskiy >> --- >> hw/ppc/spapr.c | 26 ++ >> 1

Re: [Qemu-devel] [PATCH 2/2] spapr: Define NMI interface

2014-03-27 Thread Paolo Bonzini
Il 27/03/2014 03:21, Alexey Kardashevskiy ha scritto: This defines and makes use of an NMI interface in order to support the "nmi" command. Signed-off-by: Alexey Kardashevskiy --- hw/ppc/spapr.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/hw/ppc/spapr.c b/hw

[Qemu-devel] [PATCH 2/2] spapr: Define NMI interface

2014-03-26 Thread Alexey Kardashevskiy
This defines and makes use of an NMI interface in order to support the "nmi" command. Signed-off-by: Alexey Kardashevskiy --- hw/ppc/spapr.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index 62ddb4d..495fa88 100644 --- a/hw/ppc/