From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GvKll-0002PI-8z for qemu-devel@nongnu.org; Fri, 15 Dec 2006 16:39:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GvKlj-0002Oc-I7 for qemu-devel@nongnu.org; Fri, 15 Dec 2006 16:39:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvKlj-0002OZ-DU for qemu-devel@nongnu.org; Fri, 15 Dec 2006 16:39:03 -0500 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GvKlj-00045G-A2 for qemu-devel@nongnu.org; Fri, 15 Dec 2006 16:39:03 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Qemu speed vs vmplayer? Date: Fri, 15 Dec 2006 21:38:58 +0000 References: <10541fa50612130009s798a1587n4a3d2b8b51baa334@mail.gmail.com> <200612151613.35422.paul@codesourcery.com> <45831FB1.4030907@tidetamerboatlifts.com> In-Reply-To: <45831FB1.4030907@tidetamerboatlifts.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612152138.58994.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Friday 15 December 2006 22:20, Joseph Miller wrote: > Paul Brook wrote: > >>> If you're using an accelerator (eg. kqemu or kvm) this is all irelevant > >>> as most code isn't run by qemu, it's virtualized by the accelerator. > >>> qemu just does the IO emulation. > >>> > >>> Paul > >> > >> OK, so mmap is not the way to increase some speed. What needs to be > >> done to provide a higher Qemu+KQEMU performance, comparable to > >> VMPlayer? How does VMPlayer manage to be so much faster than Qemu? Is > >> this simply an I/O bottleneck? How would I go about finding out what > >> the differences are and how we can improve Qemu+KQEMU performance? > > > > A copy of the kqemu source would be a good start. > > I've got a copy of today's CVS, You missed my point entirely. kqemu is a closed source module, there's absolutely nothing we can do with it. Paul