Re: [PATCH v2] xen/arm: enable PV control for ARM

2013-07-21 Thread Julien Grall
On 21 July 2013 15:54, Stefano Stabellini wrote: > On Fri, 19 Jul 2013, Julien Grall wrote: >> Enable power management from the toolstack for ARM guest. >> >> Signed-off-by: Julien Grall >> >> --- >> Changes in v2: >> - Don't compile xen/cpu_hotplug.o with ARM64 >> --- >>

Re: [PATCH v2] xen/arm: enable PV control for ARM

2013-07-21 Thread Stefano Stabellini
On Fri, 19 Jul 2013, Julien Grall wrote: > Enable power management from the toolstack for ARM guest. > > Signed-off-by: Julien Grall > > --- > Changes in v2: > - Don't compile xen/cpu_hotplug.o with ARM64 > --- > drivers/xen/Makefile |5 ++--- > 1 file changed, 2 insertions(+),

Re: [PATCH v2] xen/arm: enable PV control for ARM

2013-07-21 Thread Stefano Stabellini
On Fri, 19 Jul 2013, Julien Grall wrote: Enable power management from the toolstack for ARM guest. Signed-off-by: Julien Grall julien.gr...@linaro.org --- Changes in v2: - Don't compile xen/cpu_hotplug.o with ARM64 --- drivers/xen/Makefile |5 ++--- 1 file changed, 2

Re: [PATCH v2] xen/arm: enable PV control for ARM

2013-07-21 Thread Julien Grall
On 21 July 2013 15:54, Stefano Stabellini stefano.stabell...@eu.citrix.com wrote: On Fri, 19 Jul 2013, Julien Grall wrote: Enable power management from the toolstack for ARM guest. Signed-off-by: Julien Grall julien.gr...@linaro.org --- Changes in v2: - Don't compile

[PATCH v2] xen/arm: enable PV control for ARM

2013-07-19 Thread Julien Grall
Enable power management from the toolstack for ARM guest. Signed-off-by: Julien Grall --- Changes in v2: - Don't compile xen/cpu_hotplug.o with ARM64 --- drivers/xen/Makefile |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/xen/Makefile

[PATCH v2] xen/arm: enable PV control for ARM

2013-07-19 Thread Julien Grall
Enable power management from the toolstack for ARM guest. Signed-off-by: Julien Grall julien.gr...@linaro.org --- Changes in v2: - Don't compile xen/cpu_hotplug.o with ARM64 --- drivers/xen/Makefile |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git