On 11/10/2019 10.56, Stefan Hajnoczi wrote: > The MSI-X vectors are programmed differently in the VIRTIO 1.0 and > Legacy interfaces. Introduce callbacks so different implementations can > be used depending on the interface version. > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > tests/libqos/virtio-pci.h | 12 ++++++++++++ > tests/libqos/virtio-pci.c | 37 ++++++++++++++++++++++++++++--------- > 2 files changed, 40 insertions(+), 9 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>