Laurent Vivier e49f827725 tests: fix qvirtqueue_kick
vq->avail.idx and vq->avail->ring[] are a 16bit values,
so read and write them with readw()/writew() instead of
readl()/writel().

To read/write a 16bit value with a 32bit accessor works fine
on little-endian CPU but not on big endian CPU.

[An equivalent patch for the writew() calls was also sent by
Zhang Shuai <zhangshuai13@huawei.com>.
--Stefan]

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Message-id: 1472330054-22607-1-git-send-email-lvivier@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2016-09-13 11:00:57 +01:00
..
2016-02-23 12:43:05 +00:00
2016-02-16 14:29:27 +00:00
2016-02-23 12:43:05 +00:00
2016-02-16 14:29:27 +00:00
2015-03-10 14:02:20 +01:00
2016-02-23 12:43:05 +00:00
2014-08-15 18:03:13 +01:00
2016-02-23 12:43:05 +00:00
2014-10-15 05:03:13 +02:00
2016-06-20 11:44:12 +01:00
2015-03-10 14:02:20 +01:00
2016-06-20 11:44:12 +01:00
2016-09-13 11:00:57 +01:00
2016-06-20 11:44:12 +01:00