qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/7] initial spice support.


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/7] initial spice support.
Date: Tue, 15 Jun 2010 14:23:03 +0200

  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




reply via email to

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