qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] gtk: misc bits
@ 2015-05-05 11:27 Gerd Hoffmann
  2015-05-05 11:27 ` [Qemu-devel] [PATCH 1/5] console: delayed ui_info guest notification Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2015-05-05 11:27 UTC (permalink / raw)
  To: qemu-devel; +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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-05-05 11:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05 11:27 [Qemu-devel] [PATCH 0/5] gtk: misc bits Gerd Hoffmann
2015-05-05 11:27 ` [Qemu-devel] [PATCH 1/5] console: delayed ui_info guest notification Gerd Hoffmann
2015-05-05 11:27 ` [Qemu-devel] [PATCH 2/5] console: add dpy_ui_info_supported Gerd Hoffmann
2015-05-05 11:27 ` [Qemu-devel] [PATCH 3/5] gtk: add ui_info support Gerd Hoffmann
2015-05-05 11:27 ` [Qemu-devel] [PATCH 4/5] gtk: create gtk.h Gerd Hoffmann
2015-05-05 11:27 ` [Qemu-devel] [PATCH 5/5] gtk: update mouse position in mouse_set() Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).