All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1373390162.8183.195@snotra>

diff --git a/a/1.txt b/N1/1.txt
index 5973acc..78b9cfe 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,10 +1,10 @@
 On 07/08/2013 01:45:58 PM, Alexander Graf wrote:
-> 
+>=20
 > On 03.07.2013, at 15:30, Mihai Caraman wrote:
-> 
+>=20
 > > Some guests are making use of return from machine check instruction
 > > to do crazy things even though the 64-bit kernel doesn't handle yet
-> > this interrupt. Emulate MCSRR0/1 SPR and rfmci instruction  
+> > this interrupt. Emulate MCSRR0/1 SPR and rfmci instruction =20
 > accordingly.
 > >
 > > Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com>
@@ -14,7 +14,7 @@ On 07/08/2013 01:45:58 PM, Alexander Graf wrote:
 > > arch/powerpc/kvm/timing.c           |    1 +
 > > 3 files changed, 27 insertions(+), 0 deletions(-)
 > >
-> > diff --git a/arch/powerpc/include/asm/kvm_host.h  
+> > diff --git a/arch/powerpc/include/asm/kvm_host.h =20
 > b/arch/powerpc/include/asm/kvm_host.h
 > > index af326cd..0466789 100644
 > > --- a/arch/powerpc/include/asm/kvm_host.h
@@ -24,12 +24,12 @@ On 07/08/2013 01:45:58 PM, Alexander Graf wrote:
 > > 	EMULATED_RFI_EXITS,
 > > 	EMULATED_RFCI_EXITS,
 > > +	EMULATED_RFMCI_EXITS,
-> 
-> I would quite frankly prefer to see us abandon the whole exit timing  
-> framework in the kernel and instead use trace points. Then we don't  
+>=20
+> I would quite frankly prefer to see us abandon the whole exit timing =20
+> framework in the kernel and instead use trace points. Then we don't =20
 > have to maintain all of this randomly exercised code.
 
-Would this map well to tracepoints?  We're not trying to track discrete  
+Would this map well to tracepoints?  We're not trying to track discrete =20
 events, so much as accumulated time spent in different areas.
 
--Scott
+-Scott=
diff --git a/a/content_digest b/N1/content_digest
index fbfe411..107695b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\01C2B7183-EF0F-4D97-9287-1068C9E97471@suse.de\0"
  "From\0Scott Wood <scottwood@freescale.com>\0"
  "Subject\0Re: [PATCH 2/2] KVM: PPC: Book3E: Emulate MCSRR0/1 SPR and rfmci instruction\0"
- "Date\0Tue, 09 Jul 2013 17:16:02 +0000\0"
+ "Date\0Tue, 9 Jul 2013 12:16:02 -0500\0"
  "To\0Alexander Graf <agraf@suse.de>\0"
  "Cc\0Mihai Caraman <mihai.caraman@freescale.com>"
   linuxppc-dev@lists.ozlabs.org
@@ -12,12 +12,12 @@
  "\00:1\0"
  "b\0"
  "On 07/08/2013 01:45:58 PM, Alexander Graf wrote:\n"
- "> \n"
+ ">=20\n"
  "> On 03.07.2013, at 15:30, Mihai Caraman wrote:\n"
- "> \n"
+ ">=20\n"
  "> > Some guests are making use of return from machine check instruction\n"
  "> > to do crazy things even though the 64-bit kernel doesn't handle yet\n"
- "> > this interrupt. Emulate MCSRR0/1 SPR and rfmci instruction  \n"
+ "> > this interrupt. Emulate MCSRR0/1 SPR and rfmci instruction =20\n"
  "> accordingly.\n"
  "> >\n"
  "> > Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com>\n"
@@ -27,7 +27,7 @@
  "> > arch/powerpc/kvm/timing.c           |    1 +\n"
  "> > 3 files changed, 27 insertions(+), 0 deletions(-)\n"
  "> >\n"
- "> > diff --git a/arch/powerpc/include/asm/kvm_host.h  \n"
+ "> > diff --git a/arch/powerpc/include/asm/kvm_host.h =20\n"
  "> b/arch/powerpc/include/asm/kvm_host.h\n"
  "> > index af326cd..0466789 100644\n"
  "> > --- a/arch/powerpc/include/asm/kvm_host.h\n"
@@ -37,14 +37,14 @@
  "> > \tEMULATED_RFI_EXITS,\n"
  "> > \tEMULATED_RFCI_EXITS,\n"
  "> > +\tEMULATED_RFMCI_EXITS,\n"
- "> \n"
- "> I would quite frankly prefer to see us abandon the whole exit timing  \n"
- "> framework in the kernel and instead use trace points. Then we don't  \n"
+ ">=20\n"
+ "> I would quite frankly prefer to see us abandon the whole exit timing =20\n"
+ "> framework in the kernel and instead use trace points. Then we don't =20\n"
  "> have to maintain all of this randomly exercised code.\n"
  "\n"
- "Would this map well to tracepoints?  We're not trying to track discrete  \n"
+ "Would this map well to tracepoints?  We're not trying to track discrete =20\n"
  "events, so much as accumulated time spent in different areas.\n"
  "\n"
- -Scott
+ -Scott=
 
-eb13477816ac6ced44c0fcf716f1d45b559511f800642df98f6596a57b6825e4
+3f184835aa37ce87e628a5c3e6b4770ac962a503db189a4a4bf5bf1ee8249ea3

diff --git a/a/content_digest b/N2/content_digest
index fbfe411..9046bc9 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,7 +3,7 @@
  "ref\01C2B7183-EF0F-4D97-9287-1068C9E97471@suse.de\0"
  "From\0Scott Wood <scottwood@freescale.com>\0"
  "Subject\0Re: [PATCH 2/2] KVM: PPC: Book3E: Emulate MCSRR0/1 SPR and rfmci instruction\0"
- "Date\0Tue, 09 Jul 2013 17:16:02 +0000\0"
+ "Date\0Tue, 9 Jul 2013 12:16:02 -0500\0"
  "To\0Alexander Graf <agraf@suse.de>\0"
  "Cc\0Mihai Caraman <mihai.caraman@freescale.com>"
   linuxppc-dev@lists.ozlabs.org
@@ -47,4 +47,4 @@
  "\n"
  -Scott
 
-eb13477816ac6ced44c0fcf716f1d45b559511f800642df98f6596a57b6825e4
+ed9a27f5461840e612f0731b5c5280c415c075a1db82975e571a47ea72e19053

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.