commit | cae3797a4639898f339fad57c7e12d270ec91a6c | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@amd.com> | Tue Dec 21 11:12:05 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:31:04 2011 +0200 |
tree | 78f27fdcbf6c08298f40224c487803753dce3bc3 | |
parent | 7ff76d58a9dc03a38b86d283abcaae2ac3c74fe3 [diff] |
KVM: SVM: enhance mov DR intercept handler Newer SVM implementations provide the GPR number in the VMCB, so that the emulation path is no longer necesarry to handle debug register access intercepts. Implement the handling in svm.c and use it when the info is provided. Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>