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.
 
 
 
 
 
 
Pavel Dovgalyuk b39847a505 migration: introduce icount field for snapshots 6 years ago
..
acceptance tests/acceptance: Skip slow quanta-gsj U-boot+Linux test 6 years ago
data microvm: add pcie support. 6 years ago
decode decodetree: Improve identifier matching 6 years ago
docker dockerfiles: add diffutils to Fedora 6 years ago
fp meson: clean up build_by_default 6 years ago
guest-debug tests/guest-debug: catch hanging guests 6 years ago
image-fuzzer image-fuzzer: Use OSerror.strerror instead of tuple subscript 7 years ago
include meson: build qapi tests library 6 years ago
keys tests: Add a test key pair 9 years ago
migration meson: convert migration/initrd-stress 6 years ago
multiboot meson: link emulators without Makefile.target 6 years ago
perf/block/qcow2 tests/perf: Test lseek influence on qcow2 block-status 7 years ago
plugin plugins: move the more involved plugins to contrib 6 years ago
qapi-schema scripts/qapi: Remove texinfo generation support 6 years ago
qemu-iotests migration: introduce icount field for snapshots 6 years ago
qtest slirp: Convert Makefile bits to meson bits 6 years ago
rocker tests: Avoid non-portable 'echo -ARG' 9 years ago
tcg tests/tcg: reinstate or replace desired parts of rules.mak 6 years ago
tsan tests/docker: Added docker build support for TSan. 6 years ago
uefi-test-tools roms/efirom, tests/uefi-test-tools: update edk2's own submodules first 6 years ago
vm meson: convert po/ 6 years ago
vmstate-static-checker-data tests: vmstate static checker: add size mismatch inside substructure 12 years ago
.gitignore tests/tcg/aarch64: add a gdbstub testcase for SVE registers 6 years ago
Makefile.include tests: tcg: do not use implicit rules 6 years ago
atomic64-bench.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
atomic_add-bench.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
benchmark-crypto-cipher.c tests: fix output message formatting for crypto benchmarks 6 years ago
benchmark-crypto-hash.c tests: fix output message formatting for crypto benchmarks 6 years ago
benchmark-crypto-hmac.c tests: fix output message formatting for crypto benchmarks 6 years ago
check-block-qdict.c tests: Use error_free_or_abort() where appropriate 6 years ago
check-block.sh tests/check-block: Do not run the iotests with old versions of bash 6 years ago
check-qdict.c tests: Move qdict-test-data.txt to tests/data/qobject/ 7 years ago
check-qjson.c test: Use g_strndup instead of plain strndup 7 years ago
check-qlist.c qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead 6 years ago
check-qlit.c qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF 8 years ago
check-qnull.c qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF 8 years ago
check-qnum.c qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF 8 years ago
check-qobject.c tests: Use &error_abort where appropriate 6 years ago
check-qom-interface.c Use DECLARE_*CHECKER* macros 6 years ago
check-qom-proplist.c qom: Clean up object_property_get_enum()'s error value 6 years ago
check-qstring.c qstring: Move qstring_from_substr()'s @end one to the right 8 years ago
crypto-tls-psk-helpers.c crypto: Implement TLS Pre-Shared Keys (PSK). 8 years ago
crypto-tls-psk-helpers.h Supply missing header guards 7 years ago
crypto-tls-x509-helpers.c crypto: use a stronger private key for tests 6 years ago
crypto-tls-x509-helpers.h Supply missing header guards 7 years ago
dbus-vmstate-daemon.sh tests: add dbus-vmstate-test 6 years ago
io-channel-helpers.c Include qapi/error.h exactly where needed 8 years ago
io-channel-helpers.h Normalize position of header guard 7 years ago
iothread.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
iothread.h aio: introduce aio_co_schedule and aio_co_wake 9 years ago
meson.build configure: convert accelerator variables to meson options 6 years ago
pkix_asn1_tab.c qtest: fix make check complaint in crypto module 10 years ago
ptimer-test-stubs.c cpu-timers, icount: new modules 6 years ago
ptimer-test.c tests/ptimer: Remove unnecessary inclusion of libqtest.h 6 years ago
ptimer-test.h tests: ptimer: Change the copyright comment 10 years ago
qht-bench.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
rcutorture.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
requirements.txt tests: bump avocado version 6 years ago
socket-helpers.c tests/socket-helpers: Treat EAI_NONAME as EADDRNOTAVAIL 6 years ago
socket-helpers.h tests: specify the address family when checking bind 7 years ago
test-aio-multithread.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
test-aio.c util/async: make bh_aio_poll() O(1) 6 years ago
test-authz-list.c Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
test-authz-listfile.c Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
test-authz-pam.c Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
test-authz-simple.c Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
test-base64.c tests: Use error_free_or_abort() where appropriate 6 years ago
test-bdrv-drain.c block: Drop @child_class from bdrv_child_perm() 6 years ago
test-bdrv-graph-mod.c tests: Use error_free_or_abort() where appropriate 6 years ago
test-bitcnt.c tests: New test-bitcnt 9 years ago
test-bitmap.c tests: use g_test_rand_int 6 years ago
test-bitops.c bitops.h: Implement half-shuffle and half-unshuffle ops 10 years ago
test-block-backend.c Include qemu/main-loop.h less 7 years ago
test-block-iothread.c tests: Use error_free_or_abort() where appropriate 6 years ago
test-blockjob-txn.c job: drop job_drain 7 years ago
test-blockjob.c job: take each job's lock individually in job_txn_apply 6 years ago
test-bufferiszero.c cutils: Add test for buffer_is_zero 10 years ago
test-char.c test-char: abort on serial test error 6 years ago
test-clone-visitor.c tests: Rename UserDefNativeListUnion to UserDefListUnion 7 years ago
test-coroutine.c tests: Do not use "\n" in g_test_message() strings 7 years ago
test-crypto-afsplit.c include/qemu/osdep.h: Don't include qapi/error.h 10 years ago
test-crypto-block.c Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
test-crypto-cipher.c tests: Use error_free_or_abort() where appropriate 6 years ago
test-crypto-hash.c crypto: fix initialization of crypto in tests 10 years ago
test-crypto-hmac.c crypto: add HMAC algorithms testcases 9 years ago
test-crypto-ivgen.c include/qemu/osdep.h: Don't include qapi/error.h 10 years ago
test-crypto-pbkdf.c test: execute g_test_run when tests are skipped 7 years ago
test-crypto-secret.c meson: declare keyutils dependency 6 years ago
test-crypto-tlscredsx509.c glib: use portable g_setenv() 6 years ago
test-crypto-tlssession.c glib: use portable g_setenv() 6 years ago
test-crypto-xts.c crypto: add testing for unaligned buffers with XTS cipher mode 8 years ago
test-cutils.c cutils: Fix qemu_strtosz() & friends to reject non-finite sizes 7 years ago
test-fdmon-epoll.c tests: add test-fdmon-epoll 6 years ago
test-hbitmap.c block/dirty-bitmap: improve _next_dirty_area API 6 years ago
test-image-locking.c Include qemu/main-loop.h less 7 years ago
test-int128.c int128: Use __int128 if available 10 years ago
test-io-channel-buffer.c Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
test-io-channel-command.c Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
test-io-channel-file.c tests: Fixes test-io-channel-file by mask only owner file state mask bits 6 years ago
test-io-channel-socket.c tests: Fixes test-io-channel-socket.c tests under msys2/mingw 6 years ago
test-io-channel-tls.c glib: use portable g_setenv() 6 years ago
test-io-task.c tests: Use error_free_or_abort() where appropriate 6 years ago
test-iov.c util/iov: add iov_discard_undo() 6 years ago
test-keyval.c test-keyval: Tighten test of trailing crap after size 6 years ago
test-logging.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
test-mul64.c tests: Remove unnecessary glib.h includes 10 years ago
test-opts-visitor.c qapi: Fix QemuOpts visitor regression on unvisited input 9 years ago
test-qapi-util.c Drop superfluous includes of qapi-types.h and test-qapi-types.h 8 years ago
test-qdev-global-props.c tests: Fixes test-qdev-global-props.c 6 years ago
test-qdist.c qdist: return "(empty)" instead of NULL when printing an empty dist 10 years ago
test-qemu-opts.c tests: Use &error_abort where appropriate 6 years ago
test-qga.c meson: convert the unit tests 6 years ago
test-qgraph.c meson: convert tests/qtest to meson 6 years ago
test-qht-par.c clean-includes: run it once more 10 years ago
test-qht.c qht: drop ht argument from qht iterators 8 years ago
test-qmp-cmds.c qapi: Add feature flags to remaining definitions 6 years ago
test-qmp-event.c tests/test-qmp-event: Check event is actually emitted 6 years ago
test-qobject-input-visitor.c qapi: enable use of g_autoptr with QAPI types 6 years ago
test-qobject-output-visitor.c qapi: Assert output visitors see only valid enum values 6 years ago
test-rcu-list.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
test-rcu-simpleq.c tests: add test-list-simpleq 8 years ago
test-rcu-slist.c rcu_queue: add QSLIST functions 6 years ago
test-rcu-tailq.c tests: add test-rcu-tailq 8 years ago
test-replication.c tests: test-replication disable /replication/secondary/* on msys2/mingw. 6 years ago
test-shift128.c host-utils: Implement unsigned quadword left/right shift and unit tests 9 years ago
test-string-input-visitor.c tests: Use &error_abort where appropriate 6 years ago
test-string-output-visitor.c tests: Use &error_abort where appropriate 6 years ago
test-thread-pool.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
test-throttle.c test-throttle: Fix uninitialized use of burst_length 7 years ago
test-timed-average.c cpu-timers, icount: new modules 6 years ago
test-util-filemonitor.c tests: Fixes building test-util-filemonitor.c on msys2/mingw 6 years ago
test-util-sockets.c tests: fix test-util-sockets.c 6 years ago
test-uuid.c util: add is_equal to UUID API 8 years ago
test-visitor-serialization.c qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF 8 years ago
test-vmstate.c vmstate: Fixes test-vmstate.c on msys2/mingw 6 years ago
test-write-threshold.c tests: Remove unnecessary glib.h includes 10 years ago
test-x86-cpuid.c Revert "hw/i386: Update structures to save the number of nodes per package" 6 years ago
test-xbzrle.c migration: Create migration/xbzrle.h 9 years ago
vhost-user-bridge.c core: replace getpagesize() with qemu_real_host_page_size 7 years ago