Dongwon Kim <[email protected]> writes: > Detaching any addtional guest displays in case multiple displays are > assigned to the guest OS (e.g. max_outputs=n) so that all of them are > visible upon lauching. > > v2: - making sure type of VC is GD_VC_GFX before qemu_console_is_graphic > (Gerd Hoffman) > - vc[0] is always primary guest display so we won't need n_gfx_vcs > (Gerd Hoffmann) > - making sure detached window's size same as original surface size > (Daniel P. Berrangé)
Patch history ... > 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]> > --- ... goes here, so it doesn't end up in git. You can also keep it in the cover letter instead. > ui/gtk.c | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-)
