Re: [Spice-devel] [PATCH spice-common] quic: Fix endianness encoding

2018-06-04 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Mon, Jun 04, 2018 at 10:28:47AM +0100, Frediano Ziglio wrote: > The image is going to network and network protocol is little endian > so the numbers has to be little endian. Note that this is already done > during decoding. > Tested on a ppc64 machine. > >

[Spice-devel] [PATCH spice-common] quic: Fix endianness encoding

2018-06-04 Thread Frediano Ziglio
The image is going to network and network protocol is little endian so the numbers has to be little endian. Note that this is already done during decoding. Tested on a ppc64 machine. Signed-off-by: Frediano Ziglio --- common/quic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff