Re: [Xen-devel] [PATCH 3/7] x86: extract macros to x86-defns.h

2017-01-30 Thread Wei Liu
On Mon, Jan 30, 2017 at 07:24:57AM -0700, Jan Beulich wrote: > >>> On 30.01.17 at 15:17, wrote: > > On Mon, Jan 30, 2017 at 07:14:23AM -0700, Jan Beulich wrote: > >> >>> On 30.01.17 at 13:46, wrote: > >> > On Mon, Jan 30, 2017 at 12:32:27PM +, Wei Liu wrote: > >> >> On Thu, Jan 26, 2017 at 03

Re: [Xen-devel] [PATCH 3/7] x86: extract macros to x86-defns.h

2017-01-30 Thread Jan Beulich
>>> On 30.01.17 at 15:17, wrote: > On Mon, Jan 30, 2017 at 07:14:23AM -0700, Jan Beulich wrote: >> >>> On 30.01.17 at 13:46, wrote: >> > On Mon, Jan 30, 2017 at 12:32:27PM +, Wei Liu wrote: >> >> On Thu, Jan 26, 2017 at 03:55:27AM -0700, Jan Beulich wrote: >> >> > >>> On 25.01.17 at 16:44, w

Re: [Xen-devel] [PATCH 3/7] x86: extract macros to x86-defns.h

2017-01-30 Thread Wei Liu
On Mon, Jan 30, 2017 at 07:14:23AM -0700, Jan Beulich wrote: > >>> On 30.01.17 at 13:46, wrote: > > On Mon, Jan 30, 2017 at 12:32:27PM +, Wei Liu wrote: > >> On Thu, Jan 26, 2017 at 03:55:27AM -0700, Jan Beulich wrote: > >> > >>> On 25.01.17 at 16:44, wrote: > >> > > ... so that they can be u

Re: [Xen-devel] [PATCH 3/7] x86: extract macros to x86-defns.h

2017-01-30 Thread Jan Beulich
>>> On 30.01.17 at 13:46, wrote: > On Mon, Jan 30, 2017 at 12:32:27PM +, Wei Liu wrote: >> On Thu, Jan 26, 2017 at 03:55:27AM -0700, Jan Beulich wrote: >> > >>> On 25.01.17 at 16:44, wrote: >> > > ... so that they can be used by userspace x86 instruction emulator test >> > > program and fuzze

Re: [Xen-devel] [PATCH 3/7] x86: extract macros to x86-defns.h

2017-01-30 Thread Wei Liu
On Mon, Jan 30, 2017 at 12:32:27PM +, Wei Liu wrote: > On Thu, Jan 26, 2017 at 03:55:27AM -0700, Jan Beulich wrote: > > >>> On 25.01.17 at 16:44, wrote: > > > ... so that they can be used by userspace x86 instruction emulator test > > > program and fuzzer as well. > > > > Ah, here we go. This

Re: [Xen-devel] [PATCH 3/7] x86: extract macros to x86-defns.h

2017-01-30 Thread Wei Liu
On Thu, Jan 26, 2017 at 03:55:27AM -0700, Jan Beulich wrote: > >>> On 25.01.17 at 16:44, wrote: > > ... so that they can be used by userspace x86 instruction emulator test > > program and fuzzer as well. > > Ah, here we go. This should be patch 2 then imo. > > > --- /dev/null > > +++ b/xen/inclu

Re: [Xen-devel] [PATCH 3/7] x86: extract macros to x86-defns.h

2017-01-26 Thread Jan Beulich
>>> On 25.01.17 at 16:44, wrote: > ... so that they can be used by userspace x86 instruction emulator test > program and fuzzer as well. Ah, here we go. This should be patch 2 then imo. > --- /dev/null > +++ b/xen/include/asm-x86/x86-defns.h > @@ -0,0 +1,125 @@ > +#ifndef __XEN_X86_DEFNS_H__ > +

[Xen-devel] [PATCH 3/7] x86: extract macros to x86-defns.h

2017-01-25 Thread Wei Liu
... so that they can be used by userspace x86 instruction emulator test program and fuzzer as well. No functional change. Signed-off-by: Wei Liu --- xen/include/asm-x86/processor.h | 121 +- xen/include/asm-x86/x86-defns.h | 125 ++