Re: [libvirt] [PATCH 4/6] qemu: command: replace vlan= with netdev= for legacy nic

2018-06-20 Thread Michal Privoznik
On 06/19/2018 06:40 PM, Cole Robinson wrote: > VMs with hardcoded platform network devices are forced to use old > style '-net nic' command line config. Current we use qemu's vlan s/Current/Currently/ perhaps? > option to hook this with the '-netdev' host side of things. > > However since qemu

[libvirt] [PATCH 4/6] qemu: command: replace vlan= with netdev= for legacy nic

2018-06-19 Thread Cole Robinson
VMs with hardcoded platform network devices are forced to use old style '-net nic' command line config. Current we use qemu's vlan option to hook this with the '-netdev' host side of things. However since qemu 1.2 there is '-net nic,netdev=X' option for explicitly referencing a netdev ID, which