KVM: SVM: implement enhanced INVLPG intercept
authorAndre Przywara <andre.przywara@amd.com>
Tue, 21 Dec 2010 10:12:06 +0000 (11:12 +0100)
committerAvi Kivity <avi@redhat.com>
Wed, 12 Jan 2011 09:31:05 +0000 (11:31 +0200)
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>

No differences found