From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
"Markus Armbruster" <armbru@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>
Subject: [PULL 00/11] Ui 20210521 patches
Date: Fri, 21 May 2021 14:51:08 +0200 [thread overview]
Message-ID: <20210521125119.3173309-1-kraxel@redhat.com> (raw)
The following changes since commit 972e848b53970d12cb2ca64687ef8ff797fb6236:
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210520-v2' into staging (2021-05-20 18:42:00 +0100)
are available in the Git repository at:
git://git.kraxel.org/qemu tags/ui-20210521-pull-request
for you to fetch changes up to d11ebe2ca257769337118d3b0ff3f76ea4928018:
ui/gtk: add clipboard support (2021-05-21 09:42:44 +0200)
----------------------------------------------------------------
ui: add cut+paste support.
ui: bugfixes for spice and vnc.
----------------------------------------------------------------
Gerd Hoffmann (9):
build: add separate spice-protocol config option
ui: add clipboard infrastructure
ui: add clipboard documentation
ui/vdagent: core infrastructure
ui/vdagent: add mouse support
ui/vdagent: add clipboard support
ui/vnc: clipboard support
ui/gtk: move struct GtkDisplayState to ui/gtk.h
ui/gtk: add clipboard support
Mauro Matteo Cascella (1):
ui/spice-display: check NULL pointer in interface_release_resource()
Michael Tokarev (1):
vnc: spelling fix (enable->enabled)
configure | 36 +-
include/ui/clipboard.h | 193 ++++++++++
include/ui/gtk.h | 67 ++++
ui/vnc.h | 24 ++
chardev/char.c | 6 +
ui/clipboard.c | 92 +++++
ui/gtk-clipboard.c | 192 ++++++++++
ui/gtk.c | 56 +--
ui/spice-display.c | 4 +
ui/vdagent.c | 803 +++++++++++++++++++++++++++++++++++++++++
ui/vnc-clipboard.c | 323 +++++++++++++++++
ui/vnc.c | 23 +-
docs/devel/index.rst | 1 +
docs/devel/ui.rst | 8 +
meson.build | 4 +
qapi/char.json | 21 +-
ui/meson.build | 5 +-
ui/trace-events | 10 +
18 files changed, 1800 insertions(+), 68 deletions(-)
create mode 100644 include/ui/clipboard.h
create mode 100644 ui/clipboard.c
create mode 100644 ui/gtk-clipboard.c
create mode 100644 ui/vdagent.c
create mode 100644 ui/vnc-clipboard.c
create mode 100644 docs/devel/ui.rst
--
2.31.1
next reply other threads:[~2021-05-21 12:55 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-21 12:51 Gerd Hoffmann [this message]
2021-05-21 12:51 ` [PULL 01/11] vnc: spelling fix (enable->enabled) Gerd Hoffmann
2021-05-21 12:51 ` [PULL 02/11] ui/spice-display: check NULL pointer in interface_release_resource() Gerd Hoffmann
2021-05-21 12:51 ` [PULL 03/11] build: add separate spice-protocol config option Gerd Hoffmann
2021-05-21 12:51 ` [PULL 04/11] ui: add clipboard infrastructure Gerd Hoffmann
2021-05-21 12:51 ` [PULL 05/11] ui: add clipboard documentation Gerd Hoffmann
2021-05-21 12:51 ` [PULL 06/11] ui/vdagent: core infrastructure Gerd Hoffmann
2021-05-21 12:51 ` [PULL 07/11] ui/vdagent: add mouse support Gerd Hoffmann
2021-05-21 12:51 ` [PULL 08/11] ui/vdagent: add clipboard support Gerd Hoffmann
2021-05-21 12:51 ` [PULL 09/11] ui/vnc: " Gerd Hoffmann
2021-12-20 14:33 ` Vladimir Sementsov-Ogievskiy
2021-05-21 12:51 ` [PULL 10/11] ui/gtk: move struct GtkDisplayState to ui/gtk.h Gerd Hoffmann
2021-05-21 12:51 ` [PULL 11/11] ui/gtk: add clipboard support Gerd Hoffmann
2021-05-21 13:09 ` [PULL 00/11] Ui 20210521 patches no-reply
2021-05-21 15:23 ` Peter Maydell
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=20210521125119.3173309-1-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=armbru@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@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).