[Spice-devel] [PATCH xf86-video-qxl 00/13] warnings fixes for xf86-video-qxl

Alon Levy alevy at redhat.com
Mon Apr 9 10:33:06 PDT 2012


This fixes all warnings except for uxa related ones - haven't yet figured out
were that code came from. Fixing it's warnings are left for later.

Alon Levy (13):
  spiceqxl: Xspice is spelled with a lower s
  qxl_ring: remove volatile. doesn't accomplish anything the
    mem_barrier doesn't also accomplish, and removes warnings when
    using memcpy
  murmurhash3: fix "always_inline function might not be inlinable"
    warning
  qxl_driver: cleanup: fix const cast warnings
  spiceqxl_inputs: fix const discard at initialization warnings
  xspice: cleanup: avoid const cast warnings on option initializers
  (questionable) qxl_surface: qxl_surface_prepare_access: handle unused
    but set warning with (void)
  spiceqxl_io_port: use attribute printf (fix warning)
  spiceqxl_io_port: use pointer_to_u64 (fix warning)
  mspace: no more warnings
  qxl_surface.c: fix -Wshadow warning
  add vim headers to set tabstop to 8
  qxl_driver: ifdef out qxl_wait_for_io_command if not XSPICE

 src/mspace.c             |   11 ++++----
 src/mspace.h             |    5 +++-
 src/murmurhash3.c        |    2 +-
 src/qxl.h                |    1 +
 src/qxl_cursor.c         |    1 +
 src/qxl_driver.c         |   23 ++++++++++++-----
 src/qxl_image.c          |    1 +
 src/qxl_mem.c            |    1 +
 src/qxl_option_helpers.c |    1 +
 src/qxl_ring.c           |   13 +++++-----
 src/qxl_surface.c        |    4 ++-
 src/spiceqxl_inputs.c    |   64 +++++++++++++++++++++++++++-------------------
 src/spiceqxl_io_port.c   |    8 +++---
 13 files changed, 84 insertions(+), 51 deletions(-)

-- 
1.7.9.3



More information about the Spice-devel mailing list