QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Samuel Tardieu 8c72e19bfd tests/unit/test-qga: do not qualify executable paths 2 years ago
..
check-block-qdict.c tests: unit: add NULL-pointer check 4 years ago
check-qdict.c tests: Move unit tests into a separate directory 5 years ago
check-qjson.c tests/: spelling fixes 3 years ago
check-qlist.c tests: Move unit tests into a separate directory 5 years ago
check-qlit.c tests: Move unit tests into a separate directory 5 years ago
check-qnull.c Remove qemu-common.h include from most units 4 years ago
check-qnum.c Remove qemu-common.h include from most units 4 years ago
check-qobject.c tests: remove block/qdict checks from check-qobject.c 4 years ago
check-qom-interface.c tests: Move unit tests into a separate directory 5 years ago
check-qom-proplist.c include: add qemu/keyval.h 4 years ago
check-qstring.c Remove qemu-common.h include from most units 4 years ago
crypto-tls-psk-helpers.c tests: avoid DOS line endings in PSK file 3 years ago
crypto-tls-psk-helpers.h tests: add migration tests of TLS with PSK credentials 4 years ago
crypto-tls-x509-helpers.c tests: fix encoding of IP addresses in x509 certs 4 years ago
crypto-tls-x509-helpers.h tests: add more helper macros for creating TLS x509 certs 4 years ago
io-channel-helpers.c tests/channel-helper: set blocking in main thread 4 years ago
io-channel-helpers.h tests: Move unit tests into a separate directory 5 years ago
iothread.c async: the main AioContext is only "current" if under the BQL 5 years ago
iothread.h tests: Move unit tests into a separate directory 5 years ago
meson.build tests/unit: Bump test-replication timeout to 60 seconds 2 years ago
pkix_asn1_tab.c tests: remove QCRYPTO_HAVE_TLS_TEST_SUPPORT 5 years ago
ptimer-test-stubs.c async: Add an optional reentrancy guard to the BH API 3 years ago
ptimer-test.c tests/unit: Replace g_memdup() by g_memdup2() 4 years ago
ptimer-test.h tests: Move unit tests into a separate directory 5 years ago
rcutorture.c Updated the FSF address to <https://www.gnu.org/licenses/> 3 years ago
socket-helpers.c win32: replace closesocket() with close() wrapper 3 years ago
socket-helpers.h tests/unit: Update test-io-channel-socket.c for Windows 4 years ago
test-aio-multithread.c atomics: eliminate mb_read/mb_set 3 years ago
test-aio.c tests: remove aio_context_acquire() tests 2 years ago
test-authz-list.c tests: Move unit tests into a separate directory 5 years ago
test-authz-listfile.c tests: Move unit tests into a separate directory 5 years ago
test-authz-pam.c tests: Move unit tests into a separate directory 5 years ago
test-authz-simple.c tests: Move unit tests into a separate directory 5 years ago
test-base64.c tests: Move unit tests into a separate directory 5 years ago
test-bdrv-drain.c commit: Allow users to request only format driver names in backing file format 2 years ago
test-bdrv-graph-mod.c block: remove AioContext locking 2 years ago
test-bitcnt.c tests: Move unit tests into a separate directory 5 years ago
test-bitmap.c tests: Move unit tests into a separate directory 5 years ago
test-bitops.c tests: Move unit tests into a separate directory 5 years ago
test-block-backend.c tests: Move unit tests into a separate directory 5 years ago
test-block-iothread.c block: remove AioContext locking 2 years ago
test-blockjob-txn.c jobs: use job locks also in the unit tests 4 years ago
test-blockjob.c block: remove AioContext locking 2 years ago
test-bufferiszero.c tests: Move unit tests into a separate directory 5 years ago
test-char.c qapi chardev: Elide redundant has_FOO in generated C 3 years ago
test-clone-visitor.c Remove qemu-common.h include from most units 4 years ago
test-coroutine.c tests/coroutine: Clean up global variable shadowing 2 years ago
test-crypto-afsplit.c tests: Move unit tests into a separate directory 5 years ago
test-crypto-akcipher.c tests/crypto: Add test suite for RSA keys 4 years ago
test-crypto-block.c qapi crypto: Elide redundant has_FOO in generated C 3 years ago
test-crypto-cipher.c crypto: replace 'des-rfb' cipher with 'des' 5 years ago
test-crypto-der.c crypto: Support DER encodings 3 years ago
test-crypto-hash.c crypto: use &error_fatal in crypto tests 5 years ago
test-crypto-hmac.c crypto: use &error_fatal in crypto tests 5 years ago
test-crypto-ivgen.c crypto: skip essiv ivgen tests if AES+ECB isn't available 5 years ago
test-crypto-pbkdf.c crypto: remove obsolete crypto test condition 5 years ago
test-crypto-secret.c tests/: spelling fixes 3 years ago
test-crypto-tlscredsx509.c tests: Use g_mkdir_with_parents() 4 years ago
test-crypto-tlssession.c Call qemu_socketpair() instead of socketpair() when possible 3 years ago
test-crypto-xts.c tests: Move unit tests into a separate directory 5 years ago
test-cutils.c cutils: Improve qemu_strtosz handling of fractions 3 years ago
test-div128.c host-utils: add unit tests for divu128/divs128 5 years ago
test-error-report.c error: add global &error_warn destination 3 years ago
test-forward-visitor.c include: add qemu/keyval.h 4 years ago
test-hbitmap.c Use g_new() & friends where that makes obvious sense 4 years ago
test-image-locking.c tests/unit/test-image-locking: Fix handling of temporary files 4 years ago
test-int128.c qemu/int128: add int128_urshift 4 years ago
test-interval-tree.c util: Add interval-tree.c 3 years ago
test-io-channel-buffer.c tests: Move unit tests into a separate directory 5 years ago
test-io-channel-command.c tests: fix path separator, use g_build_filename() 3 years ago
test-io-channel-file.c tests: replace pipe() with g_unix_open_pipe(CLOEXEC) 4 years ago
test-io-channel-null.c io: add a QIOChannelNull equivalent to /dev/null 4 years ago
test-io-channel-socket.c io: Add support for MSG_PEEK for socket channel 3 years ago
test-io-channel-tls.c Call qemu_socketpair() instead of socketpair() when possible 3 years ago
test-io-task.c tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name 2 years ago
test-iov.c tests/unit/test-iov: Fix timeout problem on NetBSD and OpenBSD 2 years ago
test-keyval.c include: add qemu/keyval.h 4 years ago
test-logging.c util/log: Remove qemu_log_close 4 years ago
test-mul64.c tests: Move unit tests into a separate directory 5 years ago
test-nested-aio-poll.c aio: remove aio_disable_external() API 3 years ago
test-opts-visitor.c tests: Move unit tests into a separate directory 5 years ago
test-qapi-util.c tests: Move unit tests into a separate directory 5 years ago
test-qdev-global-props.c tests: Move unit tests into a separate directory 5 years ago
test-qdist.c tests: Move unit tests into a separate directory 5 years ago
test-qemu-opts.c qemu-option: remove now-dead code 5 years ago
test-qga.c tests/unit/test-qga: do not qualify executable paths 2 years ago
test-qgraph.c tests: Remove uses of deprecated raspi2/raspi3 machine names 5 years ago
test-qht.c tests: Move unit tests into a separate directory 5 years ago
test-qmp-cmds.c tests: add G_GNUC_PRINTF for various functions 3 years ago
test-qmp-event.c tests/unit/test-qmp-event: Replace fixture by global variables 2 years ago
test-qobject-input-visitor.c tests/: spelling fixes 3 years ago
test-qobject-output-visitor.c qapi: allow unions to contain further unions 3 years ago
test-qtree.c util: import GTree as QTree 3 years ago
test-rcu-list.c replace TABs with spaces 3 years ago
test-rcu-simpleq.c tests: Move unit tests into a separate directory 5 years ago
test-rcu-slist.c tests: Move unit tests into a separate directory 5 years ago
test-rcu-tailq.c tests: Move unit tests into a separate directory 5 years ago
test-replication.c block: remove AioContext locking 2 years ago
test-resv-mem.c test-resv-mem: Fix CID 1523911 2 years ago
test-seccomp.c tests/unit/test-seccomp: Remove mentions of softmmu in test names 2 years ago
test-shift128.c tests: Move unit tests into a separate directory 5 years ago
test-smp-parse.c tests: test-smp-parse: Add the test for cores/threads per socket helpers 2 years ago
test-string-input-visitor.c Remove qemu-common.h include from most units 4 years ago
test-string-output-visitor.c Remove qemu-common.h include from most units 4 years ago
test-thread-pool.c tests: mark more coroutine_fns 3 years ago
test-throttle.c tests/throttle: Clean up global variable shadowing 2 years ago
test-timed-average.c tests: Move unit tests into a separate directory 5 years ago
test-util-filemonitor.c tests/: spelling fixes 3 years ago
test-util-sockets.c Remove qemu-common.h include from most units 4 years ago
test-uuid.c util/uuid: Add UUID_STR_LEN definition 2 years ago
test-virtio-dmabuf.c hw/display: introduce virtio-dmabuf 3 years ago
test-visitor-serialization.c qapi tests: Elide redundant has_FOO in generated C 3 years ago
test-vmstate.c tests/unit/test-vmstate: Constify VMState 2 years ago
test-write-threshold.c write-threshold: deal with includes 5 years ago
test-x86-topo.c tests/unit: Rename test-x86-cpuid.c to test-x86-topo.c 2 years ago
test-xbzrle.c migration/xbzrle: Use i386 host/cpuinfo.h 3 years ago
test-xs-node.c tests/: spelling fixes 3 years ago
test-yank.c qapi: Convert simple union SocketAddressLegacy to flat one 5 years ago