aboutsummaryrefslogtreecommitdiff
path: root/tests/vhost-user-test.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-12test: Move qtests to a separate directoryThomas Huth1-967/+0
2019-09-05tests/libqtest: Use libqtest-single.h in tests that require global_qtestThomas Huth1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-11hostmem-memfd: disable for systems without sealing supportIlya Maximets1-2/+3
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell1-5/+8
2019-03-08vhost-user-test: fix leaksMarc-André Lureau1-0/+3
2019-03-07tests: Do not use "\n" in g_test_message() stringsThomas Huth1-5/+5
2019-03-07qos-test: vhost-user test nodePaolo Bonzini1-230/+151
2019-03-07vhost-user-test: always use 256 MiB of guest memoryPaolo Bonzini1-9/+9
2019-03-07tests/libqos: embed allocators instead of malloc-ing them separatelyPaolo Bonzini1-5/+5
2019-03-07tests/libqos: rename qpci_init_pc and qpci_init_spapr functionsEmanuele Giuseppe Esposito1-1/+1
2019-03-07tests/libqos: introduce virtio_start_deviceEmanuele Giuseppe Esposito1-3/+1
2019-02-21vhost-user-test: create a temporary directory per TestServerPaolo Bonzini1-42/+35
2019-02-21vhost-user-test: small changes to init_hugepagefsPaolo Bonzini1-12/+14
2019-02-21vhost-user-test: create a main loop per TestServerPaolo Bonzini1-26/+27
2019-02-21vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini1-5/+11
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini1-1/+1
2019-02-05vhost-user-test: reduce usage of global_qtestPaolo Bonzini1-21/+17
2019-02-05vhost-user-test: skip if there is no memory at address 0Paolo Bonzini1-13/+45
2019-02-05vhost-user-test: support VHOST_USER_PROTOCOL_F_CROSS_ENDIANPaolo Bonzini1-3/+5
2019-02-05vhost-user-test: signal data_cond when s->rings changesPaolo Bonzini1-0/+2
2019-02-05vhost-user-test: use g_cond_broadcastPaolo Bonzini1-2/+2
2019-01-14tests: vhost-user-test: initialize 'fd' in chr_readLi Qiang1-1/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-2/+2
2018-10-02hostmem-memfd: add checks before adding hostmem-memfd & propertiesMarc-André Lureau1-3/+3
2018-08-23build-sys: remove glib_subprocess checkMarc-André Lureau1-4/+0
2018-08-16tests: Clean up string interpolation into QMP input (simple cases)Markus Armbruster1-5/+1
2018-07-16vhost-user-test: added proper TestServer *dest initialization in test_migrate()Emanuele Giuseppe Esposito1-0/+3
2018-06-29glib: bump min required glib library version to 2.40Daniel P. Berrangé1-24/+2
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-3/+3
2018-03-26vhost-user-test: add back memfd checkMarc-André Lureau1-27/+66
2018-03-26vhost-user-test: do not hang if chardev creation failedMarc-André Lureau1-0/+1
2018-02-14libqos: Use explicit QTestState for fw_cfg operationsEric Blake1-1/+1
2018-02-14libqos: Track QTestState with QPCIBusEric Blake1-1/+1
2018-02-13Revert "tests: use memfd in vhost-user-test"Peter Maydell1-64/+26
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-07tests: use memfd in vhost-user-testMarc-André Lureau1-26/+64
2018-02-07vhost-user-test: make read-guest-mem setup its own qemuMarc-André Lureau1-12/+15
2018-02-07tests: keep compiling failing vhost-user testsMarc-André Lureau1-13/+14
2018-01-18vhost-user-test: use init_virtio_dev in multiqueue testMaxime Coquelin1-57/+8
2018-01-18vhost-user-test: make features mask an init_virtio_dev() argumentMaxime Coquelin1-7/+7
2018-01-18vhost-user-test: setup virtqueues in all testsMaxime Coquelin1-11/+42
2018-01-18vhost-user-test: extract read-guest-mem test from main loopMaxime Coquelin1-18/+23
2018-01-18vhost-user-test: fix features maskMaxime Coquelin1-1/+1
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-09-05vhost-user: disable the *broken* subprocess testsPhilippe Mathieu-Daudé1-7/+10
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau1-3/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1