From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1COyT4-0007p4-U8 for qemu-devel@nongnu.org; Tue, 02 Nov 2004 08:12:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1COyT4-0007oj-9R for qemu-devel@nongnu.org; Tue, 02 Nov 2004 08:12:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COyT4-0007oT-4j for qemu-devel@nongnu.org; Tue, 02 Nov 2004 08:12:58 -0500 Received: from [213.228.0.169] (helo=postfix3-2.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1COyKv-0007fB-RH for qemu-devel@nongnu.org; Tue, 02 Nov 2004 08:04:34 -0500 Received: from imp5-q.free.fr (imp5-q.free.fr [212.27.42.5]) by postfix3-2.free.fr (Postfix) with ESMTP id 8915FC0D0 for ; Tue, 2 Nov 2004 14:04:26 +0100 (CET) Message-ID: <1099400666.418785da4bf9f@imp5-q.free.fr> Date: Tue, 2 Nov 2004 14:04:26 +0100 From: zitu Subject: Re: [Qemu-devel] QEMU newbie : disk access slowness References: <28e6af6104110111337a69d5dd@mail.gmail.com> In-Reply-To: <28e6af6104110111337a69d5dd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 Quoting Matthew Frederico : > Anybody have any pointers or tips as fars speeding up my hard disk > access with QEMU? On win XP host, recompiling with gcc-3.3.3 instead of gcc-3.2.3 gave some improvements. But the top is a certain patch posted some weeks ago. See below... (Host is winXPpro, guest is bbc-2.1.iso cdrom) (all my recompilations are with msys/mingw+gcc-3.3.3) qemu-0.6.0 (binaries from qemu's website) =3D ~17 MB/s qemu-0.6.0 (recompiled with msys/mingw+gcc-3.3.3) =3D ~17.5 MB/s qemu-0.6.1 (cvs *with* suggested pci-ide DMA PATCH) =3D ~47 MB/s !!!! :)) Please look back at this mailing list archives to get the "suggested pci-ide DMA PATCH". Zitu --