UPSTREAM: 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>

(cherry picked from commit 6c7efafdd5c1639084dd08ace82567e19a4032be)

BUG=chromium:763970
TEST=build caroline with USE=kvm_host

Change-Id: Iea4ad4045898b4ba0991688421b3adc558003ee8
Signed-off-by: Chirantan Ekbote <chirantan@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/669382
Signed-off-by: Sonny Rao <sonnyrao@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1058972
Reviewed-by: Guenter Roeck <groeck@chromium.org>
1 file changed