[Xen-devel] [PATCH 1/3] xen/vcpu: Rename the common interfaces for consistency

2018-09-06 Thread Andrew Cooper
The vcpu functions are far less consistent than the domain side of things, and in particular, has vcpu_destroy() for architecture specific functionality. Perform the following renames: * alloc_vcpu => vcpu_create * vcpu_initialise => arch_vcpu_create * vcpu_destroy=> arch_vcpu_dest

Re: [Xen-devel] [PATCH 1/3] xen/vcpu: Rename the common interfaces for consistency

2018-09-07 Thread Jan Beulich
>>> On 06.09.18 at 21:25, wrote: > The vcpu functions are far less consistent than the domain side of things, and > in particular, has vcpu_destroy() for architecture specific functionality. > > Perform the following renames: > > * alloc_vcpu => vcpu_create > * vcpu_initialise => arch_v

Re: [Xen-devel] [PATCH 1/3] xen/vcpu: Rename the common interfaces for consistency

2018-09-13 Thread Roger Pau Monné
On Thu, Sep 06, 2018 at 08:25:32PM +0100, Andrew Cooper wrote: > The vcpu functions are far less consistent than the domain side of things, and > in particular, has vcpu_destroy() for architecture specific functionality. > > Perform the following renames: > > * alloc_vcpu => vcpu_create >

Re: [Xen-devel] [PATCH 1/3] xen/vcpu: Rename the common interfaces for consistency

2018-09-16 Thread Julien Grall
Hi, On 09/06/2018 08:25 PM, Andrew Cooper wrote: The vcpu functions are far less consistent than the domain side of things, and in particular, has vcpu_destroy() for architecture specific functionality. Perform the following renames: * alloc_vcpu => vcpu_create * vcpu_initialise =>