summary refs log tree commit diff stats
path: root/tests/unit (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: drop wrapper for bdrv_set_backing_hd_drained()Fiona Ebner2025-07-142-2/+12
* block: add bdrv_graph_wrlock_drained() convenience wrapperFiona Ebner2025-07-142-42/+14
* qga: Add tests for guest-get-load commandKonstantin Kostiuk2025-06-121-0/+17
* tests/unit/test-char: Avoid using g_alloca()Philippe Mathieu-Daudé2025-06-101-2/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2025-06-061-2/+4
|\
| * futex: Support WindowsAkihiko Odaki2025-06-061-1/+1
| * futex: Check value after qemu_futex_wait()Akihiko Odaki2025-06-061-1/+3
* | block: move drain outside of bdrv_root_unref_child()Fiona Ebner2025-06-041-0/+4
* | block: move drain outside of bdrv_attach_child()Fiona Ebner2025-06-042-0/+24
* | block: move drain outside of bdrv_root_attach_child()Fiona Ebner2025-06-041-0/+2
* | block: move drain outside of bdrv_try_change_aio_context()Fiona Ebner2025-06-041-4/+0
|/
* tests/unit/test-util-sockets: fix mem-leak on error objectMatheus Tavares Bernardino2025-05-301-0/+4
* util/qemu-sockets: Introduce inet socket options controlling TCP keep-aliveJuraj Marcin2025-05-221-0/+39
* util/qemu-sockets: Refactor inet_parse() to use QemuOptsJuraj Marcin2025-05-221-0/+196
* tests: fix skipping cipher tests when AES is not availableDaniel P. Berrangé2025-05-211-4/+9
* tests: skip legacy qcow2 encryption test if AES is not availableDaniel P. Berrangé2025-05-211-0/+7
* tests: skip encrypted secret tests if AES is not availableDaniel P. Berrangé2025-05-211-12/+16
* mirror: Drop redundant zero_target parameterEric Blake2025-05-141-1/+1
* mirror: Allow QMP override to declare target already zeroEric Blake2025-05-141-1/+1
* block: Expand block status mode from bool to flagsEric Blake2025-05-141-1/+1
* qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé2025-04-252-2/+2
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-254-18/+21
* Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi2025-04-242-2/+0
|\
| * cleanup: Drop pointless return at end of functionMarkus Armbruster2025-04-242-2/+0
* | include/system: Move exec/memory.h to system/memory.hRichard Henderson2025-04-231-1/+1
|/
* test-bdrv-drain: Fix data racesVitalii Mordan2025-04-081-13/+19
* Merge tag 'accel-cpus-20250306' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2025-03-072-2/+0
|\
| * qemu/compiler: Absorb 'clang-tsa.h'Philippe Mathieu-Daudé2025-03-062-2/+0
* | thread-pool: Remove thread_pool_submit() functionMaciej S. Szmigiero2025-03-061-3/+3
|/
* crypto: Remove qcrypto_tls_session_get_handshake_statusFabiano Rosas2025-02-141-8/+4
* qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé2025-02-1025-68/+68
* tests/unit/test-char: add unit tests for hub chardev backendRoman Penyaev2025-02-031-0/+398
* Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2024-12-2115-14/+38
|\
| * include: Include missing 'qemu/clang-tsa.h' headerPhilippe Mathieu-Daudé2024-12-202-0/+2
| * include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-2013-13/+13
| * tests: Explicitly create containers in test_qom_partial_path()Peter Xu2024-12-201-1/+1
| * tests: Fix test-qdev-global-props on anonymous qdev realize()Peter Xu2024-12-201-0/+22
* | include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
|/
* tests/unit: Constify all PropertyRichard Henderson2024-12-151-1/+1
* crypto: Introduce SM3 hash hmac pbkdf algorithmliequan che2024-11-053-0/+40
* chardev: finalize 'reconnect' deprecationDaniil Tatianin2024-10-281-4/+4
* tests: correctly validate result buffer in hash/hmac testsDaniel P. Berrangé2024-10-222-5/+8
* tests/unit/test-char: implement a few mux remove test casesRoman Penyaev2024-10-151-1/+23
* tests/unit: Add a assert for test_io_channel_unix_listen_cleanupKunwu2024-10-101-2/+4
* tests/unit/test-crypto-hash: accumulative hashingAlejandro Zeise2024-10-101-0/+46
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-10-041-1/+1
|\
| * tests/unit: remove block layer code from test-nested-aio-pollPaolo Bonzini2024-10-021-1/+1
* | tests: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau2024-10-022-2/+2
|/
* tests/unit: Really build pbkdf test on macOSPhilippe Mathieu-Daudé2024-09-201-1/+1
* tests/unit: replace assert(0) with g_assert_not_reached()Pierrick Bouvier2024-09-171-2/+2