diff for duplicates of <52CE7B11.8000603@fr.ibm.com> diff --git a/a/1.txt b/N1/1.txt index bc0b0c5..276dc98 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -94,7 +94,7 @@ On 01/09/2014 11:17 AM, Alexander Graf wrote: >> { >> ulong pc = kvmppc_get_pc(vcpu); >> @@ -280,7 +291,7 @@ static inline u32 kvmppc_get_last_inst(struct kvm_vcpu *vcpu) ->> if (vcpu->arch.last_inst = KVM_INST_FETCH_FAILED) +>> if (vcpu->arch.last_inst == KVM_INST_FETCH_FAILED) >> kvmppc_ld(vcpu, &pc, sizeof(u32), &vcpu->arch.last_inst, false); >> >> - return vcpu->arch.last_inst; @@ -111,7 +111,7 @@ On 01/09/2014 11:17 AM, Alexander Graf wrote: OK. I am taking the patch you just sent and work on a v8. ->> if (vcpu->arch.last_inst = KVM_INST_FETCH_FAILED) +>> if (vcpu->arch.last_inst == KVM_INST_FETCH_FAILED) >> kvmppc_ld(vcpu, &pc, sizeof(u32), &vcpu->arch.last_inst, false); >> >> - return vcpu->arch.last_inst; diff --git a/a/content_digest b/N1/content_digest index 2e1cf09..192c689 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\02A8A3EA7-E7E9-4B1B-B68F-18B44699A22E@suse.de\0" "From\0Cedric Le Goater <clg@fr.ibm.com>\0" "Subject\0Re: [PATCH v7] KVM: PPC: Book3S: MMIO emulation support for little endian guests\0" - "Date\0Thu, 09 Jan 2014 10:33:53 +0000\0" + "Date\0Thu, 09 Jan 2014 11:33:53 +0100\0" "To\0Alexander Graf <agraf@suse.de>\0" "Cc\0Paul Mackerras <paulus@samba.org>" kvm-ppc@vger.kernel.org @@ -106,7 +106,7 @@ ">> {\n" ">> \tulong pc = kvmppc_get_pc(vcpu);\n" ">> @@ -280,7 +291,7 @@ static inline u32 kvmppc_get_last_inst(struct kvm_vcpu *vcpu)\n" - ">> \tif (vcpu->arch.last_inst = KVM_INST_FETCH_FAILED)\n" + ">> \tif (vcpu->arch.last_inst == KVM_INST_FETCH_FAILED)\n" ">> \t\tkvmppc_ld(vcpu, &pc, sizeof(u32), &vcpu->arch.last_inst, false);\n" ">>\n" ">> -\treturn vcpu->arch.last_inst;\n" @@ -123,7 +123,7 @@ "\n" "OK. I am taking the patch you just sent and work on a v8. \n" "\n" - ">> \tif (vcpu->arch.last_inst = KVM_INST_FETCH_FAILED)\n" + ">> \tif (vcpu->arch.last_inst == KVM_INST_FETCH_FAILED)\n" ">> \t\tkvmppc_ld(vcpu, &pc, sizeof(u32), &vcpu->arch.last_inst, false);\n" ">>\n" ">> -\treturn vcpu->arch.last_inst;\n" @@ -171,4 +171,4 @@ "\n" C. -ed14f65310d6e23b3d59d29b1c3c3caeecf38c9ef479113e7997fa92b50a332e +a628d8fb088b1c21ca34b9961c030933ab1e570353442d01a6b55008cafd3d70
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.