Re: [Xen-devel] [PATCH 3/5] x86/hvm: don't set the BSP as initialised in hvm_vcpu_initialise

2016-01-14 Thread Jan Beulich
>>> On 13.01.16 at 18:23, wrote: > El 13/01/16 a les 17.29, Jan Beulich ha escrit: > On 13.01.16 at 13:32, wrote: >>> The BSP will be marked as initialised after hvm_load_cpu_ctxt has loaded the >>> initial state, which is called from the toolstack

[Xen-devel] [PATCH 3/5] x86/hvm: don't set the BSP as initialised in hvm_vcpu_initialise

2016-01-13 Thread Roger Pau Monne
The BSP will be marked as initialised after hvm_load_cpu_ctxt has loaded the initial state, which is called from the toolstack during domain creation. Signed-off-by: Roger Pau Monné --- Cc: Jan Beulich Cc: Andrew Cooper ---

Re: [Xen-devel] [PATCH 3/5] x86/hvm: don't set the BSP as initialised in hvm_vcpu_initialise

2016-01-13 Thread Jan Beulich
>>> On 13.01.16 at 13:32, wrote: > The BSP will be marked as initialised after hvm_load_cpu_ctxt has loaded the > initial state, which is called from the toolstack during domain creation. But the comment that you remove says explicitly that this isn't a requirement. Jan >

Re: [Xen-devel] [PATCH 3/5] x86/hvm: don't set the BSP as initialised in hvm_vcpu_initialise

2016-01-13 Thread Roger Pau Monné
El 13/01/16 a les 17.29, Jan Beulich ha escrit: On 13.01.16 at 13:32, wrote: >> The BSP will be marked as initialised after hvm_load_cpu_ctxt has loaded the >> initial state, which is called from the toolstack during domain creation. > > But the comment that you remove