From 1657291afd95f59dc3ef4c9545a7badf7dd75b35 Mon Sep 17 00:00:00 2001 From: Emanuele Giuseppe Esposito Date: Wed, 18 Jul 2018 17:18:46 +0200 Subject: qos-test: virtio-console and virtio-serial test node Convert tests/virtio-console-test and tests/virtio-serial-test in qgraph test node. This test consumes a virtio-serial interface and checks that its function return the expected values. Note that this test does not allocate any virtio-console or virtio-serial structure, it's all done by the qtest walking graph mechanism Signed-off-by: Emanuele Giuseppe Esposito Signed-off-by: Paolo Bonzini --- tests/libqos/virtio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/libqos/virtio.c') diff --git a/tests/libqos/virtio.c b/tests/libqos/virtio.c index 5a62950ccd..9fc8c7ed83 100644 --- a/tests/libqos/virtio.c +++ b/tests/libqos/virtio.c @@ -352,6 +352,7 @@ void qvirtqueue_set_used_event(QVirtQueue *vq, uint16_t idx) /* * qvirtio_get_dev_type: * Returns: the preferred virtio bus/device type for the current architecture. + * TODO: delete this */ const char *qvirtio_get_dev_type(void) { -- cgit v1.2.3-55-g7522