]> Git Repo - qemu.git/commit - net/vhost-user.c
vhost-user: support cross-endian vnet headers
authorPaolo Bonzini <[email protected]>
Thu, 14 Feb 2019 17:35:51 +0000 (18:35 +0100)
committerMichael S. Tsirkin <[email protected]>
Thu, 21 Feb 2019 17:28:01 +0000 (12:28 -0500)
commitba28889838e6bdce540f30892d547cf634c1b0cd
tree0fcb44577297a373477ab7782ecf9e5d2264e08e
parent18658a3ced71e0fb23a0ef80ef0bbf1a9cbb7a2b
vhost-user: support cross-endian vnet headers

vhost-user already has a way to communicate the endianness of the guest
via the vring endianness messages.  The vring endianness always matches
the vnet header endianness so there is no need to do anything else in
the backend.

Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Message-Id: <1543851204[email protected]>
Message-Id: <1550165756[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
net/vhost-user.c
This page took 0.025408 seconds and 4 git commands to generate.