Hi, A few small gtk patches. The two console patches are dependencies for patch #3. Adding ui_info is preparation for virtio-gpu merge: virtio-gpu will be able to adapt the guest display to the user's window size, simliar to how spice is doing it with the spice guest agent. ui_info basically is the qemu-side infrastructure for this.
please review, Gerd Gerd Hoffmann (5): console: delayed ui_info guest notification console: add dpy_ui_info_supported gtk: add ui_info support gtk: create gtk.h gtk: update mouse position in mouse_set() include/ui/console.h | 1 + include/ui/gtk.h | 76 ++++++++++++++++++++++++++++++++++++++++++ ui/console.c | 27 +++++++++++++-- ui/gtk.c | 94 +++++++++++++--------------------------------------- 4 files changed, 124 insertions(+), 74 deletions(-) create mode 100644 include/ui/gtk.h -- 1.8.3.1