aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2023-03-28util: import GTree as QTreeEmilio Cota
2023-03-20replace TABs with spacesYeqi Fu
2023-03-20tests/unit/test-blockjob: Disable complete_in_standby testPeter Maydell
2023-03-13tests: fix path separator, use g_build_filename()Marc-André Lureau
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau
2023-03-13error: add global &error_warn destinationMarc-André Lureau
2023-03-13tests: add test-error-reportMarc-André Lureau
2023-03-13tests: use closesocket()Marc-André Lureau
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse
2023-03-07hw/xen: Implement core serialize/deserialize methods for xenstore_implDavid Woodhouse
2023-03-07hw/xen: Implement XenStore permissionsPaul Durrant
2023-03-07hw/xen: Watches on XenStore transactionsDavid Woodhouse
2023-03-07hw/xen: Implement XenStore transactionsDavid Woodhouse
2023-03-07hw/xen: Implement XenStore watchesDavid Woodhouse
2023-03-07hw/xen: Add basic XenStore tree walk and write/read/directory supportDavid Woodhouse
2023-03-02test-vmstate: fix bad GTree usage, use-after-freeEric Auger
2023-03-01tests: be a bit more strict cleaning up fifosAlex Bennée
2023-03-01tests: don't run socat tests on MacOS as wellAlex Bennée
2023-02-27tests/unit: Restrict machine-smp.c test to system emulationPhilippe Mathieu-Daudé
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf
2023-02-11Update bench-code for addressing CI problemling xu
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra
2023-02-03Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2023-02-02tests/unit: drop hacky race avoidance in test-io-channel-commandAlex Bennée
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster
2023-01-19coroutine: Clean up superfluous inclusion of qemu/lockable.hMarkus Armbruster
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu
2023-01-11tests: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé
2023-01-06util: remove support for hex numbers with a scaling suffixPaolo Bonzini
2022-12-20util: Add interval-tree.cRichard Henderson
2022-12-15test-bdrv-drain: Fix incorrrect drain assumptionsKevin Wolf
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf
2022-12-15block: Call drain callbacks only onceKevin Wolf
2022-12-15block: Remove subtree drainsKevin Wolf
2022-12-15block: Revert .bdrv_drained_begin/end to non-coroutine_fnKevin Wolf
2022-12-15test-bdrv-drain: Don't yield in .bdrv_co_drained_begin/end()Kevin Wolf
2022-12-14qapi crypto: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi chardev: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-13qapi tests: Elide redundant has_FOO in generated CMarkus Armbruster
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-11-05tests/unit: simpler variable sequence for test-io-channelAlex Bennée