Features/RemovedFeatures

From QEMU
Revision as of 15:20, 14 February 2019 by Huth (talk | contribs) (New page about deprecated features)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page is about features that have been removed from QEMU (after a deprecation period), and what new features should be used instead.

Removed command line parameters

Parameter Deprecated in Removed in Replacement
-bootp v2.6.0 v3.1.0 The -bootp /some/file argument is replaced by either -netdev user,id=x,bootp=/some/file (for pluggable NICs, accompanied with -device ...,netdev=x), or -nic user,bootp=/some/file (for embedded NICs). The new syntax allows different settings to be provided per NIC.
-net channel v2.6.0 v2.12.0 Option has been replaced by -net user,guestfwd=...
-net dump v2.10.0 v2.12.0 -net dump[,vlan=n][,file=filename][,len=maxlen] has been replaced by -object filter-dump,id=id,netdev=dev[,file=filename][,maxlen=maxlen]. Note that the new syntax works with netdev IDs instead of the old "vlan" hubs.
-redir v2.6.0 v3.1.0 The -redir [tcp|udp]:hostport:[guestaddr]:guestport argument is replaced by either -netdev user,id=x,hostfwd=[tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport (for pluggable NICs, accompanied with -device ...,netdev=x) or -nic user,hostfwd=[tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport (for embedded NICs). The new syntax allows different settings to be provided per NIC.
-smb v2.6.0 v3.1.0 The -smb /some/dir argument is replaced by either -netdev user,id=x,smb=/some/dir (for pluggable NICs, accompanied with -device ...,netdev=x), or -nic user,smb=/some/dir (for embedded NICs). The new syntax allows different settings to be provided per NIC.
-tftp v2.6.0 v3.1.0 The -tftp /some/dir argument is replaced by either -netdev user,id=x,tftp=/some/dir (for pluggable NICs, accompanied with -device ...,netdev=x), or -nic user,tftp=/some/dir (for embedded NICs). The new syntax allows different settings to be provided per NIC.