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

2024-02-18 Thread Akihiko Odaki
On 2024/02/18 19:11, BALATON Zoltan wrote: On Sun, 18 Feb 2024, Akihiko Odaki wrote: Hi Marc-André, Paolo, This patch has Reviewed-by: and Tested-by: but not pulled yet. Can either of you pull this? I think we dropped this because it's not consistent with the other help options such as -cpu

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

2024-02-18 Thread BALATON Zoltan
On Sun, 18 Feb 2024, Akihiko Odaki wrote: Hi Marc-André, Paolo, This patch has Reviewed-by: and Tested-by: but not pulled yet. Can either of you pull this? I think we dropped this because it's not consistent with the other help options such as -cpu help -device help that print the available

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

2024-02-17 Thread Akihiko Odaki
Hi Marc-André, Paolo, This patch has Reviewed-by: and Tested-by: but not pulled yet. Can either of you pull this? Regards, Akihiko Odaki On 2023/12/16 17:03, Akihiko Odaki wrote: -display lists display backends, but does not tell their options. Use the help messages from qemu-options.def, wh

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

2023-12-16 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. Note that this change also has an unfortunate side effect that it will no longer tell what UI modules are actually available. Signed-off-by: Akihiko Od