From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGAND-0002oU-Tv for qemu-devel@nongnu.org; Tue, 08 Jul 2008 06:24:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGANB-0002mt-JX for qemu-devel@nongnu.org; Tue, 08 Jul 2008 06:24:38 -0400 Received: from [199.232.76.173] (port=40309 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGAN9-0002mU-8v for qemu-devel@nongnu.org; Tue, 08 Jul 2008 06:24:35 -0400 Received: from smtp7-g19.free.fr ([212.27.42.64]:44361) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGAN8-0004Tt-H5 for qemu-devel@nongnu.org; Tue, 08 Jul 2008 06:24:34 -0400 Received: from smtp7-g19.free.fr (localhost [127.0.0.1]) by smtp7-g19.free.fr (Postfix) with ESMTP id E914E3227FA for ; Tue, 8 Jul 2008 12:24:32 +0200 (CEST) Received: from [192.168.100.10] (test.andevsol.com [82.235.33.112]) by smtp7-g19.free.fr (Postfix) with ESMTP id C09A132281E for ; Tue, 8 Jul 2008 12:24:32 +0200 (CEST) Message-ID: <48734061.1000104@free.fr> Date: Tue, 08 Jul 2008 12:24:33 +0200 From: gboyreau01 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] hda : DSC timeout 0.9.1 (not under 0.9.0) 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 My host : 2.6.24-19-generic #1 SMP x86_64 I tried to install a VM based upon ubuntu-server 8,04 (ubuntu-8.04.1-server-i386.iso) without any problems : > /usr/bin/kvm -M pc -m 512 -smp 1 -monitor pty -no-reboot -drive > file=/home/gilbert/kvm/iso/ubuntu-8.04.1-server-i386.iso,if=ide,media=cdrom,boot=on > -drive file=/home/gilbert/kvm/demo.img,if=ide -net > nic,macaddr=00:b0:d0:79:39:92,vlan=0 -net > tap,ifname=tap2,script=,vlan=0 -usb -vnc 127.0.0.1:0 But when I tried to install the same VM under debian Eth ( debian-40r3-i386-netinst.iso), the VM became very slow with a lot of messages >hda : DSC timeout< in the console. > /usr/bin/kvm -M pc -m 512 -smp 1 -monitor pty -no-reboot -drive > file=/home/gilbert/kvm/iso/debian-40r3-i386-netinst.iso,if=ide,media=cdrom,boot=on > -drive file=/home/gilbert/kvm/demo2.img,if=ide -net > nic,macaddr=00:b0:d0:79:39:92,vlan=0 -net > tap,ifname=tap2,script=,vlan=0 -usb -vnc 127.0.0.1:0 The problem doesn't appear with the 0.9.0 version (x86_32). Bests regards. Gilbert