s390x: fix virtio feature bitmap
commit8f16753fd6b584f34d47e102d290dbf4d5c94d46
authorAlexander Graf <agraf@suse.de>
Mon, 4 Apr 2011 14:32:10 +0000 (4 16:32 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 10 Apr 2011 20:25:41 +0000 (10 22:25 +0200)
tree7ed397c8ae6899d250e84745a9e984a0a0e790d3
parent7b3da903041eae8e756d5dd29c492e5f043c9954
s390x: fix virtio feature bitmap

The feature bitmap in the s390 virtio machine is little endian. To
address for that, we need to bswap the values after reading them out.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/s390-virtio-bus.c