commit | df4f3108562dc6f6ae6648f2698df7f4c9acf52d | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@amd.com> | Tue Dec 21 11:12:06 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:31:05 2011 +0200 |
tree | 6a2b0889c5f232cf74e0bfca0b133cdb8a081566 | |
parent | cae3797a4639898f339fad57c7e12d270ec91a6c [diff] |
KVM: SVM: implement enhanced INVLPG intercept When the DecodeAssist feature is available, the linear address is provided in the VMCB on INVLPG intercepts. Use it directly to avoid any decoding and emulation. This is only useful for shadow paging, though. Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>