Re: [PATCH 00/27] KVM PPC PV framework v3

2010-08-06 Thread Kumar Gala

On Jul 29, 2010, at 7:47 AM, Alexander Graf wrote:

 [without]
 
 debian-powerpc:~# time for i in {1..1000}; do /bin/echo hello  /dev/null; 
 done
 
 real0m14.659s
 user0m8.967s
 sys 0m5.688s
 
 [with]
 
 debian-powerpc:~# time for i in {1..1000}; do /bin/echo hello  /dev/null; 
 done
 
 real0m7.557s
 user0m4.121s
 sys 0m3.426s

Do you have #'s for w/o HV to compare to.

- k--
To unsubscribe from this list: send the line unsubscribe kvm-ppc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 4/4] ppc4xx: load Bamboo kernel, initrd, and fdt at fixed addresses

2010-08-06 Thread Hollis Blanchard
On Thu, Aug 5, 2010 at 7:39 PM, Liu Yu-B13201 b13...@freescale.com wrote:


 -Original Message-
 From: kvm-ppc-ow...@vger.kernel.org
 [mailto:kvm-ppc-ow...@vger.kernel.org] On Behalf Of Hollis Blanchard
 Sent: Thursday, August 05, 2010 8:22 AM
 To: qemu-de...@nongnu.org
 Cc: kvm-ppc@vger.kernel.org
 Subject: [PATCH 4/4] ppc4xx: load Bamboo kernel, initrd, and
 fdt at fixed addresses

 We can't use the return value of load_uimage() for the kernel
 because it
 can't account for BSS size, and the PowerPC kernel does not relocate
 blobs before zeroing BSS.

 Instead, we now load at the fixed addresses chosen by u-boot
 (the normal
 firmware for the board).


 What will us do if the uImage become bigger and fixed size is not
 enough?

That was my question to Edgar, which was not answered. In u-boot, one
would change some environment variables. With this code in qemu, the
only recourse would be to edit ppc440_bamboo.c and rebuild.

Perhaps in the future we can do something more sophisticated by
specifying load addresses in a qemu device tree, but I don't
understand that stuff enough to know if that is an intended use.

-Hollis
--
To unsubscribe from this list: send the line unsubscribe kvm-ppc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html