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