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

2020-01-19 Thread Thomas Huth
On 20/01/2020 01.01, Philippe Mathieu-Daudé wrote: > Hi Thomas, > > On 1/8/20 3:47 PM, 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

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

2020-01-19 Thread Philippe Mathieu-Daudé
Hi Thomas, On 1/8/20 3:47 PM, 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. > > Reviewed-by: Philippe Mathieu-Daudé >

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

2020-01-09 Thread Gerd Hoffmann
On Wed, Jan 08, 2020 at 03:47:02PM +0100, 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. > > Reviewed-by: Philippe Mathie

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

2020-01-08 Thread Philippe Mathieu-Daudé
On 1/8/20 3:47 PM, 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. Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Ma

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

2020-01-08 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. Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth