On Wed, 18 Dec 2019 13:55:14 -0800 Sean Christopherson <[email protected]> wrote:
> Add kvm_vcpu_destroy() and wire up all architectures to call the common > function instead of their arch specific implementation. The common > destruction function will be used by future patches to move allocation > and initialization of vCPUs to common KVM code, i.e. to free resources > that are allocated by arch agnostic code. > > No functional change intended. > > Acked-by: Christoffer Dall <[email protected]> > Signed-off-by: Sean Christopherson <[email protected]> > --- > arch/mips/kvm/mips.c | 2 +- > arch/powerpc/kvm/powerpc.c | 2 +- > arch/s390/kvm/kvm-s390.c | 2 +- > arch/x86/kvm/x86.c | 2 +- > include/linux/kvm_host.h | 1 + > virt/kvm/arm/arm.c | 2 +- > virt/kvm/kvm_main.c | 6 ++++++ > 7 files changed, 12 insertions(+), 5 deletions(-) Reviewed-by: Cornelia Huck <[email protected]> _______________________________________________ kvmarm mailing list [email protected] https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
