KVM: introduce KVM_ERR_PTR_BAD_PAGE
authorXiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Fri, 3 Aug 2012 07:41:22 +0000 (15:41 +0800)
committerAvi Kivity <avi@redhat.com>
Mon, 6 Aug 2012 13:04:55 +0000 (16:04 +0300)
commit6cede2e6794be6b0649f62d3681e0c4aff5a9270
treeb05fdcfd0db7974c7ed7f036d07520ac4c12202f
parent9a592a953880fd6981955e69c1476ce541d9bd16
KVM: introduce KVM_ERR_PTR_BAD_PAGE

It is used to eliminate the overload of function call and cleanup
the code

Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
include/linux/kvm_host.h
virt/kvm/async_pf.c
virt/kvm/kvm_main.c