>>> On 12.12.16 at 19:29, wrote:
> d->creation_finished is used in several places alter behaviour depending on
> whether the domain is being created, or is already running.
>
> However, there is a latent bug if a toolstack component makes a pair of
> pause/unpause calls, where creation will be co
> -Original Message-
> From: Andrew Cooper [mailto:andrew.coop...@citrix.com]
> Sent: 12 December 2016 18:30
> To: Xen-devel
> Cc: Andrew Cooper ; Jan Beulich
> ; Paul Durrant ; Boris
> Ostrovsky
> Subject: [PATCH 2/2] xen: Fix determining when domain creation is complete
>
> d->creation
>>> On 12.12.16 at 19:29, wrote:
> d->creation_finished is used in several places alter behaviour depending on
> whether the domain is being created, or is already running.
>
> However, there is a latent bug if a toolstack component makes a pair of
> pause/unpause calls, where creation will be co
d->creation_finished is used in several places alter behaviour depending on
whether the domain is being created, or is already running.
However, there is a latent bug if a toolstack component makes a pair of
pause/unpause calls, where creation will be considered finished prematurely.
Signed-off-b