aboutsummaryrefslogtreecommitdiff
path: root/tests/virtio-net-test.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-15tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtestThomas Huth1-1/+1
2019-08-15tests/libqos: Make generic virtio code independent from global_qtestThomas Huth1-13/+20
2019-07-02net/announce: Expand test for stopping self announceDr. David Alan Gilbert1-3/+54
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-08tests: qpci_unplug_acpi_device_test() should not rely on global_qtestThomas Huth1-1/+3
2019-03-20test-announce-self: convert to qgraphPaolo Bonzini1-0/+30
2019-03-07tests/libqos: support multiqueue for virtio-netPaolo Bonzini1-3/+3
2019-03-07qos-test: virtio-net test nodeEmanuele Giuseppe Esposito1-150/+74
2019-03-07tests/libqos: embed allocators instead of malloc-ing them separatelyPaolo Bonzini1-5/+5
2019-03-07tests/libqos: introduce virtio_start_deviceEmanuele Giuseppe Esposito1-3/+1
2018-12-04virtio-net-test: add large tx buffer testJason Wang1-0/+46
2018-12-04virtio-net-test: remove unused macroJason Wang1-1/+0
2018-12-04virtio-net-test: accept variable length argument in pci_test_start()Jason Wang1-6/+11
2018-08-16tests: Clean up string interpolation around qtest_qmp_device_add()Markus Armbruster1-1/+2
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-3/+3
2018-02-14libqos: Use explicit QTestState for remaining libqos operationsEric Blake1-6/+9
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-02libqos/virtio: return length written into used descriptorGreg Kurz1-3/+3
2017-06-30tests: fix virtio-net-test ISR dependenceStefan Hajnoczi1-3/+3
2016-10-28tests: enable virtio tests on SPAPRLaurent Vivier1-2/+16
2016-10-28tests: use qtest_pc_boot()/qtest_shutdown() in virtio testsLaurent Vivier1-25/+14
2016-10-28tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier1-31/+28
2016-10-06libqos: add PCI management in qtest_vboot()/qtest_shutdown()Laurent Vivier1-1/+1
2016-07-29tests: plug some leaks in virtio-net-testMarc-André Lureau1-3/+9
2016-06-20Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...Peter Maydell1-5/+1
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-5/+1
2016-06-20libqos: add qvirtqueue_cleanup()Stefan Hajnoczi1-1/+1
2016-06-20libqos: drop duplicated virtio_ring.h bit definitionsStefan Hajnoczi1-2/+3
2016-06-20libqos: use virtio_ids.h for device ID definitionsStefan Hajnoczi1-2/+3
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-02-16tests: Clean up includesPeter Maydell1-2/+1
2015-08-04tests: test rx recovery from contJason Wang1-0/+52
2015-08-04tests: introduce basic pci test for virtio-netJason Wang1-7/+178
2014-10-15tests: virtio-net: Check if hot-plug/unplug worksIgor Mammedov1-0/+10
2014-02-14tests: Add virtio-net qtestAndreas Färber1-0/+33