[Spice-devel] [PATCH xf86-video-qxl 0/6] use spice-protocol

Alon Levy alevy at redhat.com
Thu Feb 10 11:05:01 PST 2011


These patches reuse the structs and enums in spice-protocol. They
require the patches on list applied to spice-protocol first:
 http://lists.freedesktop.org/archives/spice-devel/2011-February/002540.html
 [Spice-devel] [PATCH 0/6] typedef additions for xf86-video-qxl

Alternatively you can pull spice-protocol:
  git://git.freedesktop.org/git/spice/spice-protocol for_xorg

You can pull this patchset too:
 git://anongit.freedesktop.org/~alon/xf86-video-qxl use_spice_protocol

Alon Levy (6):
  gcc-4.6.0 fix: cast unmatching function pointers
  qxl_driver: remove unused variable (found by gcc 4.6.0)
  build: add spice-protocol dep
  use spice-protocol qxl_dev.h enums
  use structs from spice-protocol qxl_dev.h
  s/qxl_ram_header/QXLRam/

 configure.ac      |    2 +
 src/Makefile.am   |    2 +-
 src/qxl.h         |  560 +----------------------------------------------------
 src/qxl_cursor.c  |   24 ++--
 src/qxl_driver.c  |   66 +++----
 src/qxl_image.c   |   44 ++--
 src/qxl_surface.c |   82 ++++----
 7 files changed, 120 insertions(+), 660 deletions(-)

-- 
1.7.4



More information about the Spice-devel mailing list