aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)AuthorFilesLines
2023-04-20test: Fix test-crypto-secret when compiling without keyring supportJuan Quintela1-5/+5
2023-03-28util: import GTree as QTreeEmilio Cota2-0/+334
2023-03-20replace TABs with spacesYeqi Fu1-1/+1
2023-03-20tests/unit/test-blockjob: Disable complete_in_standby testPeter Maydell1-1/+8
2023-03-13tests: fix path separator, use g_build_filename()Marc-André Lureau1-1/+1
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau1-4/+4
2023-03-13error: add global &error_warn destinationMarc-André Lureau1-0/+18
2023-03-13tests: add test-error-reportMarc-André Lureau2-0/+122
2023-03-13tests: use closesocket()Marc-André Lureau1-3/+3
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse1-0/+1
2023-03-07hw/xen: Implement core serialize/deserialize methods for xenstore_implDavid Woodhouse1-10/+226
2023-03-07hw/xen: Implement XenStore permissionsPaul Durrant1-1/+26
2023-03-07hw/xen: Watches on XenStore transactionsDavid Woodhouse1-1/+230
2023-03-07hw/xen: Implement XenStore transactionsDavid Woodhouse1-0/+118
2023-03-07hw/xen: Implement XenStore watchesDavid Woodhouse1-0/+85
2023-03-07hw/xen: Add basic XenStore tree walk and write/read/directory supportDavid Woodhouse2-0/+198
2023-03-02test-vmstate: fix bad GTree usage, use-after-freeEric Auger1-3/+2
2023-03-01tests: be a bit more strict cleaning up fifosAlex Bennée1-1/+5
2023-03-01tests: don't run socat tests on MacOS as wellAlex Bennée1-2/+2
2023-02-27tests/unit: Restrict machine-smp.c test to system emulationPhilippe Mathieu-Daudé1-1/+1
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé1-1/+1
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran2-4/+2
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-9/+11
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf1-1/+2
2023-02-11Update bench-code for addressing CI problemling xu1-5/+34
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-1/+0
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra1-0/+1
2023-02-03Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell1-0/+3
2023-02-02tests/unit: drop hacky race avoidance in test-io-channel-commandAlex Bennée1-4/+10
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito1-0/+3
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell5-5/+3
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster2-1/+2
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster1-1/+1
2023-01-19coroutine: Clean up superfluous inclusion of qemu/lockable.hMarkus Armbruster1-1/+0
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster2-2/+0
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu2-3/+3
2023-01-11tests: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé1-4/+9
2023-01-06util: remove support for hex numbers with a scaling suffixPaolo Bonzini1-0/+8
2022-12-20util: Add interval-tree.cRichard Henderson2-0/+210
2022-12-15test-bdrv-drain: Fix incorrrect drain assumptionsKevin Wolf1-0/+18
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf1-0/+10
2022-12-15block: Call drain callbacks only onceKevin Wolf1-6/+10
2022-12-15block: Remove subtree drainsKevin Wolf1-251/+10
2022-12-15block: Revert .bdrv_drained_begin/end to non-coroutine_fnKevin Wolf1-8/+10
2022-12-15test-bdrv-drain: Don't yield in .bdrv_co_drained_begin/end()Kevin Wolf1-18/+46
2022-12-14qapi crypto: Elide redundant has_FOO in generated CMarkus Armbruster1-6/+0
2022-12-14qapi chardev: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+0
2022-12-13qapi tests: Elide redundant has_FOO in generated CMarkus Armbruster5-21/+16
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-22/+104