From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Subject: Re: unable to load viostor driver in w2k3 x86 Date: Fri, 27 Aug 2010 10:06:15 +0200 Message-ID: <4C7771F7.7010707@redhat.com> References: <1280930392.20787.120.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Vadim Rozenfeld , "'kvm@vger.kernel.org'" To: Gerrit van der Kolk Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41034 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751984Ab0H0IGU (ORCPT ); Fri, 27 Aug 2010 04:06:20 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 08/04/10 16:04, Gerrit van der Kolk wrote: > On Wed, 2010-08-04 at 14:53 +0200, Gerrit van der Kolk wrote: >> I managed to get libvirtd out of the loop. I'm starting the vm with: >> qemu-kvm -S -M fedora-13 -enable-kvm -m 2048 -smp 2,sockets=1,cores=2,threads=1 -name test -uuid 5ffc03bf-3562-1c90-9543-a64b2416a4a1 -nodefaults -chardev socket,id=monitor,path=/var/lib/libvirt/qemu/test.monitor,server,nowait -mon chardev=monitor,mode=readline -rtc base=localtime -boot dc -drive file=/var/lib/libvirt/images/test-1.img,if=ide,boot=on,format=raw -chardev pty,id=serial0 -device isa-serial,chardev=serial0 -usb -device usb-tablet,id=input0 -vga std -drive file=/var/lib/libvirt/images/test-3.img,if=virtio,format=raw >> >> host os is a fully updated fedora13 system with kernel 2.6.33.6-147.2.4.fc13.x86_64. Guestos is windows 2003 SP2 x86 with miniport hotfix KB932755 applied. Didn't solve the problem either. >> >> Anyone out there where the virtio storage does work with windows? I'm a little out of ideas at the moment. >> > Hi, Gerrit. > > Code 10 usually indicates a problem in FindAdapter routine. > It could be one of two reasons for that: > - invalid HW resources reported to guest; > - version mismatch between viostor driver and qemu. > Best regards, > Vadim. > > Hi Vadim, > > I understand, but how do I find out what HW resources are reported and how do I find out what version of the driver I should use on which qemu version? I have qemu 0.12.3 Geert, Did you check what it says in the device manager in windows? If this is during install, you could try a test install using IDE for the root drive and just use viostor for the second drive, then check in the device manager what is there. Cheers, Jes