Re: [Xen-devel] [PATCH v2 1/4] x86emul: support UMIP

2016-09-30 Thread Andrew Cooper
On 30/09/16 14:16, Jan Beulich wrote: > To make this complete, also add support for SLDT and STR. Note that by > just looking at the guest CR4 bit, this is independent of actually > making available the UMIP feature to guests. > > Signed-off-by: Jan Beulich Much clearer. Reviewed-by: Andrew Coop

[Xen-devel] [PATCH v2 1/4] x86emul: support UMIP

2016-09-30 Thread Jan Beulich
To make this complete, also add support for SLDT and STR. Note that by just looking at the guest CR4 bit, this is independent of actually making available the UMIP feature to guests. Signed-off-by: Jan Beulich --- v2: s/is_umip/umip_active/g. Fix a coding style issue. --- a/xen/arch/x86/x86_emul