qemu-patch-raspberry4/fsdev
Peter Maydell b442642da1 fsdev/9p-iov-marshal.c: Don't use cpu_to_*w() functions
Don't use the cpu_to_*w() functions, which we are trying to deprecate.
Instead just use cpu_to_*() to do the byteswap, which brings the
code in the marshal function in line with that in the unmarshal.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1467908460-27048-2-git-send-email-peter.maydell@linaro.org
2016-07-12 15:08:53 +01:00
..
9p-iov-marshal.c fsdev/9p-iov-marshal.c: Don't use cpu_to_*w() functions 2016-07-12 15:08:53 +01:00
9p-iov-marshal.h 9pfs: make pdu_{,un}marshal proper functions 2016-01-08 14:53:39 +05:30
9p-marshal.c 9p: don't include <sys/uio.h> 2016-07-01 14:38:54 +02:00
9p-marshal.h fsdev: break out 9p-marshal.{c,h} from virtio-9p-marshal.{c,h} 2016-01-08 12:57:25 +05:30
file-op-9p.h 9p: don't include <sys/uio.h> 2016-07-01 14:38:54 +02:00
Makefile.objs fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h} 2016-01-08 14:35:06 +05:30
qemu-fsdev-dummy.c 9p/fsdev: remove obsolete references to virtio 2016-06-06 11:52:34 +02:00
qemu-fsdev-opts.c 9p/fsdev: remove obsolete references to virtio 2016-06-06 11:52:34 +02:00
qemu-fsdev.c 9p/fsdev: remove obsolete references to virtio 2016-06-06 11:52:34 +02:00
qemu-fsdev.h 9p/fsdev: remove obsolete references to virtio 2016-06-06 11:52:34 +02:00
virtfs-proxy-helper.c 9pfs: Clean up includes 2016-01-29 15:07:23 +00:00
virtfs-proxy-helper.texi fsdev: spelling fix 2016-06-07 18:02:49 +03:00