]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-options.hx
net: Change help text to list -netdev instead of -net by default
authorThomas Huth <thuth@redhat.com>
Fri, 15 May 2015 14:58:24 +0000 (16:58 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 27 May 2015 08:51:04 +0000 (09:51 +0100)
commit6a8b4a5be21ad4941c8a6a5db1d355a522aea2fb
tree33c99dfbf2470c8d4c74d6bd4c86cb982bcae79d
parent0915aed5842bd4dbe396b92d4f3b846ae29ad663
net: Change help text to list -netdev instead of -net by default

Looking at the output of "qemu-system-xxx -help", you easily get
the impression that "-net" is the preferred way instead of "-netdev"
to specify host network interface, since the "-net" option is
omnipresent but the "-netdev" option is only listed as a one-liner
at the end. This is ugly since "-net" is considered as legacy and
even might be removed one day. Thus, this patch switches the output
to explain the host network interfaces with the "-netdev" option
instead, moving the old "-net" option into some few lines at
the end.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 1431701904-12230-1-git-send-email-thuth@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
qemu-options.hx