On Thu, Jun 09, 2022 at 10:38:53AM +0100, Daniel P. Berrangé wrote: > On Tue, May 31, 2022 at 01:23:27PM -0700, Dongwon Kim wrote: > > New integer array parameter, 'monitor' is for specifying the target > > displays where individual QEMU windows are placed upon launching. > > > > The array contains a series of numbers representing the monitor where > > QEMU windows are placed. > > > > Numbers in the array are mapped to QEMU windows like, > > > > [1st detached window, 2nd detached window,.... Main window] > > > > Usage example: -display gtk,monitor.0=0,monitor.1=1..... > > > > Cc: Daniel P. Berrangé <[email protected]> > > Cc: Markus Armbruster <[email protected]> > > Cc: Philippe Mathieu-Daudé <[email protected]> > > Cc: Paolo Bonzini <[email protected]> > > Cc: Gerd Hoffmann <[email protected]> > > Cc: Vivek Kasireddy <[email protected]> > > Signed-off-by: Dongwon Kim <[email protected]> > > --- > > qapi/ui.json | 7 ++++++- > > qemu-options.hx | 2 +- > > ui/gtk.c | 32 +++++++++++++++++++++++++++++++- > > 3 files changed, 38 insertions(+), 3 deletions(-) > > Reviewed-by: Daniel P. Berrangé <[email protected]>
Thanks, queued up series. take care, Gerd
