diff for duplicates of <1225916947.26835.114.camel@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 4192305..c8227bf 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ On Wed, 2008-11-05 at 14:08 -0600, Anthony Liguori wrote: > > > It's worth noting that the PFN_SHIFT question (in the other thread) is a -> > separate issue. I could have PFN_SHIFT\x10 but define VRING_PAGE_SIZE=4K +> > separate issue. I could have PFN_SHIFT=10 but define VRING_PAGE_SIZE=4K > > for internal alignment. I'm a little nervous about making PPC the only > > arch with VRING_PAGE_SIZE=1K, since that might affect my vring layout in > > "unusual" ways if it expands beyond 1K but stays inside 4K. @@ -36,11 +36,11 @@ bamboo_init: load device tree file device tree address is at guest address: 0x381488 bamboo_init: DONE Using PowerPC 44x Platform machine description -Linux version 2.6.28-rc2-dirty (hollisb@slate.austin.ibm.com) (gcc version 4.2.3) #101 Tue Nov 4 14:19:54 CST 2008 +Linux version 2.6.28-rc2-dirty (hollisb-EGjIuKC2qUdB0N6nvOmcJFaTQe2KTcn/@public.gmane.org) (gcc version 4.2.3) #101 Tue Nov 4 14:19:54 CST 2008 Found legacy serial port 0 for /plb/opb/serial@ef600300 - memï600300, taddrï600300, irq=0, clk\x11059200, speed\x115200 + mem=ef600300, taddr=ef600300, irq=0, clk=11059200, speed=115200 Found legacy serial port 1 for /plb/opb/serial@ef600400 - memï600400, taddrï600400, irq=0, clk\x11059200, speed=0 + mem=ef600400, taddr=ef600400, irq=0, clk=11059200, speed=0 console [udbg0] enabled setup_arch: bootmem arch: exit @@ -70,8 +70,8 @@ clockevent: decrementer mult[aaaa] shift[16] cpu[0] Dentry cache hash table entries: 16384 (order: 0, 65536 bytes) Inode-cache hash table entries: 16384 (order: 0, 65536 bytes) Memory: 126336k/131072k available (3136k kernel code, 4736k reserved, 256k data, 655k bss, 320k init) -SLUB: Genslabs\x14, HWalign2, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 -Calibrating delay loop... 2555.90 BogoMIPS (lpjQ11808) +SLUB: Genslabs=14, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 +Calibrating delay loop... 2555.90 BogoMIPS (lpj=5111808) Mount-cache hash table entries: 8192 net_namespace: 288 bytes program_check_exception: nip c02cad1c reason 2800000 @@ -129,9 +129,9 @@ Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI Copyright (c) 1999-2006 Intel Corporation. PPC 4xx OCP EMAC driver, version 3.54 ZMII /plb/opb/emac-zmii@ef600d00 initialized -pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de +pcnet32.c:v1.35 21.Apr.2008 tsbogend-I1c7kopa9pxLokYuJOExCg@public.gmane.org tun: Universal TUN/TAP device driver, 1.6 -tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> +tun: (C) 1999-2004 Max Krasnyansky <maxk-zC7DfRvBq/JWk0Htik3J/w@public.gmane.org> virtio-pci 0000:00:01.0: enabling device (0000 -> 0001) vda:qemu-system-ppcemb: Guest moved used index from 0 to 38277 @@ -141,3 +141,8 @@ hang, since it was miscommunicating the vring's physical address.) -- Hollis Blanchard IBM Linux Technology Center + +-- +To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 3fecb08..7843c15 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,9 +3,9 @@ "ref\01225914634.26835.102.camel@localhost.localdomain\0" "ref\04911FD32.9050301@us.ibm.com\0" "ref\04911FD32.9050301-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org\0" - "From\0Hollis Blanchard <hollisb@us.ibm.com>\0" + "From\0Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\0" "Subject\0Re: large page size virtio issues\0" - "Date\0Wed, 05 Nov 2008 20:29:07 +0000\0" + "Date\0Wed, 05 Nov 2008 14:29:07 -0600\0" "To\0Anthony Liguori <aliguori-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\0" "Cc\0Rusty Russell <rusty-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>" kvm-ppc <kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> @@ -15,7 +15,7 @@ "On Wed, 2008-11-05 at 14:08 -0600, Anthony Liguori wrote:\n" "> \n" "> > It's worth noting that the PFN_SHIFT question (in the other thread) is a\n" - "> > separate issue. I could have PFN_SHIFT\020 but define VRING_PAGE_SIZE=4K\n" + "> > separate issue. I could have PFN_SHIFT=10 but define VRING_PAGE_SIZE=4K\n" "> > for internal alignment. I'm a little nervous about making PPC the only\n" "> > arch with VRING_PAGE_SIZE=1K, since that might affect my vring layout in\n" "> > \"unusual\" ways if it expands beyond 1K but stays inside 4K.\n" @@ -50,11 +50,11 @@ "device tree address is at guest address: 0x381488\n" "bamboo_init: DONE\n" "Using PowerPC 44x Platform machine description\n" - "Linux version 2.6.28-rc2-dirty (hollisb@slate.austin.ibm.com) (gcc version 4.2.3) #101 Tue Nov 4 14:19:54 CST 2008\n" + "Linux version 2.6.28-rc2-dirty (hollisb-EGjIuKC2qUdB0N6nvOmcJFaTQe2KTcn/@public.gmane.org) (gcc version 4.2.3) #101 Tue Nov 4 14:19:54 CST 2008\n" "Found legacy serial port 0 for /plb/opb/serial@ef600300\n" - " mem\303\257600300, taddr\303\257600300, irq=0, clk\021059200, speed\0215200\n" + " mem=ef600300, taddr=ef600300, irq=0, clk=11059200, speed=115200\n" "Found legacy serial port 1 for /plb/opb/serial@ef600400\n" - " mem\303\257600400, taddr\303\257600400, irq=0, clk\021059200, speed=0\n" + " mem=ef600400, taddr=ef600400, irq=0, clk=11059200, speed=0\n" "console [udbg0] enabled\n" "setup_arch: bootmem\n" "arch: exit\n" @@ -84,8 +84,8 @@ "Dentry cache hash table entries: 16384 (order: 0, 65536 bytes)\n" "Inode-cache hash table entries: 16384 (order: 0, 65536 bytes)\n" "Memory: 126336k/131072k available (3136k kernel code, 4736k reserved, 256k data, 655k bss, 320k init)\n" - "SLUB: Genslabs\024, HWalign2, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n" - "Calibrating delay loop... 2555.90 BogoMIPS (lpjQ11808)\n" + "SLUB: Genslabs=14, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n" + "Calibrating delay loop... 2555.90 BogoMIPS (lpj=5111808)\n" "Mount-cache hash table entries: 8192\n" "net_namespace: 288 bytes\n" "program_check_exception: nip c02cad1c reason 2800000\n" @@ -143,9 +143,9 @@ "Copyright (c) 1999-2006 Intel Corporation.\n" "PPC 4xx OCP EMAC driver, version 3.54\n" "ZMII /plb/opb/emac-zmii@ef600d00 initialized\n" - "pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\n" + "pcnet32.c:v1.35 21.Apr.2008 tsbogend-I1c7kopa9pxLokYuJOExCg@public.gmane.org\n" "tun: Universal TUN/TAP device driver, 1.6\n" - "tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>\n" + "tun: (C) 1999-2004 Max Krasnyansky <maxk-zC7DfRvBq/JWk0Htik3J/w@public.gmane.org>\n" "virtio-pci 0000:00:01.0: enabling device (0000 -> 0001)\n" " vda:qemu-system-ppcemb: Guest moved used index from 0 to 38277\n" "\n" @@ -154,6 +154,11 @@ "\n" "-- \n" "Hollis Blanchard\n" - IBM Linux Technology Center + "IBM Linux Technology Center\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe kvm-ppc\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -0cae50ee5a94e32b587d01583b2503278e30cb52319384fee2c95cf8f02569bb +f95b5853086934a174858bff8ca058398680017e2b7d8553c12421f379b20368
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.