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