From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWN5y-0007so-Pb for qemu-devel@nongnu.org; Wed, 19 Apr 2006 20:32:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWN5x-0007qK-1G for qemu-devel@nongnu.org; Wed, 19 Apr 2006 20:32:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWN5w-0007qH-Ql for qemu-devel@nongnu.org; Wed, 19 Apr 2006 20:32:28 -0400 Received: from [209.234.73.39] (helo=narn.hozed.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FWN7A-00024A-2X for qemu-devel@nongnu.org; Wed, 19 Apr 2006 20:33:44 -0400 Date: Wed, 19 Apr 2006 19:32:26 -0500 From: Troy Benjegerdes Subject: Re: [Qemu-devel] [PATCH] -win2k-hack performance+DMA support Message-ID: <20060420003225.GH15855@narn.hozed.org> References: <43E251A3.2070706@win4lin.com> <43EB4BC9.3030002@wasp.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <43EB4BC9.3030002@wasp.net.au> 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 Thu, Feb 09, 2006 at 06:03:53PM +0400, Brad Campbell wrote: > Leonardo E. Reiter wrote: > >Attached is a patch which greatly speeds up disk writes when using > >-win2k-hack to install Windows 2000. It only delays every 16th > >interrupt, which after rigorous testing is still enough to overcome the > >"Windows 2000 disk full" bug. If you are really adventurous you can try > >it every 32nd time, but for me that caused problems during some > >installations, so I thought it was too aggressive. > > > >This patch also adds -win2k-hack functionality to DMA writes, since DMA > >now works in the latest CVS QEMU. > > > > Using todays CVS, and kqemu in user mode only I tried to install Win2k-SP4 > 25 times all with disk full errors until I applied this patch. > It would appear the installer will use DMA mode if it's available and > therefore the existing win2k-hack does not work. > > Using this patch 5 out of 5 installs worked perfectly. > > Thanks Leo :) > > Regards, > Brad with current CVS, I am unable to install win2k.. This patch appears to be needed for win2k installs to work. With this patch, I am able to install w2k with user-kqemu.