spice: fix simple display on bigendian hosts
commitc1d37cd353be3ea4c5773fc227ba8459c1f20470
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 14 Apr 2015 06:56:21 +0000 (14 08:56 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 27 Apr 2015 10:47:03 +0000 (27 12:47 +0200)
tree02e818b760bc7abe4991e30cc80d5b48620fb1eb
parent3b5704b2f80189b2f9fdddf1690998e566eeacab
spice: fix simple display on bigendian hosts

Denis Kirjanov is busy getting spice run on ppc64 and trapped into this
one.  Spice wire format is little endian, so we have to explicitly say
we want little endian when letting pixman convert the data for us.

Reported-by: Denis Kirjanov <kirjanov@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/qemu-pixman.h
ui/spice-display.c