diff options
author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | 2012-08-03 09:39:19 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-08-06 15:04:52 +0200 |
commit | 950e95097b1c6573ef5e21061ccb56964278c45b (patch) | |
tree | d5434cf13c46f2caa6a0cf5d9b662efeb9c93c41 /include | |
parent | KVM: introduce KVM_PFN_ERR_HWPOISON (diff) | |
download | linux-950e95097b1c6573ef5e21061ccb56964278c45b.tar.xz linux-950e95097b1c6573ef5e21061ccb56964278c45b.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 840f44a096c9..b2cf3109822e 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 |