Re: [Xen-devel] [PATCH v4 1/3] xen/arm: Enable cpu_hotplug.c

2015-10-22 Thread Stefano Stabellini
On Thu, 22 Oct 2015, Boris Ostrovsky wrote: > On 10/22/2015 12:13 PM, Stefano Stabellini wrote: > > On Wed, 21 Oct 2015, Stefano Stabellini wrote: > > > On Wed, 21 Oct 2015, Boris Ostrovsky wrote: > > > > On 10/21/2015 09:00 AM, Stefano Stabellini wrote: > > > > > > diff --git a/arch/x86/include/as

Re: [Xen-devel] [PATCH v4 1/3] xen/arm: Enable cpu_hotplug.c

2015-10-22 Thread Boris Ostrovsky
On 10/22/2015 12:13 PM, Stefano Stabellini wrote: On Wed, 21 Oct 2015, Stefano Stabellini wrote: On Wed, 21 Oct 2015, Boris Ostrovsky wrote: On 10/21/2015 09:00 AM, Stefano Stabellini wrote: diff --git a/arch/x86/include/asm/xen/hypervisor.h b/arch/x86/include/asm/xen/hypervisor.h index d86695

Re: [Xen-devel] [PATCH v4 1/3] xen/arm: Enable cpu_hotplug.c

2015-10-22 Thread Stefano Stabellini
On Wed, 21 Oct 2015, Stefano Stabellini wrote: > On Wed, 21 Oct 2015, Boris Ostrovsky wrote: > > On 10/21/2015 09:00 AM, Stefano Stabellini wrote: > > > > > > > > diff --git a/arch/x86/include/asm/xen/hypervisor.h > > > > b/arch/x86/include/asm/xen/hypervisor.h > > > > index d866959..8b2d4be 10064

Re: [Xen-devel] [PATCH v4 1/3] xen/arm: Enable cpu_hotplug.c

2015-10-21 Thread Stefano Stabellini
On Wed, 21 Oct 2015, Boris Ostrovsky wrote: > On 10/21/2015 09:00 AM, Stefano Stabellini wrote: > > > > > > diff --git a/arch/x86/include/asm/xen/hypervisor.h > > > b/arch/x86/include/asm/xen/hypervisor.h > > > index d866959..8b2d4be 100644 > > > --- a/arch/x86/include/asm/xen/hypervisor.h > > > +

Re: [Xen-devel] [PATCH v4 1/3] xen/arm: Enable cpu_hotplug.c

2015-10-21 Thread Boris Ostrovsky
On 10/21/2015 09:00 AM, Stefano Stabellini wrote: diff --git a/arch/x86/include/asm/xen/hypervisor.h b/arch/x86/include/asm/xen/hypervisor.h index d866959..8b2d4be 100644 --- a/arch/x86/include/asm/xen/hypervisor.h +++ b/arch/x86/include/asm/xen/hypervisor.h @@ -57,4 +57,9 @@ static inline bool

Re: [Xen-devel] [PATCH v4 1/3] xen/arm: Enable cpu_hotplug.c

2015-10-21 Thread Stefano Stabellini
CC'ing few more x86 people as it contains a few x86 changes. If you are OK with this, I'll go ahead and apply the series to xentip/for-linus-4.4. On Wed, 21 Oct 2015, Stefano Stabellini wrote: > Build cpu_hotplug for ARM and ARM64 guests. > > Rename arch_(un)register_cpu to xen_(un)register_cpu