]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xen/vcpu: Simplify xen_vcpu related code
authorAnkur Arora <ankur.a.arora@oracle.com>
Sat, 3 Jun 2017 00:05:58 +0000 (17:05 -0700)
committerJuergen Gross <jgross@suse.com>
Tue, 13 Jun 2017 14:05:14 +0000 (16:05 +0200)
commitad73fd595c2ab168fdd01a266cbe6e4df95f8db0
tree59d5195bd08008ea036af15648e17683aabd049f
parentc48f64ab472389df6f48171899c9d337adfadc5b
xen/vcpu: Simplify xen_vcpu related code

Largely mechanical changes to aid unification of xen_vcpu_restore()
logic for PV, PVH and PVHVM.

xen_vcpu_setup(): the only change in logic is that clamp_max_cpus()
is now handled inside the "if (!xen_have_vcpu_info_placement)" block.

xen_vcpu_restore(): code movement from enlighten_pv.c to enlighten.c.

xen_vcpu_info_reset(): pulls together all the code where xen_vcpu
is set to default.

Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Ankur Arora <ankur.a.arora@oracle.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/xen/enlighten.c
arch/x86/xen/enlighten_hvm.c
arch/x86/xen/enlighten_pv.c
arch/x86/xen/smp_hvm.c
arch/x86/xen/xen-ops.h