From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: Windows Server 2008 VM performance Date: Wed, 03 Jun 2009 00:48:43 +0300 Message-ID: <4A259E3B.6020408@redhat.com> References: <4A25942B.7010503@linux.vnet.ibm.com> <4A259BE8.4080403@redhat.com> <90eb1dc70906021445o13f63beeucc05776e82c7c3c9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Andrew Theurer , KVM list To: Javier Guerra Return-path: Received: from mx2.redhat.com ([66.187.237.31]:38763 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750780AbZFBVsq (ORCPT ); Tue, 2 Jun 2009 17:48:46 -0400 In-Reply-To: <90eb1dc70906021445o13f63beeucc05776e82c7c3c9@mail.gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: Javier Guerra wrote: > On Tue, Jun 2, 2009 at 4:38 PM, Avi Kivity wrote: > >> Andrew Theurer wrote: >> >>> P.S. Here is the qemu cmd line for the windows VMs: >>> /usr/local/bin/qemu-system-x86_64 -name newcastle-xdbt01 -hda >>> /dev/disk/by-id/scsi-3600a0b80000f1eb10000074f4a02b08a >>> >> Use: -drive /dev/very-long-name,cache=none instead of -hda to disable the >> host cache. Won't make much of a differnence for 5 MB/s though. >> > > would emulating SCSI instead of IDE help while we hope and wait for > virtio_block drivers? (and better virtio_net). > I don't think the scsi emulation currently supports command parallelism, but I could be wrong. Worth trying. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.