[Qemu-devel] new network options in qemu cvs version

2005-12-02 Thread Michael
Hi qemu-list, in qemu-0.7.2 i have used the following network options for tun/bridge device setup: qemu -macaddr aa:bb:cc:dd:ee:ff -n /etc/qemu/qemu.boot -hda /opt/xyz.img -boot c -nics 2 -localtime with the following (tun) network startscript (qemu.boot): ifconfig $1 0.0.0.0 promisc up brctl a

[Qemu-devel] New network options

2005-11-15 Thread Fabrice Bellard
Hi all, I just commited the (long-awaited) network option change. The new network options are no longer compatible with the old ones and add several new features such as multiple VLAN emulation and sharing of VLANs between several QEMU instances. You can have more information by reading the "Inv