From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60347 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwW1H-0000aD-Rf for qemu-devel@nongnu.org; Fri, 17 Sep 2010 04:10:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwW1G-0003ZZ-IH for qemu-devel@nongnu.org; Fri, 17 Sep 2010 04:10:07 -0400 Received: from [83.160.137.85] (port=20793 helo=pubserv1.fransdb.nl) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwW1G-0003ZP-By for qemu-devel@nongnu.org; Fri, 17 Sep 2010 04:10:06 -0400 Received: from localhost (localhost [127.0.0.1]) by pubserv1.fransdb.nl (Postfix) with ESMTP id C3AE44B0E for ; Fri, 17 Sep 2010 10:10:04 +0200 (CEST) Received: from pubserv1.fransdb.nl ([127.0.0.1]) by localhost (pubserv1.fransdb.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tsAngJhZ3ZzE for ; Fri, 17 Sep 2010 10:10:03 +0200 (CEST) Received: from [192.168.100.23] (unknown [192.168.100.23]) by pubserv1.fransdb.nl (Postfix) with ESMTPA id E02634ABB for ; Fri, 17 Sep 2010 10:10:02 +0200 (CEST) Message-ID: <4C93225A.9040807@fransdb.nl> Date: Fri, 17 Sep 2010 10:10:02 +0200 From: Frans de Boer MIME-Version: 1.0 Subject: Re: [Qemu-devel] Problem with virtio References: <4C9290FF.9050206@fransdb.nl> <20100916204042.51900cbe@doriath> In-Reply-To: <20100916204042.51900cbe@doriath> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org On 09/17/2010 01:40 AM, Luiz Capitulino wrote: > On Thu, 16 Sep 2010 23:49:51 +0200 > Frans de Boer wrote: > > >> Dear reader, >> >> Using qemu-kvm-0.13-rc1 and having the boot partition as if=virtio, >> causes the attached blue screen when booting Windows XP SP3. >> Changing the interface to ide (if=ide) and the system boots normal. >> > Do you have the virtio drivers installed? > Yes, everything is working fine when I use the 0.12.5 release. Before you ask, I am using the git repository too. Same effect.