qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] x86: Fix INIT processing


From: Blue Swirl
Subject: [Qemu-devel] Re: [PATCH] x86: Fix INIT processing
Date: Sun, 27 Jun 2010 20:23:30 +0000

Thanks, applied.

On Wed, Jun 23, 2010 at 6:19 AM, Jan Kiszka <address@hidden> wrote:
> From: Jan Kiszka <address@hidden>
>
> This fixes a regression of 0e26b7b892: Reset halted also on INIT.
>
> Signed-off-by: Jan Kiszka <address@hidden>
> ---
>  target-i386/helper.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/target-i386/helper.c b/target-i386/helper.c
> index 718394c..e134340 100644
> --- a/target-i386/helper.c
> +++ b/target-i386/helper.c
> @@ -1151,6 +1151,7 @@ void do_cpu_init(CPUState *env)
>     cpu_reset(env);
>     env->interrupt_request = sipi;
>     apic_init_reset(env->apic_state);
> +    env->halted = !cpu_is_bsp(env);
>  }
>
>  void do_cpu_sipi(CPUState *env)
> --
> 1.6.0.2
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]