Re: [Xen-devel] [PATCH v7 12/17] x86: move some APIC related macros to apicdef.h

2015-09-22 Thread Jan Beulich
>>> On 11.09.15 at 10:29, wrote: > Move some APIC related macros to apicdef.h, so they can be used > outside of vlapic.c. > > CC: Keir Fraser > CC: Jan Beulich > CC: Andrew Cooper > Signed-off-by: Feng Wu > --- > v7: > - Put the Macros to the right place inside the file. Almost: > --- a/xen

[Xen-devel] [PATCH v7 12/17] x86: move some APIC related macros to apicdef.h

2015-09-11 Thread Feng Wu
Move some APIC related macros to apicdef.h, so they can be used outside of vlapic.c. CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper Signed-off-by: Feng Wu --- v7: - Put the Macros to the right place inside the file. v6: - Newly introduced. xen/arch/x86/hvm/vlapic.c | 5 - xen/inc