All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1196742244.23391.4.camel@basalt>

diff --git a/a/1.txt b/N1/1.txt
index 7b3e88c..d83de8e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,7 +9,7 @@ Hollis Blanchard
 IBM Linux Technology Center
 
 On Mon, 2007-12-03 at 16:14 -0600, Hollis Blanchard wrote:
-> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
+> Signed-off-by: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
 > ---
 > pio_data is obviously arch-specific, but we might be able to get by with an
 > ifdef in kvm_vcpu_nopage() rather than needing an arch hook. Thoughts?
@@ -23,10 +23,10 @@ On Mon, 2007-12-03 at 16:14 -0600, Hollis Blanchard wrote:
 > +++ b/drivers/kvm/kvm_main.c
 > @@ -674,8 +674,10 @@ static struct page *kvm_vcpu_nopage(stru
 >  	pgoff = ((address - vma->vm_start) >> PAGE_SHIFT) + vma->vm_pgoff;
->  	if (pgoff = 0)
+>  	if (pgoff == 0)
 >  		page = virt_to_page(vcpu->run);
 > +#ifdef CONFIG_HAS_IOPORT
->  	else if (pgoff = KVM_PIO_PAGE_OFFSET)
+>  	else if (pgoff == KVM_PIO_PAGE_OFFSET)
 >  		page = virt_to_page(vcpu->pio_data);
 > +#endif /* CONFIG_HAS_IOPORT */
 >  	else
@@ -40,7 +40,7 @@ On Mon, 2007-12-03 at 16:14 -0600, Hollis Blanchard wrote:
 > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
 > _______________________________________________
 > kvm-devel mailing list
-> kvm-devel@lists.sourceforge.net
+> kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
 > https://lists.sourceforge.net/lists/listinfo/kvm-devel
 
 
@@ -49,7 +49,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 0673cef..11f0643 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0b7ee515965e969287497.1196720061@basalt\0"
- "From\0Hollis Blanchard <hollisb@us.ibm.com>\0"
- "Subject\0Re: [kvm-ppc-devel] [kvm-devel] [PATCH] RFC: Use CONFIG_HAS_IOPORT\0"
- "Date\0Tue, 04 Dec 2007 04:24:04 +0000\0"
+ "From\0Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] RFC: Use CONFIG_HAS_IOPORT around\tvcpu->pio_data\0"
+ "Date\0Mon, 03 Dec 2007 22:24:04 -0600\0"
  "To\0Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>\0"
  "Cc\0kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org"
  " kvm-ppc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org\0"
@@ -18,7 +18,7 @@
  "IBM Linux Technology Center\n"
  "\n"
  "On Mon, 2007-12-03 at 16:14 -0600, Hollis Blanchard wrote:\n"
- "> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>\n"
+ "> Signed-off-by: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n"
  "> ---\n"
  "> pio_data is obviously arch-specific, but we might be able to get by with an\n"
  "> ifdef in kvm_vcpu_nopage() rather than needing an arch hook. Thoughts?\n"
@@ -32,10 +32,10 @@
  "> +++ b/drivers/kvm/kvm_main.c\n"
  "> @@ -674,8 +674,10 @@ static struct page *kvm_vcpu_nopage(stru\n"
  ">  \tpgoff = ((address - vma->vm_start) >> PAGE_SHIFT) + vma->vm_pgoff;\n"
- ">  \tif (pgoff = 0)\n"
+ ">  \tif (pgoff == 0)\n"
  ">  \t\tpage = virt_to_page(vcpu->run);\n"
  "> +#ifdef CONFIG_HAS_IOPORT\n"
- ">  \telse if (pgoff = KVM_PIO_PAGE_OFFSET)\n"
+ ">  \telse if (pgoff == KVM_PIO_PAGE_OFFSET)\n"
  ">  \t\tpage = virt_to_page(vcpu->pio_data);\n"
  "> +#endif /* CONFIG_HAS_IOPORT */\n"
  ">  \telse\n"
@@ -49,7 +49,7 @@
  "> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4\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"
@@ -57,10 +57,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
 
-4737fbbf640e6992695be365f8b070458702f8c38d456fa3b1cd336abf810785
+a2435d3d9a7dc19cce8949be19ebbfbe3459aacbf98c787eb0a334c2c810afb1

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.