KVM: MMU: Introduce inject_page_fault function pointer
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 10 Sep 2010 15:30:43 +0000 (17:30 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:31 +0000 (10:52 +0200)
This patch introduces an inject_page_fault function pointer
into struct kvm_mmu which will be used to inject a page
fault. This will be used later when Nested Nested Paging is
implemented.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found