[Spice-devel] [PATCH v6 0/5] Endian swapping and misc cleanup patches

Michal Suchanek msuchanek at suse.de
Mon Jan 23 13:53:50 UTC 2017


The "Do endian swapping" patch makes it possible to run spice agent on big
endian guest. Due to emulated hardware and client software limitation the only
features tested are mouse events and clipboard forwarding.

The remaining patches are cleanups resulting from discussion of the endian
swapping patch.

Thanks

Michal

Michal Suchanek (4):
  Quiet uninitialized variable warning.
  udscs: don't pass message type strings into the server.
  Move mouse-specific handling out of virtio_port_read_complete
  Do endian swapping.

Victor Toso (1):
  vdagentd: early return on bad message size

 src/udscs.c                  |  23 ++--
 src/udscs.h                  |   4 +-
 src/vdagent/vdagent.c        |   1 -
 src/vdagentd-proto-strings.h |   3 +-
 src/vdagentd/vdagentd.c      | 278 ++++++++++++++++++++++++++++++++-----------
 src/vdagentd/virtio-port.c   |  36 ++++--
 6 files changed, 242 insertions(+), 103 deletions(-)

-- 
2.10.2



More information about the Spice-devel mailing list