Re: [libvirt] [PATCH 25/34] Convert NICs over to use -device & -netdev where possible

2010-01-15 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 05:23:21PM +, Daniel P. Berrange wrote: > The current syntax uses a pair of args > >-net nic,macaddr=52:54:00:56:6c:55,vlan=3,model=pcnet,name=pcnet.0 >-net user,vlan=3,name=user.0 > > The new syntax does not need the vlan craziness anymore, and > so has a sim

[libvirt] [PATCH 25/34] Convert NICs over to use -device & -netdev where possible

2010-01-08 Thread Daniel P. Berrange
The current syntax uses a pair of args -net nic,macaddr=52:54:00:56:6c:55,vlan=3,model=pcnet,name=pcnet.0 -net user,vlan=3,name=user.0 The new syntax does not need the vlan craziness anymore, and so has a simplified pair of args -netdev user,id=user.0 -device pcnet,netdev=user.0,id=