Re: [Xen-devel] Ping: [PATCH] x86/HVM: correct an inverted check in hvm_load()

2018-08-16 Thread Roger Pau Monné
On Thu, Aug 16, 2018 at 02:05:02AM -0600, Jan Beulich wrote: > >>> On 01.08.18 at 17:36, wrote: > > Clearly we want to put a vCPU to sleep if it is _not_ already down. > > > > Signed-off-by: Jan Beulich > > --- > > TBD: Since the flaw apparently never mattered, I imply that the function > >

[Xen-devel] Ping: [PATCH] x86/HVM: correct an inverted check in hvm_load()

2018-08-16 Thread Jan Beulich
>>> On 01.08.18 at 17:36, wrote: > Clearly we want to put a vCPU to sleep if it is _not_ already down. > > Signed-off-by: Jan Beulich > --- > TBD: Since the flaw apparently never mattered, I imply that the function > is never called with any vCPU up. Hence an alternative might be to >