commit | 6c7efafdd5c1639084dd08ace82567e19a4032be | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 06 06:03:34 2016 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 15 06:59:18 2016 +0200 |
tree | 163f2d15126710f935b31b3376b6f293c9139ea5 | |
parent | 72952cc0614b61650b2b13f57752a6dd82cbeae5 [diff] |
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: Michael S. Tsirkin <mst@redhat.com>