From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/7] initial spice support.
Date: Tue, 15 Jun 2010 14:23:03 +0200 [thread overview]
Message-ID: <1276604590-18919-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
/me wants getting the spice support merging started, here is the first
batch of patches. It brings just the very basic bits:
* Detect spice in configure, Makefile windup.
* Support for keyboard, mouse and tablet.
* Support for simple display output (works as DisplayChangeListener,
plays with any gfx card, sends simple draw commands to update
dirty regions).
Note that this patch series does *not* yet contain the qxl paravirtual
gfx card. The patch series depends on the pflib bits submitted earlier
today as part of the fbdev patch series.
Patches are also available from
http://cgit.freedesktop.org/spice/qemu/
This patch series is tagged 'submit.1'.
The latest spice branch is 'spice.v11' (qxl is included there).
cheers,
Gerd
Gerd Hoffmann (7):
configure: add logging
add spice into the configure file
spice: core bits
spice: add keyboard
spice: add mouse
spice: simple display
spice: add tablet support
Makefile.objs | 2 +
configure | 43 ++++++-
qemu-config.c | 23 +++
qemu-config.h | 1 +
qemu-options.hx | 8 +
qemu-spice.h | 24 ++++
spice-display.c | 404 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
spice-display.h | 52 +++++++
spice-input.c | 173 ++++++++++++++++++++++++
spice.c | 155 +++++++++++++++++++++
vl.c | 22 +++-
11 files changed, 904 insertions(+), 3 deletions(-)
create mode 100644 qemu-spice.h
create mode 100644 spice-display.c
create mode 100644 spice-display.h
create mode 100644 spice-input.c
create mode 100644 spice.c
next reply other threads:[~2010-06-15 12:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-15 12:23 Gerd Hoffmann [this message]
2010-06-15 12:23 ` [Qemu-devel] [PATCH 1/7] configure: add logging Gerd Hoffmann
2010-06-15 13:39 ` [Qemu-devel] " Paolo Bonzini
2010-06-15 12:23 ` [Qemu-devel] [PATCH 2/7] add spice into the configure file Gerd Hoffmann
2010-06-15 12:23 ` [Qemu-devel] [PATCH 3/7] spice: core bits Gerd Hoffmann
2010-06-15 12:23 ` [Qemu-devel] [PATCH 4/7] spice: add keyboard Gerd Hoffmann
2010-06-15 12:23 ` [Qemu-devel] [PATCH 5/7] spice: add mouse Gerd Hoffmann
2010-06-15 12:23 ` [Qemu-devel] [PATCH 6/7] spice: simple display Gerd Hoffmann
2010-06-15 12:23 ` [Qemu-devel] [PATCH 7/7] spice: add tablet support 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=1276604590-18919-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).