From: Rusty Russell Date: Mon, 8 Oct 2007 00:48:30 +0000 (+1000) Subject: KVM: Add kvm_free_lapic() to pair with kvm_create_lapic() X-Git-Tag: v2.6.25-rc1~1138^2~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d589444e924bc72e42fa94853f9096589d69374d;p=pandora-kernel.git KVM: Add kvm_free_lapic() to pair with kvm_create_lapic() Instead of the asymetry of kvm_free_apic, implement kvm_free_lapic(). And guess what? I found a minor bug: we don't need to hrtimer_cancel() from kvm_main.c, because we do that in kvm_free_apic(). Also: 1) kvm_vcpu_uninit should be the reverse order from kvm_vcpu_init. 2) Don't set apic->regs_page to zero before freeing apic. Signed-off-by: Rusty Russell Signed-off-by: Avi Kivity --- Reading git-diff-tree failed