From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypb17-0004dz-8U for qemu-devel@nongnu.org; Tue, 05 May 2015 07:28:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ypb12-000517-Jd for qemu-devel@nongnu.org; Tue, 05 May 2015 07:28:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypb12-0004zP-3J for qemu-devel@nongnu.org; Tue, 05 May 2015 07:27:56 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 9CBCE8EFC9 for ; Tue, 5 May 2015 11:27:55 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 5 May 2015 13:27:41 +0200 Message-Id: <1430825266-30300-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] gtk: misc bits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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