diff for duplicates of <564C5B6B.8070305@redhat.com> diff --git a/a/1.txt b/N1/1.txt index f4b9ae2..943f553 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,7 +28,7 @@ On 16/11/2015 04:10, Yaowei Bai wrote: > @@ -521,7 +521,7 @@ static int kvmppc_visible_gpa(struct kvm_vcpu *vcpu, gpa_t gpa) > > gpa &= ~0xFFFULL; -> if (unlikely(mp_pa) && unlikely((mp_pa & KVM_PAM) = (gpa & KVM_PAM))) { +> if (unlikely(mp_pa) && unlikely((mp_pa & KVM_PAM) == (gpa & KVM_PAM))) { > - return 1; > + return true; > } diff --git a/a/content_digest b/N1/content_digest index 25b68f2..703d182 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01447643424-4058-1-git-send-email-baiyaowei@cmss.chinamobile.com\0" "From\0Paolo Bonzini <pbonzini@redhat.com>\0" "Subject\0Re: [PATCH] KVM: powerpc: kvmppc_visible_gpa can be boolean\0" - "Date\0Wed, 18 Nov 2015 11:05:15 +0000\0" + "Date\0Wed, 18 Nov 2015 12:05:15 +0100\0" "To\0Yaowei Bai <baiyaowei@cmss.chinamobile.com>" agraf@suse.sz benh@kernel.crashing.org @@ -44,7 +44,7 @@ "> @@ -521,7 +521,7 @@ static int kvmppc_visible_gpa(struct kvm_vcpu *vcpu, gpa_t gpa)\n" "> \n" "> \tgpa &= ~0xFFFULL;\n" - "> \tif (unlikely(mp_pa) && unlikely((mp_pa & KVM_PAM) = (gpa & KVM_PAM))) {\n" + "> \tif (unlikely(mp_pa) && unlikely((mp_pa & KVM_PAM) == (gpa & KVM_PAM))) {\n" "> -\t\treturn 1;\n" "> +\t\treturn true;\n" "> \t}\n" @@ -56,4 +56,4 @@ "\n" Paolo -07df6bc3b57ab06cfcb971c41284106da3c4d97612600040fa7b285b13c8c376 +4d2738380ffc71419322f7adc207363f19ba31fa30267849a8296e43c3e0c190
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.