From 19e3d9795c62fa5d91977af45ec8fad5984d874d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 5 Oct 2018 15:02:44 +0200 Subject: 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 --- tests/libqos/virtio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/libqos/virtio.h') 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 -- cgit v1.1