Re: [Xen-devel] [MINIOS PATCH 2/4] Introduce asm_macros.h

2016-08-17 Thread Wei Liu
On Wed, Aug 17, 2016 at 03:03:44PM +0100, Wei Liu wrote: > On Wed, Aug 17, 2016 at 03:01:07PM +0100, Andrew Cooper wrote: > > On 17/08/16 13:35, Wei Liu wrote: > > > diff --git a/include/asm_macros.h b/include/asm_macros.h > > > new file mode 100644 > > > index 000..15dd377 > > > --- /dev/null

Re: [Xen-devel] [MINIOS PATCH 2/4] Introduce asm_macros.h

2016-08-17 Thread Wei Liu
On Wed, Aug 17, 2016 at 03:01:07PM +0100, Andrew Cooper wrote: > On 17/08/16 13:35, Wei Liu wrote: > > diff --git a/include/asm_macros.h b/include/asm_macros.h > > new file mode 100644 > > index 000..15dd377 > > --- /dev/null > > +++ b/include/asm_macros.h > > @@ -0,0 +1,36 @@ > > +/* > > + * M

Re: [Xen-devel] [MINIOS PATCH 2/4] Introduce asm_macros.h

2016-08-17 Thread Andrew Cooper
On 17/08/16 13:35, Wei Liu wrote: > diff --git a/include/asm_macros.h b/include/asm_macros.h > new file mode 100644 > index 000..15dd377 > --- /dev/null > +++ b/include/asm_macros.h > @@ -0,0 +1,36 @@ > +/* > + * Macros for assembly files. > + */ > + > +#ifndef _ASM_MACRO_H_ > +#define _ASM_MAC

Re: [Xen-devel] [MINIOS PATCH 2/4] Introduce asm_macros.h

2016-08-17 Thread Andrew Cooper
On 17/08/16 14:40, Wei Liu wrote: > On Wed, Aug 17, 2016 at 02:56:00PM +0200, Samuel Thibault wrote: >> Hello, >> >> Wei Liu, on Wed 17 Aug 2016 13:35:12 +0100, wrote: >>> Ported from xtf.git. >> What is xtf.git? Does it use the same BSD licencing? >> To my knowledge this is coming from the linux k

Re: [Xen-devel] [MINIOS PATCH 2/4] Introduce asm_macros.h

2016-08-17 Thread Wei Liu
On Wed, Aug 17, 2016 at 02:40:09PM +0100, Wei Liu wrote: > On Wed, Aug 17, 2016 at 02:56:00PM +0200, Samuel Thibault wrote: > > Hello, > > > > Wei Liu, on Wed 17 Aug 2016 13:35:12 +0100, wrote: > > > Ported from xtf.git. > > > > What is xtf.git? Does it use the same BSD licencing? > > To my knowl

Re: [Xen-devel] [MINIOS PATCH 2/4] Introduce asm_macros.h

2016-08-17 Thread Wei Liu
On Wed, Aug 17, 2016 at 02:56:00PM +0200, Samuel Thibault wrote: > Hello, > > Wei Liu, on Wed 17 Aug 2016 13:35:12 +0100, wrote: > > Ported from xtf.git. > > What is xtf.git? Does it use the same BSD licencing? > To my knowledge this is coming from the linux kernel source. This: http://xenbits.x

Re: [Xen-devel] [MINIOS PATCH 2/4] Introduce asm_macros.h

2016-08-17 Thread Samuel Thibault
Hello, Wei Liu, on Wed 17 Aug 2016 13:35:12 +0100, wrote: > Ported from xtf.git. What is xtf.git? Does it use the same BSD licencing? To my knowledge this is coming from the linux kernel source. > Signed-off-by: Wei Liu > --- > include/asm_macros.h | 36

[Xen-devel] [MINIOS PATCH 2/4] Introduce asm_macros.h

2016-08-17 Thread Wei Liu
Ported from xtf.git. Signed-off-by: Wei Liu --- include/asm_macros.h | 36 include/x86/asm_macros.h | 28 2 files changed, 64 insertions(+) create mode 100644 include/asm_macros.h create mode 100644 include/x86/asm_macros.h