From a3dd1af6744126b3f49306c6543bc19499262726 Mon Sep 17 00:00:00 2001 From: Xiao Guangrong Date: Tue, 21 Aug 2012 11:01:19 +0800 Subject: [PATCH] --- yaml --- r: 329868 b: refs/heads/master c: 69552c295e3df1431801526b5b705a0e130c920d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/kvm_host.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8b5fd10bb045..24416b8aaa1d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 12ce13fea925ab629f2281be2b9b01cf647a86cd +refs/heads/master: 69552c295e3df1431801526b5b705a0e130c920d diff --git a/trunk/include/linux/kvm_host.h b/trunk/include/linux/kvm_host.h index 52c86e4f6d8c..4fd33e03d5dc 100644 --- a/trunk/include/linux/kvm_host.h +++ b/trunk/include/linux/kvm_host.h @@ -65,6 +65,7 @@ #define KVM_PFN_ERR_FAULT (KVM_PFN_ERR_MASK) #define KVM_PFN_ERR_HWPOISON (KVM_PFN_ERR_MASK + 1) #define KVM_PFN_ERR_BAD (KVM_PFN_ERR_MASK + 2) +#define KVM_PFN_ERR_RO_FAULT (KVM_PFN_ERR_MASK + 3) static inline bool is_error_pfn(pfn_t pfn) {