Re: [Xen-devel] [PATCH v2 02/41] arm/acpi: Build pmstat for x86 only

2015-07-05 Thread Parth Dixit
+shannon On 24 May 2015 at 11:40, Parth Dixit wrote: > > > On 20 May 2015 at 20:42, Jan Beulich wrote: >> >> >>> On 17.05.15 at 22:03, wrote: >> > Pmstat is currently not supported for arm in xen. >> > Configure and build pmstat for x86 architecture only. >> >> Same here as for patch 1. If the

Re: [Xen-devel] [PATCH v2 02/41] arm/acpi: Build pmstat for x86 only

2015-05-23 Thread Parth Dixit
On 20 May 2015 at 20:42, Jan Beulich wrote: > >>> On 17.05.15 at 22:03, wrote: > > Pmstat is currently not supported for arm in xen. > > Configure and build pmstat for x86 architecture only. > > Same here as for patch 1. If the architecture can be expected to > eventually support a feature, I'd

Re: [Xen-devel] [PATCH v2 02/41] arm/acpi: Build pmstat for x86 only

2015-05-20 Thread Jan Beulich
>>> On 17.05.15 at 22:03, wrote: > Pmstat is currently not supported for arm in xen. > Configure and build pmstat for x86 architecture only. Same here as for patch 1. If the architecture can be expected to eventually support a feature, I'd generally prefer the architecture to get necessary stubs

Re: [Xen-devel] [PATCH v2 02/41] arm/acpi: Build pmstat for x86 only

2015-05-18 Thread Julien Grall
Hi Parth, On 17/05/15 21:03, Parth Dixit wrote: > Pmstat is currently not supported for arm in xen. > Configure and build pmstat for x86 architecture only. > > Signed-off-by: Parth Dixit > --- > xen/common/sysctl.c | 2 ++ > xen/drivers/acpi/Makefile | 2 +- > 2 files changed, 3 insertion

[Xen-devel] [PATCH v2 02/41] arm/acpi: Build pmstat for x86 only

2015-05-17 Thread Parth Dixit
Pmstat is currently not supported for arm in xen. Configure and build pmstat for x86 architecture only. Signed-off-by: Parth Dixit --- xen/common/sysctl.c | 2 ++ xen/drivers/acpi/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/xen/common/sysctl.c b/xen/commo