Searched hist:bebb106a5afa32efdf5332ed4a40bf4d6d06b56e (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/kvm/ |
H A D | mmu.h | diff bebb106a5afa32efdf5332ed4a40bf4d6d06b56e Mon Jul 11 21:23:20 CEST 2011 Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> KVM: MMU: cache mmio info on page fault path
If the page fault is caused by mmio, we can cache the mmio info, later, we do not need to walk guest page table and quickly know it is a mmio fault while we emulate the mmio instruction
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>
|
H A D | x86.h | diff bebb106a5afa32efdf5332ed4a40bf4d6d06b56e Mon Jul 11 21:23:20 CEST 2011 Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> KVM: MMU: cache mmio info on page fault path
If the page fault is caused by mmio, we can cache the mmio info, later, we do not need to walk guest page table and quickly know it is a mmio fault while we emulate the mmio instruction
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>
|
H A D | x86.c | diff bebb106a5afa32efdf5332ed4a40bf4d6d06b56e Mon Jul 11 21:23:20 CEST 2011 Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> KVM: MMU: cache mmio info on page fault path
If the page fault is caused by mmio, we can cache the mmio info, later, we do not need to walk guest page table and quickly know it is a mmio fault while we emulate the mmio instruction
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>
|
/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | diff bebb106a5afa32efdf5332ed4a40bf4d6d06b56e Mon Jul 11 21:23:20 CEST 2011 Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> KVM: MMU: cache mmio info on page fault path
If the page fault is caused by mmio, we can cache the mmio info, later, we do not need to walk guest page table and quickly know it is a mmio fault while we emulate the mmio instruction
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>
|