On 2012-02-16 00:16, Igor Mammedov wrote:
> All cpus except of boot cpu should be halted after reset.
> So remove redundant pc_cpu_reset and use cpu_reset instead.
>
> Signed-off-by: Igor Mammedov
> ---
> hw/pc.c | 11 ++-
> target-i386/helper.c |1 +
> 2 files changed
All cpus except of boot cpu should be halted after reset.
So remove redundant pc_cpu_reset and use cpu_reset instead.
Signed-off-by: Igor Mammedov
---
hw/pc.c | 11 ++-
target-i386/helper.c |1 +
2 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/hw/pc.c b/