Re: [Qemu-devel] Improving QEMU memcpy performance

2011-03-08 Thread Stefan Hajnoczi
On Tue, Mar 8, 2011 at 5:52 AM, Gunasekaran Dharman wrote: > Iam using QEMU emulated ARM Realview board with Linux as guest OS for my > application development. This virtual machine is running on x86 Linux host. > My application is facing performance issue as memcpy in guest machine is > taking lo

[Qemu-devel] Improving QEMU memcpy performance

2011-03-07 Thread Gunasekaran Dharman
Hi Iam using QEMU emulated ARM Realview board with Linux as guest OS for my application development. This virtual machine is running on x86 Linux host. My application is facing performance issue as memcpy in guest machine is taking lot of time compared to the same memcpy in host machine. To improv