aboutsummaryrefslogtreecommitdiff
path: root/tests/libqos/virtio.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2018-10-05 15:02:44 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-07 17:28:45 +0100
commit19e3d9795c62fa5d91977af45ec8fad5984d874d (patch)
tree9b689072dc212a493c6134a07f79329d4cd6fa0c /tests/libqos/virtio.h
parent6e68204646e1167cf1cdb2166099a66d5576a123 (diff)
downloadqemu-19e3d9795c62fa5d91977af45ec8fad5984d874d.zip
qemu-19e3d9795c62fa5d91977af45ec8fad5984d874d.tar.gz
qemu-19e3d9795c62fa5d91977af45ec8fad5984d874d.tar.bz2
tests: move virtio entirely to qos-test
The only remaining test that needs libqos-virtio-obj-y is drive_del-test, which really only needs a function. Move that function to the test and remove libqos-virtio-obj-y. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/libqos/virtio.h')
-rw-r--r--tests/libqos/virtio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/libqos/virtio.h b/tests/libqos/virtio.h
index 3f97d79..51d2359 100644
--- a/tests/libqos/virtio.h
+++ b/tests/libqos/virtio.h
@@ -142,7 +142,6 @@ bool qvirtqueue_get_buf(QVirtQueue *vq, uint32_t *desc_idx, uint32_t *len);
void qvirtqueue_set_used_event(QVirtQueue *vq, uint16_t idx);
-const char *qvirtio_get_dev_type(void);
void qvirtio_start_device(QVirtioDevice *vdev);
#endif