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

diff --git a/a/1.txt b/N1/1.txt
index 6586e1d..2d3a1f2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,39 +1,39 @@
 On 10/11/2012 08:04:58 AM, Alexander Graf wrote:
-> 
+>=20
 > On 11.10.2012, at 05:32, Tabi Timur-B04825 wrote:
-> 
-> > On Wed, Oct 10, 2012 at 9:47 PM, Stephen Rothwell  
+>=20
+> > On Wed, Oct 10, 2012 at 9:47 PM, Stephen Rothwell =20
 > <sfr@canb.auug.org.au> wrote:
 > >
 > >> Commit 549d62d889b4 ("KVM: PPC: use definitions in epapr header
-> >> for hcalls") from the kvm-ppc tree added an include of  
+> >> for hcalls") from the kvm-ppc tree added an include of =20
 > asm/epapr_hcall.h
-> >> to the user visible part of asm/kvm_para.h so asm/epapr_hcall.h  
+> >> to the user visible part of asm/kvm_para.h so asm/epapr_hcall.h =20
 > became a
 > >> user visible header file.
 > >
 > > Any real user-space code that tries to call any of the functions in
 > > epapr_hcall.h will cause an exception.
 
-Actually it'll cause a linker error, as of the "Don't use hardcoded  
+Actually it'll cause a linker error, as of the "Don't use hardcoded =20
 opcode for ePAPR hcall invocation" patch.
 
 > > Claiming that kernel header files that KVM needs are suddenly
 > > user-space header files doesn't make much sense to me, but I guess
 > > it's not my decision.
-> 
-> This is about kvm_host.h, which is the part that is exported to user  
-> space. It usually contains constants and structs that are required  
+>=20
+> This is about kvm_host.h, which is the part that is exported to user =20
+> space. It usually contains constants and structs that are required =20
 > for the API.
 
 s/kvm_host/kvm_para/
 
-I'm not sure anything in kvm_para.h or epapr_hcalls.h would be of use  
-to userspace, but it would be of use to the guest OS, so it's still not  
+I'm not sure anything in kvm_para.h or epapr_hcalls.h would be of use =20
+to userspace, but it would be of use to the guest OS, so it's still not =20
 kernel-internal.
 
-The variable externs should be #ifdef __KERNEL__ as David points out.   
-The asm stuff could still be useful in a guest OS if the guest provides  
+The variable externs should be #ifdef __KERNEL__ as David points out.  =20
+The asm stuff could still be useful in a guest OS if the guest provides =20
 epapr_hypercall_start.
 
--Scott
+-Scott=
diff --git a/a/content_digest b/N1/content_digest
index 458e6ef..746ef35 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,8 +3,8 @@
  "Subject\0Re: linux-next: manual merge of the kvm-ppc tree with the powerpc-merge tree\0"
  "Date\0Thu, 11 Oct 2012 10:50:03 -0500\0"
  "To\0Alexander Graf <agraf@suse.de>\0"
- "Cc\0Tabi Timur-B04825 <B04825@freescale.com>"
-  Stephen Rothwell <sfr@canb.auug.org.au>
+ "Cc\0Stephen Rothwell <sfr@canb.auug.org.au>"
+  Tabi Timur-B04825 <B04825@freescale.com>
   linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
   David Howells <dhowells@redhat.com>
   linux-next@vger.kernel.org <linux-next@vger.kernel.org>
@@ -13,43 +13,43 @@
  "\00:1\0"
  "b\0"
  "On 10/11/2012 08:04:58 AM, Alexander Graf wrote:\n"
- "> \n"
+ ">=20\n"
  "> On 11.10.2012, at 05:32, Tabi Timur-B04825 wrote:\n"
- "> \n"
- "> > On Wed, Oct 10, 2012 at 9:47 PM, Stephen Rothwell  \n"
+ ">=20\n"
+ "> > On Wed, Oct 10, 2012 at 9:47 PM, Stephen Rothwell =20\n"
  "> <sfr@canb.auug.org.au> wrote:\n"
  "> >\n"
  "> >> Commit 549d62d889b4 (\"KVM: PPC: use definitions in epapr header\n"
- "> >> for hcalls\") from the kvm-ppc tree added an include of  \n"
+ "> >> for hcalls\") from the kvm-ppc tree added an include of =20\n"
  "> asm/epapr_hcall.h\n"
- "> >> to the user visible part of asm/kvm_para.h so asm/epapr_hcall.h  \n"
+ "> >> to the user visible part of asm/kvm_para.h so asm/epapr_hcall.h =20\n"
  "> became a\n"
  "> >> user visible header file.\n"
  "> >\n"
  "> > Any real user-space code that tries to call any of the functions in\n"
  "> > epapr_hcall.h will cause an exception.\n"
  "\n"
- "Actually it'll cause a linker error, as of the \"Don't use hardcoded  \n"
+ "Actually it'll cause a linker error, as of the \"Don't use hardcoded =20\n"
  "opcode for ePAPR hcall invocation\" patch.\n"
  "\n"
  "> > Claiming that kernel header files that KVM needs are suddenly\n"
  "> > user-space header files doesn't make much sense to me, but I guess\n"
  "> > it's not my decision.\n"
- "> \n"
- "> This is about kvm_host.h, which is the part that is exported to user  \n"
- "> space. It usually contains constants and structs that are required  \n"
+ ">=20\n"
+ "> This is about kvm_host.h, which is the part that is exported to user =20\n"
+ "> space. It usually contains constants and structs that are required =20\n"
  "> for the API.\n"
  "\n"
  "s/kvm_host/kvm_para/\n"
  "\n"
- "I'm not sure anything in kvm_para.h or epapr_hcalls.h would be of use  \n"
- "to userspace, but it would be of use to the guest OS, so it's still not  \n"
+ "I'm not sure anything in kvm_para.h or epapr_hcalls.h would be of use =20\n"
+ "to userspace, but it would be of use to the guest OS, so it's still not =20\n"
  "kernel-internal.\n"
  "\n"
- "The variable externs should be #ifdef __KERNEL__ as David points out.   \n"
- "The asm stuff could still be useful in a guest OS if the guest provides  \n"
+ "The variable externs should be #ifdef __KERNEL__ as David points out.  =20\n"
+ "The asm stuff could still be useful in a guest OS if the guest provides =20\n"
  "epapr_hypercall_start.\n"
  "\n"
- -Scott
+ -Scott=
 
-4d3ecb48a922391616a7523ccba0d3dc9be71317305c9f87f67a36bed6647c14
+e236ced019a078c05cb1f235fe068dae805c22164b7f6da834beab16553c1716

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.