Re: [Qemu-devel] [PATCH v2 5/5] cpus: Enable nmi() callback use

2014-03-31 Thread Alexander Graf
On 03/28/2014 01:51 PM, Alexey Kardashevskiy wrote: Signed-off-by: Alexey Kardashevskiy Missing patch description. Also, this patch should be among the first in your patch set. It makes review a lot easier on code movements like this when you always remove and add back the same code inside

[Qemu-devel] [PATCH v2 5/5] cpus: Enable nmi() callback use

2014-03-28 Thread Alexey Kardashevskiy
Signed-off-by: Alexey Kardashevskiy --- cpus.c | 33 +++-- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/cpus.c b/cpus.c index 1104d61..2c8d620 100644 --- a/cpus.c +++ b/cpus.c @@ -1469,33 +1469,14 @@ exit: void qmp_inject_nmi(Error **errp) { -#if