commit | cb659db8a7d1ed558898f533a957dfc342f9499d | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Sep 10 17:30:43 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:31 2010 +0200 |
tree | 706528d7eb311f956cadcc50e666012ef59d8ada | |
parent | 5777ed340d89cdc6c76a5c552337a3861b40a806 [diff] |
KVM: MMU: Introduce inject_page_fault function pointer 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>