On 05/16/2014 10:02 AM, Gerd Hoffmann wrote: > Hi folks, > > I'm trying to hammer the qemu gtk ui into shape. Fixing a bunch of > issues we have, and also try to make it ready for multihead support. > > Git tree is here: > git://git.kraxel.org/qemu rebase/ui-gtk-next > > cgit: > https://www.kraxel.org/cgit/qemu/log/?h=rebase/ui-gtk-next > > I think I pretty much nailed all window resize issues. Data structures > are updated to handle multiple QemuConsoles. You can detach tabs (i.e. > move them into their own toplevel window), then see vga display + qemu > monitor (or multiple vga cards, or multiple heads of a virtio-gpu card) > side by side. > > Please review and test. Comments are welcome of course.
Did some light testing, seems to work fine here. I'll review individual patches when they hit the list. Thanks, Cole