Re: [PATCH] ui/gtk: mon_num parameter to specify target monitor for launching Qemu

2021-11-19 Thread Paolo Bonzini
On 11/18/21 23:51, Dongwon Kim wrote: +# @mon-num: Indicate monitor where Qemu window is lauched. mon-num +# could be any number from -1 to (total num of monitors - 1). +# (default: -1: use default monitor) +# since 6.2 There is no need to accept -1

Re: [PATCH] ui/gtk: mon_num parameter to specify target monitor for launching Qemu

2021-11-19 Thread Philippe Mathieu-Daudé
On 11/18/21 23:51, Dongwon Kim wrote: > Introducing a new integer parameter to specify the monitor where the > Qemu window is placed upon launching. > > Monitor index can start from 0 to (total number of monitors - 1). > Default value for the parameter is -1, which doesn't affect anything. > > It

[PATCH] ui/gtk: mon_num parameter to specify target monitor for launching Qemu

2021-11-18 Thread Dongwon Kim
Introducing a new integer parameter to specify the monitor where the Qemu window is placed upon launching. Monitor index can start from 0 to (total number of monitors - 1). Default value for the parameter is -1, which doesn't affect anything. It can be used together with full-screen=on, which wil