commit | 950e95097b1c6573ef5e21061ccb56964278c45b | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | Fri Aug 03 15:39:19 2012 +0800 |
committer | Avi Kivity <avi@redhat.com> | Mon Aug 06 16:04:52 2012 +0300 |
tree | d5434cf13c46f2caa6a0cf5d9b662efeb9c93c41 | |
parent | e6c1502b3f933ace20c711ce34ab696f5a67086d [diff] [blame] |
KVM: introduce KVM_PFN_ERR_BAD Then, remove get_bad_pfn Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 840f44a..b2cf310 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h
@@ -50,6 +50,7 @@ #define KVM_PFN_ERR_FAULT (-EFAULT) #define KVM_PFN_ERR_HWPOISON (-EHWPOISON) +#define KVM_PFN_ERR_BAD (-ENOENT) /* * vcpu->requests bit members