All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4C305793.2050206@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index d7c8a3d..ee54a16 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -31,7 +31,7 @@ On 07/02/2010 06:37 PM, Alexander Graf wrote:
 >> +	ulong mp_pa = vcpu->arch.magic_page_pa;
 >> +
 >> +	if (unlikely(mp_pa)&&
->> +	    unlikely((mp_pa&  KVM_RMO)>>  PAGE_SHIFT = gfn)) {
+>> +	    unlikely((mp_pa&  KVM_RMO)>>  PAGE_SHIFT == gfn)) {
 >>
 >>      
 > This should be KVM_PAM :(. Should I respin the whole thing or could
diff --git a/a/content_digest b/N1/content_digest
index 25bc6cd..a5de222 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,14 +1,13 @@
  "ref\01277980982-12433-1-git-send-email-agraf@suse.de\0"
  "ref\01277980982-12433-14-git-send-email-agraf@suse.de\0"
  "ref\04C2E07AC.4010801@suse.de\0"
- "ref\04C2E07AC.4010801-l3A5Bk7waGM@public.gmane.org\0"
  "From\0Avi Kivity <avi@redhat.com>\0"
  "Subject\0Re: [PATCH 13/27] KVM: PPC: Magic Page Book3s support\0"
- "Date\0Sun, 04 Jul 2010 09:42:43 +0000\0"
- "To\0Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>\0"
- "Cc\0kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  KVM list <kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
- " linuxppc-dev <linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>\0"
+ "Date\0Sun, 04 Jul 2010 12:42:43 +0300\0"
+ "To\0Alexander Graf <agraf@suse.de>\0"
+ "Cc\0linuxppc-dev <linuxppc-dev@lists.ozlabs.org>"
+  KVM list <kvm@vger.kernel.org>
+ " kvm-ppc@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On 07/02/2010 06:37 PM, Alexander Graf wrote:\n"
@@ -44,7 +43,7 @@
  ">> +\tulong mp_pa = vcpu->arch.magic_page_pa;\n"
  ">> +\n"
  ">> +\tif (unlikely(mp_pa)&&\n"
- ">> +\t    unlikely((mp_pa&  KVM_RMO)>>  PAGE_SHIFT = gfn)) {\n"
+ ">> +\t    unlikely((mp_pa&  KVM_RMO)>>  PAGE_SHIFT == gfn)) {\n"
  ">>\n"
  ">>      \n"
  "> This should be KVM_PAM :(. Should I respin the whole thing or could\n"
@@ -59,4 +58,4 @@
  "-- \n"
  error compiling committee.c: too many arguments to function
 
-a3df54eda1b86e54640826218e1163dedb13d49fcc0a875e3bd908399b50aad0
+b82e696d0ca7d7e11883bdf8a37c2aefab95e07bced8af274fc8a8801ab52c41

diff --git a/a/1.txt b/N2/1.txt
index d7c8a3d..238db39 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -7,7 +7,7 @@ On 07/02/2010 06:37 PM, Alexander Graf wrote:
 >> In order to reflect that, we need to hook into all the MMU layers of KVM to
 >> force map the magic page if necessary.
 >>
->> Signed-off-by: Alexander Graf<agraf@suse.de>
+>> Signed-off-by: Alexander Graf<agraf-l3A5Bk7waGM@public.gmane.org>
 >>
 >> v1 ->  v2:
 >>
@@ -31,7 +31,7 @@ On 07/02/2010 06:37 PM, Alexander Graf wrote:
 >> +	ulong mp_pa = vcpu->arch.magic_page_pa;
 >> +
 >> +	if (unlikely(mp_pa)&&
->> +	    unlikely((mp_pa&  KVM_RMO)>>  PAGE_SHIFT = gfn)) {
+>> +	    unlikely((mp_pa&  KVM_RMO)>>  PAGE_SHIFT == gfn)) {
 >>
 >>      
 > This should be KVM_PAM :(. Should I respin the whole thing or could
diff --git a/a/content_digest b/N2/content_digest
index 25bc6cd..32d2748 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,9 +2,9 @@
  "ref\01277980982-12433-14-git-send-email-agraf@suse.de\0"
  "ref\04C2E07AC.4010801@suse.de\0"
  "ref\04C2E07AC.4010801-l3A5Bk7waGM@public.gmane.org\0"
- "From\0Avi Kivity <avi@redhat.com>\0"
+ "From\0Avi Kivity <avi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0"
  "Subject\0Re: [PATCH 13/27] KVM: PPC: Magic Page Book3s support\0"
- "Date\0Sun, 04 Jul 2010 09:42:43 +0000\0"
+ "Date\0Sun, 04 Jul 2010 12:42:43 +0300\0"
  "To\0Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>\0"
  "Cc\0kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
   KVM list <kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
@@ -20,7 +20,7 @@
  ">> In order to reflect that, we need to hook into all the MMU layers of KVM to\n"
  ">> force map the magic page if necessary.\n"
  ">>\n"
- ">> Signed-off-by: Alexander Graf<agraf@suse.de>\n"
+ ">> Signed-off-by: Alexander Graf<agraf-l3A5Bk7waGM@public.gmane.org>\n"
  ">>\n"
  ">> v1 ->  v2:\n"
  ">>\n"
@@ -44,7 +44,7 @@
  ">> +\tulong mp_pa = vcpu->arch.magic_page_pa;\n"
  ">> +\n"
  ">> +\tif (unlikely(mp_pa)&&\n"
- ">> +\t    unlikely((mp_pa&  KVM_RMO)>>  PAGE_SHIFT = gfn)) {\n"
+ ">> +\t    unlikely((mp_pa&  KVM_RMO)>>  PAGE_SHIFT == gfn)) {\n"
  ">>\n"
  ">>      \n"
  "> This should be KVM_PAM :(. Should I respin the whole thing or could\n"
@@ -59,4 +59,4 @@
  "-- \n"
  error compiling committee.c: too many arguments to function
 
-a3df54eda1b86e54640826218e1163dedb13d49fcc0a875e3bd908399b50aad0
+22dc94d00a776c662b366619d6422e58e9fe7e281ba9ceed9958e795df224c95

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.