Re: [PATCH v7 08/19] xen: use the same hypercall mechanism for XEN and XENHVM

2013-12-24 Thread John Baldwin
On Thursday, December 19, 2013 1:54:45 pm Roger Pau Monne wrote: --- sys/amd64/include/xen/hypercall.h |7 --- sys/i386/i386/locore.s|9 + sys/i386/include/xen/hypercall.h |8 sys/x86/xen/hvm.c | 24 ++-- 4

[PATCH v7 08/19] xen: use the same hypercall mechanism for XEN and XENHVM

2013-12-19 Thread Roger Pau Monne
--- sys/amd64/include/xen/hypercall.h |7 --- sys/i386/i386/locore.s|9 + sys/i386/include/xen/hypercall.h |8 sys/x86/xen/hvm.c | 24 ++-- 4 files changed, 19 insertions(+), 29 deletions(-) diff --git