Am 10.06.2013 19:14, schrieb Luiz Capitulino:
> On Sun, 9 Jun 2013 21:12:38 +0200
> Andreas Färber wrote:
>
>> Use qemu_get_cpu() to avoid open-coded CPU loop.
>>
>> Signed-off-by: Andreas Färber
>
> Reviewed-by: Luiz Capitulino
Thanks, applied to qom-cpu (with commit message improved):
http
On Sun, 9 Jun 2013 21:12:38 +0200
Andreas Färber wrote:
> Use qemu_get_cpu() to avoid open-coded CPU loop.
>
> Signed-off-by: Andreas Färber
Reviewed-by: Luiz Capitulino
> ---
> monitor.c | 14 +-
> 1 file changed, 5 insertions(+), 9 deletions(-)
>
> diff --git a/monitor.c b/m
Reviewed-by: liguang
在 2013-06-09日的 21:12 +0200,Andreas Färber写道:
> Use qemu_get_cpu() to avoid open-coded CPU loop.
>
> Signed-off-by: Andreas Färber
> ---
> monitor.c | 14 +-
> 1 file changed, 5 insertions(+), 9 deletions(-)
>
> diff --git a/monitor.c b/monitor.c
> index 6e22d1
Use qemu_get_cpu() to avoid open-coded CPU loop.
Signed-off-by: Andreas Färber
---
monitor.c | 14 +-
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/monitor.c b/monitor.c
index 6e22d15..19c297d 100644
--- a/monitor.c
+++ b/monitor.c
@@ -2013,7 +2013,6 @@ static void do