qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/5] gtk: misc bits


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/5] gtk: misc bits
Date: Tue, 5 May 2015 13:27:41 +0200

  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]