Re: [Xen-devel] [PATCH 1/2] x86/hvm: fix arch_set_info_hvm_guest SEG macro

2017-08-09 Thread Andrew Cooper
On 09/08/17 11:18, Roger Pau Monne wrote: > Commit 6c9abf modified the SEG macro in arch_set_info_hvm_guest and > inverted the limit and base fields. Restore the correct order. > > Signed-off-by: Roger Pau Monné Reviewed-by: Andrew Cooper Sorry for breaking things! > --- > Cc: Jan Beulich > C

[Xen-devel] [PATCH 1/2] x86/hvm: fix arch_set_info_hvm_guest SEG macro

2017-08-09 Thread Roger Pau Monne
Commit 6c9abf modified the SEG macro in arch_set_info_hvm_guest and inverted the limit and base fields. Restore the correct order. Signed-off-by: Roger Pau Monné --- Cc: Jan Beulich Cc: Andrew Cooper --- xen/arch/x86/hvm/domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi