lkml.org 
[lkml]   [2008]   [Apr]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 20/45] KVM: Free apic access page on vm destruction
    Date
    Noticed by Marcelo Tosatti.

    Signed-off-by: Avi Kivity <avi@qumranet.com>
    ---
    arch/x86/kvm/x86.c | 2 ++
    1 files changed, 2 insertions(+), 0 deletions(-)

    diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
    index e6a38bf..c7ad235 100644
    --- a/arch/x86/kvm/x86.c
    +++ b/arch/x86/kvm/x86.c
    @@ -3853,6 +3853,8 @@ void kvm_arch_destroy_vm(struct kvm *kvm)
    kfree(kvm->arch.vioapic);
    kvm_free_vcpus(kvm);
    kvm_free_physmem(kvm);
    + if (kvm->arch.apic_access_page)
    + put_page(kvm->arch.apic_access_page);
    kfree(kvm);
    }

    --
    1.5.5


    \
     
     \ /
      Last update: 2008-04-17 11:21    [W:4.442 / U:0.132 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site