KVM: MMU: move bits lost judgement into a separate function
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Mon, 2 Aug 2010 08:14:04 +0000 (16:14 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:31 +0000 (10:50 +0200)
Introduce spte_has_volatile_bits() function to judge whether spte
bits will miss, it's more readable and can help us to cleanup code
later

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found