Re: [Xen-devel] [PATCH] x86/public: correct register naming

2017-05-05 Thread Julien Grall
Hi, On 05/05/17 11:13, Andrew Cooper wrote: On 05/05/17 10:27, Jan Beulich wrote: Commit 897129deab ("x86: use unambiguous register names") went a little too far: With it we also get register names like _e15 and e15 for non-Xen consumers using a gcc compatible compiler. Correct this. Signed-of

Re: [Xen-devel] [PATCH] x86/public: correct register naming

2017-05-05 Thread Andrew Cooper
On 05/05/17 10:27, Jan Beulich wrote: > Commit 897129deab ("x86: use unambiguous register names") went a little > too far: With it we also get register names like _e15 and e15 for > non-Xen consumers using a gcc compatible compiler. Correct this. > > Signed-off-by: Jan Beulich Acked-by: Andrew Co

[Xen-devel] [PATCH] x86/public: correct register naming

2017-05-05 Thread Jan Beulich
Commit 897129deab ("x86: use unambiguous register names") went a little too far: With it we also get register names like _e15 and e15 for non-Xen consumers using a gcc compatible compiler. Correct this. Signed-off-by: Jan Beulich --- a/xen/include/public/arch-x86/xen-x86_64.h +++ b/xen/include/p