From what I understand, the devs do intend to eventually implement support for the newer qdev -device syntax.
This would change our current configuration that looks like this:
-net nic,vlan=VLAN,macaddr=MACADDR,model=MODEL,name=ID,addr=STR,vectors=VTo this:
-netdev type=TYPE,id=NET-ID
-device...