All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <474DDB97.6090400@codemonkey.ws>

diff --git a/a/1.txt b/N1/1.txt
index 19b183f..15ded39 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 Hollis Blanchard wrote:
-> Signed-off-by: Zhang xiantao <xiantao.zhang@intel.com>
-> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
+> Signed-off-by: Zhang xiantao <xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+> Signed-off-by: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
 > ---
 > Changes from Xiantao's patch:
 > - Fix whitespace
@@ -211,7 +211,7 @@ Anthony Liguori
 > -	bucket = &kvm->mmu_page_hash[index];
 > +	bucket = &kvm_x86->mmu_page_hash[index];
 >  	hlist_for_each_entry(page, node, bucket, hash_link)
->  		if (page->gfn = gfn && !page->role.metaphysical) {
+>  		if (page->gfn == gfn && !page->role.metaphysical) {
 >  			pgprintk("%s: found role %x\n",
 > @@ -670,6 +674,7 @@ static struct kvm_mmu_page *kvm_mmu_get_
 >  	struct hlist_head *bucket;
@@ -228,7 +228,7 @@ Anthony Liguori
 > -	bucket = &vcpu->kvm->mmu_page_hash[index];
 > +	bucket = &kvm_x86->mmu_page_hash[index];
 >  	hlist_for_each_entry(page, node, bucket, hash_link)
->  		if (page->gfn = gfn && page->role.word = role.word) {
+>  		if (page->gfn == gfn && page->role.word == role.word) {
 >  			mmu_page_add_parent_pte(vcpu, page, parent_pte);
 > @@ -754,6 +759,7 @@ static void kvm_mmu_zap_page(struct kvm 
 >  			     struct kvm_mmu_page *page)
@@ -303,7 +303,7 @@ Anthony Liguori
 > -	bucket = &kvm->mmu_page_hash[index];
 > +	bucket = &kvm_x86->mmu_page_hash[index];
 >  	hlist_for_each_entry_safe(page, node, n, bucket, hash_link)
->  		if (page->gfn = gfn && !page->role.metaphysical) {
+>  		if (page->gfn == gfn && !page->role.metaphysical) {
 >  			pgprintk("%s: gfn %lx role %x\n", __FUNCTION__, gfn,
 > @@ -1251,6 +1260,7 @@ void kvm_mmu_pte_write(struct kvm_vcpu *
 >  void kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t gpa,
@@ -619,7 +619,7 @@ Anthony Liguori
 > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
 > _______________________________________________
 > kvm-devel mailing list
-> kvm-devel@lists.sourceforge.net
+> kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
 > https://lists.sourceforge.net/lists/listinfo/kvm-devel
 >
 >   
@@ -630,7 +630,3 @@ SF.Net email is sponsored by: The Future of Linux Business White Paper
 from Novell.  From the desktop to the data center, Linux is going
 mainstream.  Let it simplify your IT future.
 http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-_______________________________________________
-kvm-ppc-devel mailing list
-kvm-ppc-devel@lists.sourceforge.net
-https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel
diff --git a/a/content_digest b/N1/content_digest
index ee66a47..aaa8cfb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0e74d8a8e127c7347427e.1195577833@basalt\0"
- "From\0Anthony Liguori <anthony@codemonkey.ws>\0"
- "Subject\0Re: [kvm-ppc-devel] [kvm-devel] [PATCH 1 of 3] Use kvm_x86 to hold\0"
- "Date\0Wed, 28 Nov 2007 21:20:23 +0000\0"
+ "From\0Anthony Liguori <anthony-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 1 of 3] Use kvm_x86 to hold x86 specific kvm fields\0"
+ "Date\0Wed, 28 Nov 2007 15:20:23 -0600\0"
  "To\0Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\0"
  "Cc\0kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org"
   kvm-ppc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
@@ -11,8 +11,8 @@
  "\00:1\0"
  "b\0"
  "Hollis Blanchard wrote:\n"
- "> Signed-off-by: Zhang xiantao <xiantao.zhang@intel.com>\n"
- "> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>\n"
+ "> Signed-off-by: Zhang xiantao <xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
+ "> Signed-off-by: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n"
  "> ---\n"
  "> Changes from Xiantao's patch:\n"
  "> - Fix whitespace\n"
@@ -223,7 +223,7 @@
  "> -\tbucket = &kvm->mmu_page_hash[index];\n"
  "> +\tbucket = &kvm_x86->mmu_page_hash[index];\n"
  ">  \thlist_for_each_entry(page, node, bucket, hash_link)\n"
- ">  \t\tif (page->gfn = gfn && !page->role.metaphysical) {\n"
+ ">  \t\tif (page->gfn == gfn && !page->role.metaphysical) {\n"
  ">  \t\t\tpgprintk(\"%s: found role %x\\n\",\n"
  "> @@ -670,6 +674,7 @@ static struct kvm_mmu_page *kvm_mmu_get_\n"
  ">  \tstruct hlist_head *bucket;\n"
@@ -240,7 +240,7 @@
  "> -\tbucket = &vcpu->kvm->mmu_page_hash[index];\n"
  "> +\tbucket = &kvm_x86->mmu_page_hash[index];\n"
  ">  \thlist_for_each_entry(page, node, bucket, hash_link)\n"
- ">  \t\tif (page->gfn = gfn && page->role.word = role.word) {\n"
+ ">  \t\tif (page->gfn == gfn && page->role.word == role.word) {\n"
  ">  \t\t\tmmu_page_add_parent_pte(vcpu, page, parent_pte);\n"
  "> @@ -754,6 +759,7 @@ static void kvm_mmu_zap_page(struct kvm \n"
  ">  \t\t\t     struct kvm_mmu_page *page)\n"
@@ -315,7 +315,7 @@
  "> -\tbucket = &kvm->mmu_page_hash[index];\n"
  "> +\tbucket = &kvm_x86->mmu_page_hash[index];\n"
  ">  \thlist_for_each_entry_safe(page, node, n, bucket, hash_link)\n"
- ">  \t\tif (page->gfn = gfn && !page->role.metaphysical) {\n"
+ ">  \t\tif (page->gfn == gfn && !page->role.metaphysical) {\n"
  ">  \t\t\tpgprintk(\"%s: gfn %lx role %x\\n\", __FUNCTION__, gfn,\n"
  "> @@ -1251,6 +1260,7 @@ void kvm_mmu_pte_write(struct kvm_vcpu *\n"
  ">  void kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t gpa,\n"
@@ -631,7 +631,7 @@
  "> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/\n"
  "> _______________________________________________\n"
  "> kvm-devel mailing list\n"
- "> kvm-devel@lists.sourceforge.net\n"
+ "> kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org\n"
  "> https://lists.sourceforge.net/lists/listinfo/kvm-devel\n"
  ">\n"
  ">   \n"
@@ -641,10 +641,6 @@
  "SF.Net email is sponsored by: The Future of Linux Business White Paper\n"
  "from Novell.  From the desktop to the data center, Linux is going\n"
  "mainstream.  Let it simplify your IT future.\n"
- "http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4\n"
- "_______________________________________________\n"
- "kvm-ppc-devel mailing list\n"
- "kvm-ppc-devel@lists.sourceforge.net\n"
- https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel
+ http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
 
-e7c49fe8fcd09bf4239b61189419aca7e5869c6e2da8234125b9453bd1fa511c
+4795f63eedf7f6bd5d2907082ceebb35c33a8a2220fcffa8126c5ab21df50bc2

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.