Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179961
b: refs/heads/master
c: 36cb93f
h: refs/heads/master
i:
  179959: 82032cb
v: v3
  • Loading branch information
Wei Yongjun authored and Marcelo Tosatti committed Jan 25, 2010
1 parent d3772c5 commit 9a0a92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 062d5e9b0d714f449b261bb522eadaaf6f00f438
refs/heads/master: 36cb93fd6b6bf7e9163a69a8bf20207aed5fea44
1 change: 1 addition & 0 deletions trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -5088,6 +5088,7 @@ int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)

void kvm_arch_vcpu_uninit(struct kvm_vcpu *vcpu)
{
kfree(vcpu->arch.mce_banks);
kvm_free_lapic(vcpu);
down_read(&vcpu->kvm->slots_lock);
kvm_mmu_destroy(vcpu);
Expand Down

0 comments on commit 9a0a92d

Please sign in to comment.