>>> On 25.08.15 at 03:57, wrote:
> --- a/xen/include/asm-x86/apicdef.h
> +++ b/xen/include/asm-x86/apicdef.h
> @@ -124,6 +124,10 @@
>
> #define MAX_IO_APICS 128
>
> +#define APIC_SHORT_MASK 0xc
> +#define APIC_DEST_NOSHORT0x0
> +#define APIC_DEST_MASK
Move some APIC related macros to apicdef.h, so they can be used
outside of vlapic.c.
Signed-off-by: Feng Wu
---
v6:
- Newly introduced.
xen/arch/x86/hvm/vlapic.c | 5 -
xen/include/asm-x86/apicdef.h | 4
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/xen/arch/x86/hv