All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53A0216F.9060504@linux.vnet.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index 05aa5b4..8e4a515 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -78,7 +78,7 @@ debug stub support"). I will change it.
 >>       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 8700574..ff84dda 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,13 +2,13 @@
  "ref\053A0022D.5020108@suse.de\0"
  "From\0Madhavan Srinivasan <maddy@linux.vnet.ibm.com>\0"
  "Subject\0Re: [PATCH] powerpc/kvm: support to handle sw breakpoint\0"
- "Date\0Tue, 17 Jun 2014 11:19:27 +0000\0"
+ "Date\0Tue, 17 Jun 2014 16:37:27 +0530\0"
  "To\0Alexander Graf <agraf@suse.de>"
   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"
  "On Tuesday 17 June 2014 02:24 PM, Alexander Graf wrote:\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"
  "> \n"
  "> Don't access last_inst directly. Instead use the provided helpers.\n"
  "> \n"
@@ -126,4 +126,4 @@
  "Regards\n"
  Maddy
 
-e41f3ed47059150b81c6b28b4b5102c6c5814ca132316258a039ec2bef91699b
+ee056f7af4975e88d8263d27974d55ae76220dcbc4d8bd07bc2b0905ac416dec

diff --git a/a/1.txt b/N2/1.txt
index 05aa5b4..8e4a515 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -78,7 +78,7 @@ debug stub support"). I will change it.
 >>       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 8700574..009f8d6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,7 @@
  "ref\053A0022D.5020108@suse.de\0"
  "From\0Madhavan Srinivasan <maddy@linux.vnet.ibm.com>\0"
  "Subject\0Re: [PATCH] powerpc/kvm: support to handle sw breakpoint\0"
- "Date\0Tue, 17 Jun 2014 11:19:27 +0000\0"
+ "Date\0Tue, 17 Jun 2014 16:37:27 +0530\0"
  "To\0Alexander Graf <agraf@suse.de>"
   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"
  "> \n"
  "> Don't access last_inst directly. Instead use the provided helpers.\n"
  "> \n"
@@ -126,4 +126,4 @@
  "Regards\n"
  Maddy
 
-e41f3ed47059150b81c6b28b4b5102c6c5814ca132316258a039ec2bef91699b
+eaf5a710833943fbf76dda9cf471ea027c823c7360dfd31c7068c20bef010df4

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.