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) {