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

2013-07-23 Thread Stefano Stabellini
On Mon, 22 Jul 2013, Konrad Rzeszutek Wilk wrote: > Julien Grall wrote: > >Enable power management from the toolstack for ARM guest. > > > >Signed-off-by: Julien Grall > > > >--- > >Changes in v4: > >- Divide the patch in 2 distinct parts > >Changes in v3: > >- Fix

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

2013-07-23 Thread Julien Grall
On 07/23/2013 01:32 AM, Konrad Rzeszutek Wilk wrote: > Julien Grall wrote: >> Enable power management from the toolstack for ARM guest. >> >> Signed-off-by: Julien Grall >> >> --- >>Changes in v4: >>- Divide the patch in 2 distinct parts >>Changes in v3: >>- Fix condition

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

2013-07-23 Thread Julien Grall
On 07/23/2013 01:32 AM, Konrad Rzeszutek Wilk wrote: Julien Grall julien.gr...@linaro.org wrote: Enable power management from the toolstack for ARM guest. Signed-off-by: Julien Grall julien.gr...@linaro.org --- Changes in v4: - Divide the patch in 2 distinct parts Changes in

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

2013-07-23 Thread Stefano Stabellini
On Mon, 22 Jul 2013, Konrad Rzeszutek Wilk wrote: Julien Grall julien.gr...@linaro.org wrote: Enable power management from the toolstack for ARM guest. Signed-off-by: Julien Grall julien.gr...@linaro.org --- Changes in v4: - Divide the patch in 2 distinct parts Changes

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

2013-07-22 Thread Konrad Rzeszutek Wilk
Julien Grall wrote: >Enable power management from the toolstack for ARM guest. > >Signed-off-by: Julien Grall > >--- >Changes in v4: >- Divide the patch in 2 distinct parts >Changes in v3: >- Fix condition to compile cpu_hotplug.o >Changes in v2: >- Don't

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

2013-07-22 Thread Julien Grall
Enable power management from the toolstack for ARM guest. Signed-off-by: Julien Grall --- Changes in v4: - Divide the patch in 2 distinct parts Changes in v3: - Fix condition to compile cpu_hotplug.o Changes in v2: - Don't compile xen/cpu_hotplug.o with ARM64

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

2013-07-22 Thread Julien Grall
Enable power management from the toolstack for ARM guest. Signed-off-by: Julien Grall julien.gr...@linaro.org --- Changes in v4: - Divide the patch in 2 distinct parts Changes in v3: - Fix condition to compile cpu_hotplug.o Changes in v2: - Don't compile

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

2013-07-22 Thread Konrad Rzeszutek Wilk
Julien Grall julien.gr...@linaro.org wrote: Enable power management from the toolstack for ARM guest. Signed-off-by: Julien Grall julien.gr...@linaro.org --- Changes in v4: - Divide the patch in 2 distinct parts Changes in v3: - Fix condition to compile cpu_hotplug.o