]> git.proxmox.com Git - mirror_qemu.git/commit
tests/libqos: Get rid of global_qtest dependency in qvring_init()
authorThomas Huth <thuth@redhat.com>
Wed, 15 May 2019 17:43:23 +0000 (19:43 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 21 May 2019 08:00:22 +0000 (10:00 +0200)
commit8b898f59b109102faa5de8785e20c23a9445c0b1
treea13baa9334de6335148d77df24ddb7415efd6e17
parent00825d964a55756eb651b4deca560d835999065f
tests/libqos: Get rid of global_qtest dependency in qvring_init()

Library functions should not depend on global_qtest functions like
writew() and writeq(), so that they can also be used in tests that
deal with multiple QTestStates at the same time (like migration tests).

Message-Id: <20190515174328.16361-2-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/libqos/virtio-mmio.c
tests/libqos/virtio-pci.c
tests/libqos/virtio.c
tests/libqos/virtio.h