Re: [Xen-devel] [PATCH 2/2] xen: Fix determining when domain creation is complete

2016-12-13 Thread Jan Beulich
>>> 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

Re: [Xen-devel] [PATCH 2/2] xen: Fix determining when domain creation is complete

2016-12-13 Thread Paul Durrant
> -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

Re: [Xen-devel] [PATCH 2/2] xen: Fix determining when domain creation is complete

2016-12-13 Thread Jan Beulich
>>> 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

[Xen-devel] [PATCH 2/2] xen: Fix determining when domain creation is complete

2016-12-12 Thread Andrew Cooper
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