From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KS3K9-00076e-R8 for qemu-devel@nongnu.org; Sun, 10 Aug 2008 01:18:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KS3K7-00074y-EQ for qemu-devel@nongnu.org; Sun, 10 Aug 2008 01:18:36 -0400 Received: from [199.232.76.173] (port=43576 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KS3K7-00074v-9N for qemu-devel@nongnu.org; Sun, 10 Aug 2008 01:18:35 -0400 Received: from ti-out-0910.google.com ([209.85.142.184]:57954) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KS3K6-00032I-Kt for qemu-devel@nongnu.org; Sun, 10 Aug 2008 01:18:35 -0400 Received: by ti-out-0910.google.com with SMTP id y6so956687tia.18 for ; Sat, 09 Aug 2008 22:18:29 -0700 (PDT) Message-ID: Date: Sun, 10 Aug 2008 12:18:28 +0700 From: "Mulyadi Santosa" Subject: Re: [Qemu-devel] kqemu "acceleration" slows qemu down In-Reply-To: <478c82f00808091605y4d401ad6h7d8f537afa8f8924@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <478c82f00808091605y4d401ad6h7d8f537afa8f8924@mail.gmail.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 Sun, Aug 10, 2008 at 6:05 AM, Alexander (Sasha) Sirotkin wrote: > Linux host, WinXP guest. With kqemu acceleration enabled it runs > significantly slower, not faster as one would expect. /dev/shm is > mounted. max-user-freq set to 1024. > > Any ideas ? Many possibilities here..... what kind of applications do you run inside the Windows guest? essentially, kqemu helps if there aren't many traps which results into code translation or guest+host are using same data bus width (not sure if it's the correct term, i.e 32 bit guest on 32 bit host...). see kqemu documents about technical limitation and assumption on codes that can be executed directly by kqemu. regards, Mulyadi.