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

2013-07-18 Thread Julien Grall
On 17 July 2013 14:40, Stefano Stabellini wrote: > On Mon, 15 Jul 2013, Julien Grall wrote: >> Enable power management from the toolstack for ARM guest. >> >> Signed-off-by: Julien Grall > > Considering that now we support both ARM and ARM64, could you please > add an ifneq ($(CONFIG_ARM64),y) to

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

2013-07-17 Thread Stefano Stabellini
On Mon, 15 Jul 2013, Julien Grall wrote: > Enable power management from the toolstack for ARM guest. > > Signed-off-by: Julien Grall Considering that now we support both ARM and ARM64, could you please add an ifneq ($(CONFIG_ARM64),y) too around cpu_hotplug.o, since you are at it? > drivers/x

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

2013-07-15 Thread Julien Grall
Enable power management from the toolstack for ARM guest. Signed-off-by: Julien Grall --- drivers/xen/Makefile |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile index 2bf461a..a5f12bd 100644 --- a/drivers/xen/Makefile +++ b/drive