Re: [Qemu-devel] [PATCH qom-cpu 08/59] cpus: Simplify qmp_inject_nmi()

2013-06-09 Thread li guang
Reviewed-by: liguang 在 2013-06-09日的 21:12 +0200,Andreas Färber写道: > Use new qemu_for_each_cpu(). > > Signed-off-by: Andreas Färber > --- > cpus.c | 24 +++- > 1 file changed, 15 insertions(+), 9 deletions(-) > > diff --git a/cpus.c b/cpus.c > index 24ee974..1975c5c 100644

[Qemu-devel] [PATCH qom-cpu 08/59] cpus: Simplify qmp_inject_nmi()

2013-06-09 Thread Andreas Färber
Use new qemu_for_each_cpu(). Signed-off-by: Andreas Färber --- cpus.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/cpus.c b/cpus.c index 24ee974..1975c5c 100644 --- a/cpus.c +++ b/cpus.c @@ -1331,18 +1331,24 @@ exit: fclose(f); } -void qmp