From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Rull Subject: Re: kvm-77 Excessive Disk Access causes real time clock hang! Date: Mon, 27 Apr 2009 19:19:50 +0200 Message-ID: <49F5E936.1050706@rdsoftware.de> References: <49F1DAF5.2060805@rdsoftware.de> <49F43B77.4080102@redhat.com> <49F4EA48.2070208@rdsoftware.de> <49F55051.1000409@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.188]:62544 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752005AbZD0RUI (ORCPT ); Mon, 27 Apr 2009 13:20:08 -0400 In-Reply-To: <49F55051.1000409@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Hi Avi, Avi Kivity wrote: > interface: virtio > cache: none > format: raw, using a partition or logical volume > > What are you using? uhm, I'm not sure, I call qemu with: qemu-system-x86_64 -usb -hda /dev/hda2 -m 1536 -net nic,macaddr=$MACADDR -net tap,script=/etc/qemu-ifup -no-acpi -monitor stdio -usbdevice tablet -boot c The /dev/hda2 is NTFS formatted - does this make sense, because you wrote sth. with raw... Maybe another file system would be faster? Or is it ignored by the guest system? Best regards, Erik