qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/5] gtk: misc bits
Date: Tue,  5 May 2015 13:27:41 +0200	[thread overview]
Message-ID: <1430825266-30300-1-git-send-email-kraxel@redhat.com> (raw)

  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	other threads:[~2015-05-05 11:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-05 11:27 Gerd Hoffmann [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1430825266-30300-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).