commit | 8a76d7f25f8f24fc5a328c8e15e4a7313cf141b9 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Mon Apr 04 12:39:27 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:57:01 2011 -0400 |
tree | 7adadd7663b006d75563c457c6b7c5f91a4d16d2 | |
parent | 8ea7d6aef84e278fcb121acff1bd4c3edaa95b8b [diff] |
KVM: x86: Add x86 callback for intercept check This patch adds a callback into kvm_x86_ops so that svm and vmx code can do intercept checks on emulated instructions. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>