Re: [Xen-devel] [RFC v1 1/8] xen: make dom0 specific changes depend on XEN_DOM0

2015-02-12 Thread Luis R. Rodriguez
On Thu, Feb 12, 2015 at 09:55:18AM +, David Vrabel wrote: On 12/02/15 06:03, Luis R. Rodriguez wrote: From: Luis R. Rodriguez mcg...@suse.com These are Kconfig options which are known to only make sense with Xen dom0 support. This is as per the agreed upon changes to Xen's kconfig

Re: [Xen-devel] [RFC v1 1/8] xen: make dom0 specific changes depend on XEN_DOM0

2015-02-12 Thread David Vrabel
On 12/02/15 06:03, Luis R. Rodriguez wrote: From: Luis R. Rodriguez mcg...@suse.com These are Kconfig options which are known to only make sense with Xen dom0 support. This is as per the agreed upon changes to Xen's kconfig changes [0]. [...] --- a/arch/x86/xen/Kconfig +++

[Xen-devel] [RFC v1 1/8] xen: make dom0 specific changes depend on XEN_DOM0

2015-02-11 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@suse.com These are Kconfig options which are known to only make sense with Xen dom0 support. This is as per the agreed upon changes to Xen's kconfig changes [0]. [0] http://comments.gmane.org/gmane.comp.emulators.xen.devel/231579 Signed-off-by: Luis R. Rodriguez