diff for duplicates of <53A021B4.9040500@suse.de> diff --git a/a/1.txt b/N1/1.txt index 04c1c2f..0b7245e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -77,7 +77,7 @@ On 17.06.14 13:07, Madhavan Srinivasan wrote: >>> case BOOK3S_INTERRUPT_H_EMUL_ASSIST: >>> - kvmppc_core_queue_program(vcpu, SRR1_PROGILL); >>> - r = RESUME_GUEST; ->>> + if (vcpu->arch.last_inst = SW_BRK_DBG_INT) { +>>> + if (vcpu->arch.last_inst == SW_BRK_DBG_INT) { >> Don't access last_inst directly. Instead use the provided helpers. >> > Ok. Will look and replace it. diff --git a/a/content_digest b/N1/content_digest index 5253ff0..d3548e2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,13 +3,13 @@ "ref\053A0216F.9060504@linux.vnet.ibm.com\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH] powerpc/kvm: support to handle sw breakpoint\0" - "Date\0Tue, 17 Jun 2014 11:08:36 +0000\0" + "Date\0Tue, 17 Jun 2014 13:08:36 +0200\0" "To\0Madhavan Srinivasan <maddy@linux.vnet.ibm.com>" benh@kernel.crashing.org " paulus@samba.org\0" - "Cc\0kvm@vger.kernel.org" + "Cc\0linuxppc-dev@lists.ozlabs.org" kvm-ppc@vger.kernel.org - " linuxppc-dev@lists.ozlabs.org\0" + " kvm@vger.kernel.org\0" "\00:1\0" "b\0" "\n" @@ -91,7 +91,7 @@ ">>> case BOOK3S_INTERRUPT_H_EMUL_ASSIST:\n" ">>> - kvmppc_core_queue_program(vcpu, SRR1_PROGILL);\n" ">>> - r = RESUME_GUEST;\n" - ">>> + if (vcpu->arch.last_inst = SW_BRK_DBG_INT) {\n" + ">>> + if (vcpu->arch.last_inst == SW_BRK_DBG_INT) {\n" ">> Don't access last_inst directly. Instead use the provided helpers.\n" ">>\n" "> Ok. Will look and replace it.\n" @@ -111,4 +111,4 @@ "\n" Alex -47cd2ef1aa8e6739f46560674586b824175692bd7f71eae7d89d260eccdbac25 +0d59e5a9b1a1a54993a08e767ccd5db57702ab5da4f76d5c048d2de7c88a0ab9
diff --git a/a/1.txt b/N2/1.txt index 04c1c2f..0b7245e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -77,7 +77,7 @@ On 17.06.14 13:07, Madhavan Srinivasan wrote: >>> case BOOK3S_INTERRUPT_H_EMUL_ASSIST: >>> - kvmppc_core_queue_program(vcpu, SRR1_PROGILL); >>> - r = RESUME_GUEST; ->>> + if (vcpu->arch.last_inst = SW_BRK_DBG_INT) { +>>> + if (vcpu->arch.last_inst == SW_BRK_DBG_INT) { >> Don't access last_inst directly. Instead use the provided helpers. >> > Ok. Will look and replace it. diff --git a/a/content_digest b/N2/content_digest index 5253ff0..b2af29a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "ref\053A0216F.9060504@linux.vnet.ibm.com\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH] powerpc/kvm: support to handle sw breakpoint\0" - "Date\0Tue, 17 Jun 2014 11:08:36 +0000\0" + "Date\0Tue, 17 Jun 2014 13:08:36 +0200\0" "To\0Madhavan Srinivasan <maddy@linux.vnet.ibm.com>" benh@kernel.crashing.org " paulus@samba.org\0" @@ -91,7 +91,7 @@ ">>> case BOOK3S_INTERRUPT_H_EMUL_ASSIST:\n" ">>> - kvmppc_core_queue_program(vcpu, SRR1_PROGILL);\n" ">>> - r = RESUME_GUEST;\n" - ">>> + if (vcpu->arch.last_inst = SW_BRK_DBG_INT) {\n" + ">>> + if (vcpu->arch.last_inst == SW_BRK_DBG_INT) {\n" ">> Don't access last_inst directly. Instead use the provided helpers.\n" ">>\n" "> Ok. Will look and replace it.\n" @@ -111,4 +111,4 @@ "\n" Alex -47cd2ef1aa8e6739f46560674586b824175692bd7f71eae7d89d260eccdbac25 +3673d9b73d7ba69446b11e20675a1e2f2615b573a69a321762131d3650fccef4
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.