aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorXiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>2012-08-03 03:39:19 -0400
committerAvi Kivity <avi@redhat.com>2012-08-06 09:04:52 -0400
commit950e95097b1c6573ef5e21061ccb56964278c45b (patch)
treed5434cf13c46f2caa6a0cf5d9b662efeb9c93c41 /include
parente6c1502b3f933ace20c711ce34ab696f5a67086d (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 840f44a096c..b2cf3109822 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -50,6 +50,7 @@
50 50
51#define KVM_PFN_ERR_FAULT (-EFAULT) 51#define KVM_PFN_ERR_FAULT (-EFAULT)
52#define KVM_PFN_ERR_HWPOISON (-EHWPOISON) 52#define KVM_PFN_ERR_HWPOISON (-EHWPOISON)
53#define KVM_PFN_ERR_BAD (-ENOENT)
53 54
54/* 55/*
55 * vcpu->requests bit members 56 * vcpu->requests bit members