From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Rull Subject: Re: XP smp using a lot of CPU Date: Mon, 25 May 2009 12:01:07 +0200 Message-ID: <4A1A6C63.2050807@rdsoftware.de> References: <1242175298.15140.12.camel@iron.psg.net> <4A0B2C57.10900@rdsoftware.de> <4A10832C.7030308@redhat.com> <4A12EDD7.1010002@rdsoftware.de> <4A13F0FF.80805@redhat.com> <4A146178.1030702@rdsoftware.de> <4A193299.3040009@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from moutng.kundenserver.de ([212.227.126.186]:61010 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752667AbZEYKBy (ORCPT ); Mon, 25 May 2009 06:01:54 -0400 In-Reply-To: <4A193299.3040009@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Hi Avi, no I'm using a partition as a drive, here's my command-line: taskset 0x00000002 /usr/X11R6/bin/qemu-system-x86_64 -usb -drive file=/dev/hda2,cache=off -m 1536 -net nic,macaddr=$MACADDR -net tap,script=/etc/qemu-ifup -no-acpi -monitor stdio -L /usr/X11R6/share/qemu -usbdevice tablet -boot c -localtime (I give only one CPU core of the core2duo to the virtualization) $MACADDR was computed before. Best regards, Erik Avi Kivity wrote: > Erik Rull wrote: >> Hi Avi, >> >> there are some .NET apps running, doing some calculations and graphic >> 2D display, HDD access w/ database and some TCP/IP transfer. >> > > Are you using qcow2? What is your qemu command line? > >