diff for duplicates of <20171204203538.8370-17-cdall@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 22dd424..05ac887 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -42,7 +42,7 @@ index a760ef1803be..991f1aa70fb9 100644 if (ret) goto out; @@ -631,13 +629,13 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *run) - if (run->exit_reason = KVM_EXIT_MMIO) { + if (run->exit_reason == KVM_EXIT_MMIO) { ret = kvm_handle_mmio_return(vcpu, vcpu->run); if (ret) - goto out; diff --git a/a/content_digest b/N1/content_digest index 69530ed..83cc3b7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020171204203538.8370-1-cdall@kernel.org\0" "From\0Christoffer Dall <cdall@kernel.org>\0" "Subject\0[PATCH v3 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init\0" - "Date\0Mon, 04 Dec 2017 20:35:38 +0000\0" + "Date\0Mon, 4 Dec 2017 21:35:38 +0100\0" "To\0kvm@vger.kernel.org\0" "Cc\0linux-mips@linux-mips.org" Marc Zyngier <marc.zyngier@arm.com> @@ -60,7 +60,7 @@ " \tif (ret)\n" " \t\tgoto out;\n" "@@ -631,13 +629,13 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *run)\n" - " \tif (run->exit_reason = KVM_EXIT_MMIO) {\n" + " \tif (run->exit_reason == KVM_EXIT_MMIO) {\n" " \t\tret = kvm_handle_mmio_return(vcpu, vcpu->run);\n" " \t\tif (ret)\n" "-\t\t\tgoto out;\n" @@ -103,4 +103,4 @@ "-- \n" 2.14.2 -16347f6701c365d5ffa4bbd6d507ac4d747b0bb77364846b4f65783fff63cb6b +7e2c48e7fc4b1f43366277c3a128a4802e5acdd06b73a4dc5221659b313666fb
diff --git a/a/1.txt b/N2/1.txt index 22dd424..05ac887 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -42,7 +42,7 @@ index a760ef1803be..991f1aa70fb9 100644 if (ret) goto out; @@ -631,13 +629,13 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *run) - if (run->exit_reason = KVM_EXIT_MMIO) { + if (run->exit_reason == KVM_EXIT_MMIO) { ret = kvm_handle_mmio_return(vcpu, vcpu->run); if (ret) - goto out; diff --git a/a/content_digest b/N2/content_digest index 69530ed..fa5e0a7 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,19 +1,22 @@ "ref\020171204203538.8370-1-cdall@kernel.org\0" "From\0Christoffer Dall <cdall@kernel.org>\0" "Subject\0[PATCH v3 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init\0" - "Date\0Mon, 04 Dec 2017 20:35:38 +0000\0" + "Date\0Mon, 4 Dec 2017 21:35:38 +0100\0" "To\0kvm@vger.kernel.org\0" - "Cc\0linux-mips@linux-mips.org" + "Cc\0Andrew Jones <drjones@redhat.com>" + Christoffer Dall <christoffer.dall@linaro.org> + Paolo Bonzini <pbonzini@redhat.com> + " Radim Kr\304\215m\303\241\305\231 <rkrcmar@redhat.com>" Marc Zyngier <marc.zyngier@arm.com> + kvmarm@lists.cs.columbia.edu + linux-arm-kernel@lists.infradead.org James Hogan <jhogan@kernel.org> - Cornelia Huck <cohuck@redhat.com> - kvm-ppc@vger.kernel.org + linux-mips@linux-mips.org Paul Mackerras <paulus@ozlabs.org> + kvm-ppc@vger.kernel.org Christian Borntraeger <borntraeger@de.ibm.com> - linux-arm-kernel@lists.infradead.org - Paolo Bonzini <pbonzini@redhat.com> - linux-s390@vger.kernel.org - " kvmarm@lists.cs.columbia.edu\0" + Cornelia Huck <cohuck@redhat.com> + " linux-s390@vger.kernel.org\0" "\00:1\0" "b\0" "From: Christoffer Dall <christoffer.dall@linaro.org>\n" @@ -60,7 +63,7 @@ " \tif (ret)\n" " \t\tgoto out;\n" "@@ -631,13 +629,13 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *run)\n" - " \tif (run->exit_reason = KVM_EXIT_MMIO) {\n" + " \tif (run->exit_reason == KVM_EXIT_MMIO) {\n" " \t\tret = kvm_handle_mmio_return(vcpu, vcpu->run);\n" " \t\tif (ret)\n" "-\t\t\tgoto out;\n" @@ -103,4 +106,4 @@ "-- \n" 2.14.2 -16347f6701c365d5ffa4bbd6d507ac4d747b0bb77364846b4f65783fff63cb6b +4703a7029bfda8b95513cd91a9ed78a494b1248ea06194e39ac10d1807448f92
diff --git a/a/1.txt b/N3/1.txt index 22dd424..05ac887 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -42,7 +42,7 @@ index a760ef1803be..991f1aa70fb9 100644 if (ret) goto out; @@ -631,13 +629,13 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *run) - if (run->exit_reason = KVM_EXIT_MMIO) { + if (run->exit_reason == KVM_EXIT_MMIO) { ret = kvm_handle_mmio_return(vcpu, vcpu->run); if (ret) - goto out; diff --git a/a/content_digest b/N3/content_digest index 69530ed..3bef951 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,19 +1,8 @@ "ref\020171204203538.8370-1-cdall@kernel.org\0" - "From\0Christoffer Dall <cdall@kernel.org>\0" + "From\0cdall@kernel.org (Christoffer Dall)\0" "Subject\0[PATCH v3 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init\0" - "Date\0Mon, 04 Dec 2017 20:35:38 +0000\0" - "To\0kvm@vger.kernel.org\0" - "Cc\0linux-mips@linux-mips.org" - Marc Zyngier <marc.zyngier@arm.com> - James Hogan <jhogan@kernel.org> - Cornelia Huck <cohuck@redhat.com> - kvm-ppc@vger.kernel.org - Paul Mackerras <paulus@ozlabs.org> - Christian Borntraeger <borntraeger@de.ibm.com> - linux-arm-kernel@lists.infradead.org - Paolo Bonzini <pbonzini@redhat.com> - linux-s390@vger.kernel.org - " kvmarm@lists.cs.columbia.edu\0" + "Date\0Mon, 4 Dec 2017 21:35:38 +0100\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "From: Christoffer Dall <christoffer.dall@linaro.org>\n" @@ -60,7 +49,7 @@ " \tif (ret)\n" " \t\tgoto out;\n" "@@ -631,13 +629,13 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *run)\n" - " \tif (run->exit_reason = KVM_EXIT_MMIO) {\n" + " \tif (run->exit_reason == KVM_EXIT_MMIO) {\n" " \t\tret = kvm_handle_mmio_return(vcpu, vcpu->run);\n" " \t\tif (ret)\n" "-\t\t\tgoto out;\n" @@ -103,4 +92,4 @@ "-- \n" 2.14.2 -16347f6701c365d5ffa4bbd6d507ac4d747b0bb77364846b4f65783fff63cb6b +7b96ac096b364c2aa728396f70de958a017b23075141d3031e2ad7db349fa8cf
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.