aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ivshmem-test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: Move qtests to a separate directoryThomas Huth2020-01-121-500/+0
* tests: use g_test_rand_intPaolo Bonzini2019-12-171-1/+1
* tests: Remove unnecessary global_qtest referencesThomas Huth2019-09-051-3/+0
* tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtestThomas Huth2019-08-151-1/+1
* tests: qpci_unplug_acpi_device_test() should not rely on global_qtestThomas Huth2019-05-081-3/+6
* tests: Do not use "\n" in g_test_message() stringsThomas Huth2019-03-071-2/+2
* chardev: forbid 'wait' option with client socketsDaniel P. Berrangé2019-02-121-1/+1
* hw/misc/ivshmem: Remove deprecated "ivshmem" legacy deviceThomas Huth2019-01-141-44/+23
* test: execute g_test_run when tests are skippedPaolo Bonzini2019-01-111-3/+2
* ivshmem-test: Drop dependence on global_qtestEric Blake2018-12-171-17/+1
* tests: Clean up string interpolation around qtest_qmp_device_add()Markus Armbruster2018-08-161-5/+3
* glib: bump min required glib library version to 2.40Daniel P. Berrangé2018-06-291-6/+0
* libqos: Use explicit QTestState for remaining libqos operationsEric Blake2018-02-141-0/+1
* qtest: add ivshmem-test for ppc64Laurent Vivier2017-01-311-4/+13
* qtest: convert ivshmem-test to use libqosLaurent Vivier2017-01-311-14/+17
* libqos: Change PCI accessors to take opaque BAR handleDavid Gibson2016-10-281-9/+7
* tests: Use qpci_mem{read,write} in ivshmem-testDavid Gibson2016-10-281-8/+27
* libqos: add PCI management in qtest_vboot()/qtest_shutdown()Laurent Vivier2016-10-061-1/+1
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0
* ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmemMarkus Armbruster2016-03-211-4/+8
* ivshmem: Receive shared memory synchronously in realize()Markus Armbruster2016-03-211-19/+7
* ivshmem-test: Improve test cases /ivshmem/server-*Markus Armbruster2016-03-211-7/+10
* ivshmem-test: Clean up wait for devices to become operationalMarkus Armbruster2016-03-211-6/+4
* ivshmem-test: Improve test case /ivshmem/singleMarkus Armbruster2016-03-211-7/+16
* tests/libqos/pci-pc: Fix qpci_pc_iomap() to map BARs alignedMarkus Armbruster2016-03-211-7/+6
* ivshmem-server: Don't overload POSIX shmem and file nameMarkus Armbruster2016-03-181-1/+1
* tests: Clean up includesPeter Maydell2016-02-161-5/+1
* ivshmem-test: test both msi & irq casesMarc-André Lureau2016-02-021-16/+37
* ivshmem-test: leak fixesMarc-André Lureau2016-02-021-11/+17
* ivshmem: Rename property memdev to x-memdev for 2.5Markus Armbruster2015-11-251-1/+1
* tests/ivshmem-test: Supply missing initializer in get_device()Markus Armbruster2015-11-251-0/+1
* tests: classify some ivshmem tests as slowMarc-André Lureau2015-11-121-2/+4
* ivshmem: add hostmem backendMarc-André Lureau2015-10-261-0/+12
* tests: add ivshmem qtestMarc-André Lureau2015-10-261-19/+447
* tests: Add ivshmem qtestAndreas Färber2015-10-241-0/+51