Re: [PATCH v2] ui: Print available display backends with '-display help'

2020-01-06 Thread Philippe Mathieu-Daudé
On 1/6/20 10:33 AM, Thomas Huth wrote: We already print availabled devices with "-device help", or available backends with "-netdev help" or "-chardev help". Let's provide a way for the users to query the available display backends, too. Signed-off-by: Thomas Huth --- v2: Now it should work w

[PATCH v2] ui: Print available display backends with '-display help'

2020-01-06 Thread Thomas Huth
We already print availabled devices with "-device help", or available backends with "-netdev help" or "-chardev help". Let's provide a way for the users to query the available display backends, too. Signed-off-by: Thomas Huth --- v2: Now it should work with modules, too include/ui/console.h |