summaryrefslogtreecommitdiffstats
path: root/tests/vhost-user-test.c
Commit message (Expand)AuthorAgeFilesLines
* vhost-user-test: reduce usage of global_qtestPaolo Bonzini2019-02-051-21/+17Star
* 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-151-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/+0Star
* tests: Clean up string interpolation into QMP input (simple cases)Markus Armbruster2018-08-161-5/+1Star
* 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/+2Star
* 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/+26Star
* 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/+8Star
* 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/+0Star
* 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/+1Star
* 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
* char: add a /chardevs containerMarc-André Lureau2017-05-041-1/+1
* tests: fix vhost-user-test leaksMarc-André Lureau2017-03-011-4/+7
* char: headers clean-upMarc-André Lureau2017-01-311-0/+1
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-2/+2
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-311-2/+0Star
|\
| * clean-up: removed duplicate #includesAnand J2016-10-281-2/+0Star
* | tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier2016-10-281-17/+16Star
|/
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2016-10-241-0/+1
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-16/+19
* char: rename some frontend functionsMarc-André Lureau2016-10-241-3/+3
* char: remaining switch to CharBackend in frontendMarc-André Lureau2016-10-241-18/+21
* char: remove init callbackMarc-André Lureau2016-10-241-1/+1
* libqos: add PCI management in qtest_vboot()/qtest_shutdown()Laurent Vivier2016-10-061-2/+2
* tests: add /vhost-user/flags-mismatch testMarc-André Lureau2016-09-231-1/+59
* tests: add a simple /vhost-user/multiqueue testMarc-André Lureau2016-09-231-3/+106
* tests: add /vhost-user/connect-fail testMarc-André Lureau2016-09-231-0/+39