[PATCH v2] ui/gtk: Allow user to select monitor number to display qemu in full screen through new gtk display option

2021-06-16 Thread sweeaun
-display gtk,monitor= Signed-off-by: sweeaun --- qapi/ui.json| 4 +++- qemu-options.hx | 2 +- ui/gtk.c| 15 +++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/qapi/ui.json b/qapi/ui.json index 1052ca9c38..1616f3ffbd 100644 --- a/qapi/ui.json +++ b

[PATCH] ui/gtk: Allow user to select monitor number to display qemu in full screen through new gtk display option

2021-06-14 Thread sweeaun
-display gtk,monitor-num= Signed-off-by: sweeaun --- qapi/ui.json| 3 ++- qemu-options.hx | 2 +- ui/gtk.c| 15 +++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/qapi/ui.json b/qapi/ui.json index 1052ca9c38..c3363c7ad5 100644 --- a/qapi/ui.json +++ b