KVM: MMU: cache mmio info on page fault path
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Mon, 11 Jul 2011 19:23:20 +0000 (03:23 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Jul 2011 08:50:26 +0000 (11:50 +0300)
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>

No differences found