Skip to content
Commit b5ec2e02 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: nSVM: do not change host intercepts while nested VM is running



Instead of touching the host intercepts so that the bitwise OR in
recalc_intercepts just works, mask away uninteresting intercepts
directly in recalc_intercepts.

This is cleaner and keeps the logic in one place even for intercepts
that can change even while L2 is running.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 727a7e27
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment