On 19/10/2019 08.37, Stefan Hajnoczi wrote: > In VIRTIO 1.0 feature bits changed from 32-bit to 64-bit. (In fact, the > transports allow even more feature bits but nothing uses more than 64 > bits today.) > > Add 64-bit feature bit support to virtio-mmio and virtio-pci. This will > be necessary for VIRTIO 1.0 support. > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > tests/libqos/virtio.h | 12 ++++++------ > tests/libqos/virtio-mmio.c | 28 ++++++++++++++++++++++------ > tests/libqos/virtio-net.c | 6 +++--- > tests/libqos/virtio-pci.c | 12 ++++++------ > tests/libqos/virtio.c | 4 ++-- > tests/virtio-blk-test.c | 8 ++++---- > 6 files changed, 43 insertions(+), 27 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>