Il 14/10/2012 12:52, Timothy Madden ha scritto:
> Hello
> 
> Is kqemu deprecated ?

It is simply not supported anymore.

> Is there an alternative to it ?

No.

> `qemu-system-i386 -net nic ...` keeps saying upon invocation that vlan0
> is not connected to host network. My `vconfig add eth1` command
> completed successfully, and I can `ifconfig eth1.0`, although I see no
> IP address on the new interface, only the mac address.

QEMU VLANs have nothing to do with Linux VLANs.  Yes, that is confusing. :(

If you install libvirt, you can use -net nic -net bridge,br=virbr0.

Otherwise, you could configure a bridge yourself and just use "-net nic
-net bridge".

Paolo

> I have qemu 1.2.0 compiled on Slackware 14.0.
> 
> Thank you,
> Timothy Madden
> 
> 
> 


Reply via email to