commit | 3548bab501887a698a887639b54d5ecaf35c387b | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sat Nov 28 14:18:47 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Dec 03 09:32:26 2009 +0200 |
tree | 5c04b0a64d680c08df6286e4348c4bfd1b73f76a | |
parent | 046d87103addc117f0d397196e85189722d4d7de [diff] |
KVM: Drop user return notifier when disabling virtualization on a cpu This way, we don't leave a dangling notifier on cpu hotunplug or module unload. In particular, module unload leaves the notifier pointing into freed memory. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>