Re: [Qemu-devel] [PATCH v1 2/8] net: List available netdevs with "-netdev help"

2018-02-19 Thread Eric Blake
On 02/19/2018 03:15 AM, Thomas Huth wrote: Other options like "-chardev" or "-device" feature a nice help text with the available devices when being called with "help" or "?". Since it is quite useful, especially if you want to see which network backends have been compiled into the QEMU binary, l

Re: [Qemu-devel] [PATCH v1 2/8] net: List available netdevs with "-netdev help"

2018-02-19 Thread Paolo Bonzini
On 19/02/2018 10:15, Thomas Huth wrote: > Other options like "-chardev" or "-device" feature a nice help text > with the available devices when being called with "help" or "?". > Since it is quite useful, especially if you want to see which network > backends have been compiled into the QEMU binary

[Qemu-devel] [PATCH v1 2/8] net: List available netdevs with "-netdev help"

2018-02-19 Thread Thomas Huth
Other options like "-chardev" or "-device" feature a nice help text with the available devices when being called with "help" or "?". Since it is quite useful, especially if you want to see which network backends have been compiled into the QEMU binary, let's provide such a help text for "-netdev",