Re: [PATCH v7 09/19] xen: add a apic_enumerator for PVH

2013-12-24 Thread John Baldwin
On Thursday, December 19, 2013 1:54:46 pm Roger Pau Monne wrote: > --- > sys/conf/files.amd64 |1 + > sys/x86/xen/mptable.c | 136 My only request would be to not call this 'mptable.c' as it has nothing to do with the MP Table spec. (I realize the older Xen code made this error previously.)

[PATCH v7 09/19] xen: add a apic_enumerator for PVH

2013-12-19 Thread Roger Pau Monne
--- sys/conf/files.amd64 |1 + sys/x86/xen/mptable.c | 136 + 2 files changed, 137 insertions(+), 0 deletions(-) create mode 100644 sys/x86/xen/mptable.c diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index bdc1517..3bdc05e 100644 -