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.
 
 
 
 
 
 
Paolo Bonzini 8b902e3d23 util: remove support for hex numbers with a scaling suffix 3 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 Remove qemu-common.h include from most units 4 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 util: Add interval-tree.c 3 years ago
pkix_asn1_tab.c tests: remove QCRYPTO_HAVE_TLS_TEST_SUPPORT 5 years ago
ptimer-test-stubs.c misc: Remove unnecessary "sysemu/cpu-timers.h" include 4 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 rcu: use coroutine TLS macros 4 years ago
socket-helpers.c tests/unit: Update test-io-channel-socket.c for Windows 4 years ago
socket-helpers.h tests/unit: Update test-io-channel-socket.c for Windows 4 years ago
test-aio-multithread.c tests: Move unit tests into a separate directory 5 years ago
test-aio.c aio-posix: split poll check from ready handler 4 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 test-bdrv-drain: Fix incorrrect drain assumptions 3 years ago
test-bdrv-graph-mod.c test-bdrv-graph-mod: fix filters to be filters 3 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 bdrv_try_set_aio_context and replace it with bdrv_try_change_aio_context 3 years ago
test-blockjob-txn.c jobs: use job locks also in the unit tests 4 years ago
test-blockjob.c job: remove unused functions 4 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 test-coroutine: add missing coroutine_fn annotations 4 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: Move unit tests into a separate directory 5 years ago
test-crypto-tlscredsx509.c tests: Use g_mkdir_with_parents() 4 years ago
test-crypto-tlssession.c tests: Use g_mkdir_with_parents() 4 years ago
test-crypto-xts.c tests: Move unit tests into a separate directory 5 years ago
test-cutils.c util: remove support for hex numbers with a scaling suffix 3 years ago
test-div128.c host-utils: add unit tests for divu128/divs128 4 years ago
test-fdmon-epoll.c aio-posix: split poll check from ready handler 4 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/unit: simpler variable sequence for test-io-channel 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 tests/unit: Update test-io-channel-socket.c for Windows 4 years ago
test-io-channel-tls.c tests: Use g_mkdir_with_parents() 4 years ago
test-io-task.c tests: Move unit tests into a separate directory 5 years ago
test-iov.c tests/unit: Replace g_memdup() by g_memdup2() 4 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-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: Avoid using hardcoded /tmp 4 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 qapi tests: Elide redundant has_FOO in generated C 3 years ago
test-qmp-event.c qapi tests: Elide redundant has_FOO in generated C 3 years ago
test-qobject-input-visitor.c qapi tests: Elide redundant has_FOO in generated C 3 years ago
test-qobject-output-visitor.c qapi tests: Elide redundant has_FOO in generated C 3 years ago
test-rcu-list.c rcu: use coroutine TLS macros 4 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 replication: move include out of root directory 5 years ago
test-seccomp.c seccomp: fix blocking of process spawning 4 years ago
test-shift128.c tests: Move unit tests into a separate directory 5 years ago
test-smp-parse.c tests/unit/test-smp-parse: Keep default MIN/MAX CPUs in machine_base_class_init 4 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 Remove qemu-common.h include from most units 4 years ago
test-throttle.c tests: Move unit tests into a separate directory 5 years ago
test-timed-average.c tests: Move unit tests into a separate directory 5 years ago
test-util-filemonitor.c tests: Move unit tests into a separate directory 5 years ago
test-util-sockets.c Remove qemu-common.h include from most units 4 years ago
test-uuid.c tests: Move unit tests into a separate directory 5 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: Avoid dynamic stack allocation 4 years ago
test-write-threshold.c write-threshold: deal with includes 5 years ago
test-x86-cpuid.c tests: Move unit tests into a separate directory 5 years ago
test-xbzrle.c Remove qemu-common.h include from most units 4 years ago
test-yank.c qapi: Convert simple union SocketAddressLegacy to flat one 5 years ago