commit | 8b38694a2dc8b18374310df50174f1e4376d6824 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Oct 24 14:19:48 2014 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 09 12:05:29 2014 +0200 |
tree | 6eab5ca0936192876d12faa2ef76a1cb04fe5af8 | |
parent | 3b1bbe89351a8003857aeb5cbef3595f5d0ee609 [diff] |
vhost/net: virtio 1.0 byte swap I had to add an explicit tag to suppress compiler warning: gcc isn't smart enough to notice that len is always initialized since function is called with size > 0. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>