On 19/10/2019 08.37, Stefan Hajnoczi wrote: > The VIRTIO Configuration Space cannot be accessed before device feature > bits have been read because a driver doesn't know the endianness until > it has checked VIRTIO_F_VERSION_1. > > Fix this problem in preparation for VIRTIO 1.0 support. > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > tests/virtio-blk-test.c | 33 ++++++++++++++++++++------------- > 1 file changed, 20 insertions(+), 13 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>