diff for duplicates of <53A0022D.5020108@suse.de> diff --git a/a/1.txt b/N1/1.txt index 158585e..9534819 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -68,7 +68,7 @@ book3s_32 PR. > 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. diff --git a/a/content_digest b/N1/content_digest index ae7a1b0..f2fce67 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,13 @@ "ref\01402780097-28827-1-git-send-email-maddy@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 08:54:05 +0000\0" + "Date\0Tue, 17 Jun 2014 10:54:05 +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" @@ -80,7 +80,7 @@ "> \tcase BOOK3S_INTERRUPT_H_EMUL_ASSIST:\n" "> -\t\tkvmppc_core_queue_program(vcpu, SRR1_PROGILL);\n" "> -\t\tr = RESUME_GUEST;\n" - "> +\t\tif (vcpu->arch.last_inst = SW_BRK_DBG_INT) {\n" + "> +\t\tif (vcpu->arch.last_inst == SW_BRK_DBG_INT) {\n" "\n" "Don't access last_inst directly. Instead use the provided helpers.\n" "\n" @@ -103,4 +103,4 @@ "\n" Alex -243b37077725754f9c471da29d12996a04b8fe6131d065b4d4929f773018ab50 +749b7367f09a94fdca22018a81e3808ad52ba4fad37b7377500c3d051fd207e1
diff --git a/a/1.txt b/N2/1.txt index 158585e..9534819 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -68,7 +68,7 @@ book3s_32 PR. > 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. diff --git a/a/content_digest b/N2/content_digest index ae7a1b0..567ddaa 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\01402780097-28827-1-git-send-email-maddy@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 08:54:05 +0000\0" + "Date\0Tue, 17 Jun 2014 10:54:05 +0200\0" "To\0Madhavan Srinivasan <maddy@linux.vnet.ibm.com>" benh@kernel.crashing.org " paulus@samba.org\0" @@ -80,7 +80,7 @@ "> \tcase BOOK3S_INTERRUPT_H_EMUL_ASSIST:\n" "> -\t\tkvmppc_core_queue_program(vcpu, SRR1_PROGILL);\n" "> -\t\tr = RESUME_GUEST;\n" - "> +\t\tif (vcpu->arch.last_inst = SW_BRK_DBG_INT) {\n" + "> +\t\tif (vcpu->arch.last_inst == SW_BRK_DBG_INT) {\n" "\n" "Don't access last_inst directly. Instead use the provided helpers.\n" "\n" @@ -103,4 +103,4 @@ "\n" Alex -243b37077725754f9c471da29d12996a04b8fe6131d065b4d4929f773018ab50 +ec7148de0b66017c51fa234ee909f819f250210d67637eb03b5a9180736434fd
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.