qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 1/3] trace: Properly initialize dynamic event


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v3 1/3] trace: Properly initialize dynamic event states in hot-plugged vCPUs
Date: Fri, 23 Sep 2016 13:40:33 +0100
User-agent: Mutt/1.7.0 (2016-08-17)

On Mon, Sep 19, 2016 at 02:55:07PM +0200, Lluís Vilanova wrote:
> diff --git a/qom/cpu.c b/qom/cpu.c
> index 2553247..7e2e523 100644
> --- a/qom/cpu.c
> +++ b/qom/cpu.c
> @@ -333,6 +333,9 @@ static void cpu_common_realizefn(DeviceState *dev, Error 
> **errp)
>          cpu_synchronize_post_init(cpu);
>          cpu_resume(cpu);
>      }
> +
> +    /* NOTE: latest generic point where the cpu is fully relized */

s/relized/realized/

I'll fix this typo while merging.

Attachment: signature.asc
Description: PGP signature


reply via email to

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