* Kvm qemu virtio not supported?
@ 2008-03-19 18:38 Leifker, David
2008-03-19 18:43 ` Anthony Liguori
0 siblings, 1 reply; 3+ messages in thread
From: Leifker, David @ 2008-03-19 18:38 UTC (permalink / raw)
To: kvm-devel
[-- Attachment #1.1: Type: text/plain, Size: 700 bytes --]
I thought I'd try the new paravirtualized network driver however I
receive an error from qemu about virtuio being unsupported.
Command=> /usr/local/kvm/bin/qemu-system-x86_64 -m 1280 -cdrom
/virtual_hosts/kvm-driver-disc-20080318.iso \
-hda /virtual_hosts/windows2003std.img -vnc :10 \
-net nic,vlan=0,model=virtio -net
tap,vlan=0,ifname=tap0,script=no \
-net nic,vlan=1,model=virtio -net
tap,vlan=1,ifname=tap1,script=no
Error=> qemu: Unsupported NIC: virtio
Details:
Intel(R) Core(TM)2 Extreme CPU Q6850 @ 3.00GHz
kvm-63
Kernel 2.6.24.2
x86_64
Guest is Windows 32bit 2003 Standard
Any insight is appreciated, works with model=rtl8139
David
[-- Attachment #1.2: Type: text/html, Size: 1862 bytes --]
[-- Attachment #2: Type: text/plain, Size: 228 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
[-- Attachment #3: Type: text/plain, Size: 158 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Kvm qemu virtio not supported?
2008-03-19 18:38 Kvm qemu virtio not supported? Leifker, David
@ 2008-03-19 18:43 ` Anthony Liguori
2008-03-19 18:53 ` Leifker, David
0 siblings, 1 reply; 3+ messages in thread
From: Anthony Liguori @ 2008-03-19 18:43 UTC (permalink / raw)
To: Leifker, David; +Cc: kvm-devel
Leifker, David wrote:
>
> I thought I’d try the new paravirtualized network driver however I
> receive an error from qemu about virtuio being unsupported.
>
> Command=> /usr/local/kvm/bin/qemu-system-x86_64 -m 1280 -cdrom
> /virtual_hosts/kvm-driver-disc-20080318.iso \
> -hda /virtual_hosts/windows2003std.img -vnc :10 \
> -net nic,vlan=0,model=virtio -net tap,vlan=0,ifname=tap0,script=no \
> -net nic,vlan=1,model=virtio -net tap,vlan=1,ifname=tap1,script=no
> Error=> qemu: Unsupported NIC: virtio
>
Is it possible you are using an older QEMU userspace? /usr/local/kvm/bin
is not the standard path so if you just did a ./configure && make
install, your binary would be in /usr/local/bin
Regards,
Anthony Liguori
> Details:
> Intel(R) Core(TM)2 Extreme CPU Q6850 @ 3.00GHz
> kvm-63
> Kernel 2.6.24.2
> x86_64
> Guest is Windows 32bit 2003 Standard
>
> Any insight is appreciated, works with model=rtl8139
>
> David
>
>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> ------------------------------------------------------------------------
>
> _______________________________________________
> kvm-devel mailing list
> kvm-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Kvm qemu virtio not supported?
2008-03-19 18:43 ` Anthony Liguori
@ 2008-03-19 18:53 ` Leifker, David
0 siblings, 0 replies; 3+ messages in thread
From: Leifker, David @ 2008-03-19 18:53 UTC (permalink / raw)
To: Anthony Liguori; +Cc: kvm-devel
Yes, my fault. I did. Thanks!!!
-----Original Message-----
From: Anthony Liguori [mailto:anthony@codemonkey.ws]
Sent: Wednesday, March 19, 2008 2:43 PM
To: Leifker, David
Cc: kvm-devel@lists.sourceforge.net
Subject: Re: [kvm-devel] Kvm qemu virtio not supported?
Leifker, David wrote:
>
> I thought I'd try the new paravirtualized network driver however I
> receive an error from qemu about virtuio being unsupported.
>
> Command=> /usr/local/kvm/bin/qemu-system-x86_64 -m 1280 -cdrom
> /virtual_hosts/kvm-driver-disc-20080318.iso \ -hda
> /virtual_hosts/windows2003std.img -vnc :10 \ -net
> nic,vlan=0,model=virtio -net tap,vlan=0,ifname=tap0,script=no \ -net
> nic,vlan=1,model=virtio -net tap,vlan=1,ifname=tap1,script=no Error=>
> qemu: Unsupported NIC: virtio
>
Is it possible you are using an older QEMU userspace? /usr/local/kvm/bin
is not the standard path so if you just did a ./configure && make
install, your binary would be in /usr/local/bin
Regards,
Anthony Liguori
> Details:
> Intel(R) Core(TM)2 Extreme CPU Q6850 @ 3.00GHz
> kvm-63
> Kernel 2.6.24.2
> x86_64
> Guest is Windows 32bit 2003 Standard
>
> Any insight is appreciated, works with model=rtl8139
>
> David
>
>
>
>
> ----------------------------------------------------------------------
> --
>
> ----------------------------------------------------------------------
> --- This SF.net email is sponsored by: Microsoft Defy all challenges.
> Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> ----------------------------------------------------------------------
> --
>
> _______________________________________________
> kvm-devel mailing list
> kvm-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-03-19 18:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-19 18:38 Kvm qemu virtio not supported? Leifker, David
2008-03-19 18:43 ` Anthony Liguori
2008-03-19 18:53 ` Leifker, David
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.