[libvirt] [PATCH] libxl: support hvm direct kernel boot

2014-09-14 Thread Chunyan Liu
Xen libxl can support Xen HVM direct kernel boot now. To support Xen HVM direct kernel boot in libvirt, it still needs some changes to libvirt code: accept HVM direct kernel boot related configuration in xml, parse those info into virDomainDefPtr, and fill in related parts of libxl_domain_build_inf

Re: [libvirt] [PATCH] virprocess: Introduce our own setns() wrapper

2014-09-14 Thread Ian Campbell
On Wed, 2014-09-10 at 12:20 +0200, Michal Privoznik wrote: > > +/* > + * Workaround older glibc. While kernel may support the setns > + * syscall, the glibc wrapper might not exist. If that's the > + * case, use our own. > + */ > +#ifndef __NR_setns > +# if defined(__x86_64__) > +# define __NR_s