Re: [PATCH] vl: Print display options for -display help

2023-12-16 Thread Akihiko Odaki
On 2023/12/15 22:07, BALATON Zoltan wrote: On Fri, 15 Dec 2023, Daniel P. Berrangé wrote: On Fri, Dec 15, 2023 at 01:43:37PM +0100, BALATON Zoltan wrote: On Fri, 15 Dec 2023, Akihiko Odaki wrote: On 2023/12/14 22:00, BALATON Zoltan wrote: So we go from: $ ./qemu-system-aarch64 -display help

Re: [PATCH] vl: Print display options for -display help

2023-12-15 Thread BALATON Zoltan
On Fri, 15 Dec 2023, Daniel P. Berrangé wrote: On Fri, Dec 15, 2023 at 01:43:37PM +0100, BALATON Zoltan wrote: On Fri, 15 Dec 2023, Akihiko Odaki wrote: On 2023/12/14 22:00, BALATON Zoltan wrote: So we go from: $ ./qemu-system-aarch64 -display help Available display backend types: none gtk sd

Re: [PATCH] vl: Print display options for -display help

2023-12-15 Thread Daniel P . Berrangé
On Fri, Dec 15, 2023 at 01:43:37PM +0100, BALATON Zoltan wrote: > On Fri, 15 Dec 2023, Akihiko Odaki wrote: > > On 2023/12/14 22:00, BALATON Zoltan wrote: > > > > So we go from: > > > > > > > > $ ./qemu-system-aarch64 -display help > > > > Available display backend types: > > > > none > > > > gtk

Re: [PATCH] vl: Print display options for -display help

2023-12-15 Thread BALATON Zoltan
On Fri, 15 Dec 2023, Akihiko Odaki wrote: On 2023/12/14 22:00, BALATON Zoltan wrote: On Thu, 14 Dec 2023, Philippe Mathieu-Daudé wrote: Hi Akihiko, On 14/12/23 07:47, Akihiko Odaki wrote: -display lists display backends, but does not tell their options. Use the help messages from qemu-options

Re: [PATCH] vl: Print display options for -display help

2023-12-15 Thread Akihiko Odaki
On 2023/12/14 22:00, BALATON Zoltan wrote: On Thu, 14 Dec 2023, Philippe Mathieu-Daudé wrote: Hi Akihiko, On 14/12/23 07:47, Akihiko Odaki wrote: -display lists display backends, but does not tell their options. Use the help messages from qemu-options.def, which include the list of options. S

Re: [PATCH] vl: Print display options for -display help

2023-12-14 Thread Marc-André Lureau
Hi On Thu, Dec 14, 2023 at 1:29 PM Philippe Mathieu-Daudé wrote: > > Hi Akihiko, > > On 14/12/23 07:47, Akihiko Odaki wrote: > > -display lists display backends, but does not tell their options. > > Use the help messages from qemu-options.def, which include the list of > > options. > > > > Signed

Re: [PATCH] vl: Print display options for -display help

2023-12-14 Thread BALATON Zoltan
On Thu, 14 Dec 2023, Philippe Mathieu-Daudé wrote: Hi Akihiko, On 14/12/23 07:47, Akihiko Odaki wrote: -display lists display backends, but does not tell their options. Use the help messages from qemu-options.def, which include the list of options. Signed-off-by: Akihiko Odaki --- include/u

Re: [PATCH] vl: Print display options for -display help

2023-12-14 Thread Philippe Mathieu-Daudé
Hi Akihiko, On 14/12/23 07:47, Akihiko Odaki wrote: -display lists display backends, but does not tell their options. Use the help messages from qemu-options.def, which include the list of options. Signed-off-by: Akihiko Odaki --- include/ui/console.h | 1 - system/vl.c | 11 +

[PATCH] vl: Print display options for -display help

2023-12-13 Thread Akihiko Odaki
-display lists display backends, but does not tell their options. Use the help messages from qemu-options.def, which include the list of options. Signed-off-by: Akihiko Odaki --- include/ui/console.h | 1 - system/vl.c | 11 ++- ui/console.c | 20 3