qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v7 1/2] move vm_start to cpus.c


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v7 1/2] move vm_start to cpus.c
Date: Mon, 6 Feb 2017 10:53:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1


On 27/01/2017 19:11, Claudio Imbrenda wrote:
> +    }
> +
> +    /* XXX: is it ok to send this even before actually resuming the CPUs? */
> +    qapi_event_send_resume(&error_abort);
> +    return res;
> +}
> +

Yes, it is. :)

Paolo



reply via email to

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