Re: [PATCH v2 01/23] arm: initial Xen support

2012-08-08 Thread Stefano Stabellini
On Tue, 7 Aug 2012, Konrad Rzeszutek Wilk wrote: > On Mon, Aug 06, 2012 at 03:27:04PM +0100, Stefano Stabellini wrote: > > - Basic hypervisor.h and interface.h definitions. > > - Skeleton enlighten.c, set xen_start_info to an empty struct. > > - Make xen_initial_domain dependent on the SIF_PRIVILIG

Re: [PATCH v2 01/23] arm: initial Xen support

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:04PM +0100, Stefano Stabellini wrote: > - Basic hypervisor.h and interface.h definitions. > - Skeleton enlighten.c, set xen_start_info to an empty struct. > - Make xen_initial_domain dependent on the SIF_PRIVILIGED_BIT. > > The new code only compiles when CONFIG_XEN i

[PATCH v2 01/23] arm: initial Xen support

2012-08-06 Thread Stefano Stabellini
- Basic hypervisor.h and interface.h definitions. - Skeleton enlighten.c, set xen_start_info to an empty struct. - Make xen_initial_domain dependent on the SIF_PRIVILIGED_BIT. The new code only compiles when CONFIG_XEN is set, that is going to be added to arch/arm/Kconfig in patch #11 "xen/arm: in