Skip to content
Commit 6c7efafd authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

vsock/virtio: add a missing __le annotation



guest cid is read from config space, therefore it's in little endian
format and is treated as such, annotate it accordingly.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 72952cc0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment