>>> On 06.09.18 at 21:25, <[email protected]> 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_vcpu_create > * vcpu_destroy => arch_vcpu_destroy > > which makes the vcpu hierarchy consistent with the domain hierarchy. > > No functional change. > > Signed-off-by: Andrew Cooper <[email protected]>
Acked-by: Jan Beulich <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
