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

2013-06-10 Thread Andreas Färber
Am 09.06.2013 21:12, schrieb Andreas Färber: > Use new qemu_for_each_cpu(). > > Signed-off-by: Andreas Färber > --- > cpus.c | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) > > diff --git a/cpus.c b/cpus.c > index 1975c5c..9195bc3 100644 > --- a/cpus.c > +++ b/cpus.c > @

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

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 | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) > > diff --git a/cpus.c b/cpus.c > index 1975c5c..9195bc3 100644 > --- a/cp

[Qemu-devel] [PATCH qom-cpu 09/59] cpus: Simplify hw_error()

2013-06-09 Thread Andreas Färber
Use new qemu_for_each_cpu(). Signed-off-by: Andreas Färber --- cpus.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/cpus.c b/cpus.c index 1975c5c..9195bc3 100644 --- a/cpus.c +++ b/cpus.c @@ -386,21 +386,22 @@ void configure_icount(const char *option) }