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.
 
 
 
 
 
 
Stefan Hajnoczi b69801dd6b virtio,pc,pci: features, fixes, cleanups 1 year ago
..
aio-posix.c include: Move QemuLockCnt APIs to their own header 1 year ago
aio-posix.h aio: remove aio_disable_external() API 3 years ago
aio-wait.c aio-wait: avoid AioContext lock in aio_wait_bh_oneshot() 3 years ago
aio-win32.c include: Move QemuLockCnt APIs to their own header 1 year ago
aiocb.c block: move AioContext, QEMUTimer, main-loop to libqemuutil 9 years ago
async.c include: Rename sysemu/ -> system/ 1 year ago
atomic64.c osdep: Move memalign-related functions to their own header 4 years ago
base64.c nomaintainer: Fix Lesser GPL version number 5 years ago
bitmap.c migration: Use non-atomic ops for clear log bitmap 3 years ago
bitops.c replace TABs with spaces 3 years ago
block-helpers.c block: Adjust check_block_size() signature 1 year ago
block-helpers.h block: Adjust check_block_size() signature 1 year ago
buffer.c nomaintainer: Fix Lesser GPL version number 5 years ago
bufferiszero.c util/bufferiszero: Split out host include files 2 years ago
cacheflush.c util/cacheflush: Avoid possible redundant dcache flush on Darwin 3 years ago
chardev_open.c util/char_dev: Add open_cdev() 2 years ago
compatfd.c util: replace pipe()+cloexec with g_unix_open_pipe() 4 years ago
coroutine-sigaltstack.c osdep: set _FORTIFY_SOURCE=2 when optimization is enabled 3 years ago
coroutine-ucontext.c coroutine-ucontext: Save fake stack for pooled coroutine 2 years ago
coroutine-windows.c build: move coroutine backend selection to meson 3 years ago
cpuinfo-aarch64.c util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD 2 years ago
cpuinfo-i386.c target/i386/hvf: fix handling of XSAVE-related CPUID bits 1 year ago
cpuinfo-loongarch.c util/loongarch64: Detect LASX vector support 2 years ago
cpuinfo-ppc.c util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD 2 years ago
cpuinfo-riscv.c util/cpuinfo-riscv: Detect Zbs 1 year ago
crc-ccitt.c util: Add CRC16 (CCITT) calculation routines 5 years ago
crc32c.c igb: Implement Rx SCTP CSO 3 years ago
cutils.c util/cutils: Remove unused qemu_get_exec_dir 2 years ago
dbus.c util: add dbus helper unit 6 years ago
defer-call.c util/defer-call: move defer_call() to util/ 2 years ago
drm.c util/drm: make portable by avoiding struct dirent d_type 6 years ago
envlist.c envlist: Remove unused envlist_parse 2 years ago
error-report.c Remove glib compatibility code that is not required anymore 2 years ago
error.c util/error: Introduce warn_report_err_once() 1 year ago
event_notifier-posix.c Replace qemu_pipe() with g_unix_open_pipe() 4 years ago
event_notifier-win32.c Remove qemu-common.h include from most units 4 years ago
fdmon-epoll.c include: Move QemuLockCnt APIs to their own header 1 year ago
fdmon-io_uring.c remove unnecessary casts from uintptr_t 2 years ago
fdmon-poll.c aio: remove aio_disable_external() API 3 years ago
fifo8.c fifo8: introduce fifo8_peek() function 2 years ago
filemonitor-inotify.c util/filemonitor-inotify.c: spelling fix: kenel 2 years ago
filemonitor-stub.c nomaintainer: Fix Lesser GPL version number 5 years ago
getauxval.c util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD 2 years ago
guest-random.c util/guest-random: Clean up global variable shadowing 3 years ago
hbitmap.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 2 years ago
hexdump.c util/hexdump: Inline g_string_append_printf "%02x" 2 years ago
host-utils.c host-utils: Implemented signed 256-by-128 division 4 years ago
id.c net: Use id_generate() in the network subsystem, too 5 years ago
int128.c include/qemu/int128: Use Int128 structure for TCI 3 years ago
interval-tree.c util/interval-tree: Check root for null in interval_tree_iter_first 3 years ago
iov.c util/iov: Introduce iov_send_recv_with_flags() 1 year ago
iova-tree.c vhost-iova-tree, svq: Implement GPA->IOVA & partial IOVA->HVA trees 1 year ago
keyval.c qapi: Move include/qapi/qmp/ to include/qobject/ 1 year ago
lockcnt.c include: Move QemuLockCnt APIs to their own header 1 year ago
log.c log: Add separate debug option for logging invalid memory accesses 1 year ago
main-loop.c include: Rename sysemu/ -> system/ 1 year ago
memalign.c osdep: Move memalign-related functions to their own header 4 years ago
memfd.c physmem: fd-based shared memory 1 year ago
meson.build gdbstub: Try unlinking the unix socket before binding 1 year ago
mmap-alloc.c util/mmap-alloc: qemu_fd_getfs() 3 years ago
module.c overall: Remove unnecessary g_strdup_printf() calls 1 year ago
notify.c notify: pass error to notifier with return 2 years ago
nvdimm-utils.c Clean up includes 5 years ago
osdep.c migration: Add direct-io parameter 2 years ago
oslib-posix.c osdep: Introduce qemu_kill_thread() 1 year ago
oslib-win32.c backends/hostmem-shm: factor out allocation of "anonymous shared memory with an fd" 1 year ago
path.c util/path: Do not cache all filenames at startup 7 years ago
qdist.c util: spelling fixes 3 years ago
qemu-co-shared-resource.c util/co-shared-resource: Remove unused co_try_get_from_shres 2 years ago
qemu-co-timeout.c util: add qemu-co-timeout 4 years ago
qemu-config.c qapi: Move include/qapi/qmp/ to include/qobject/ 1 year ago
qemu-coroutine-io.c aio: remove aio_disable_external() API 3 years ago
qemu-coroutine-lock.c atomics: eliminate mb_read/mb_set 3 years ago
qemu-coroutine-sleep.c coroutine: Clean up superfluous inclusion of qemu/coroutine.h 3 years ago
qemu-coroutine.c util/coroutine: fix -Werror=maybe-uninitialized false-positive 2 years ago
qemu-option.c qapi: Move include/qapi/qmp/ to include/qobject/ 1 year ago
qemu-print.c monitor: Use getter/setter functions for cur_mon 6 years ago
qemu-progress.c include: move progress API to qemu-progress.h 4 years ago
qemu-sockets.c util: don't set SO_REUSEADDR on client sockets 1 year ago
qemu-thread-common.h Clean up includes 7 years ago
qemu-thread-posix.c include: Include missing 'qemu/clang-tsa.h' header 1 year ago
qemu-thread-win32.c qemu-thread-win32: cleanup, fix, document QemuEvent 3 years ago
qemu-timer-common.c semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ 5 years ago
qemu-timer.c Revert "util/timer: avoid deadlock when shutting down" 1 year ago
qht.c util/qht: use striped locks under TSAN 3 years ago
qsp.c system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() 2 years ago
qtree.c tcg: use QTree instead of GTree 3 years ago
range.c util/range.c: spelling fix: inbetween 2 years ago
rcu.c Replace "iothread lock" with "BQL" in comments 2 years ago
readline.c util/readline: Add C-u shortcut 2 years ago
reserved-region.c util/reserved-region: Add new ReservedRegion helpers 2 years ago
selfmap.c util/selfmap: Use dev_t and ino_t in MapInfo 3 years ago
stats64.c stat64: Add stat64_set() operation 3 years ago
sys_membarrier.c sys_membarrier: fix up include directives 8 years ago
systemd.c systemd: Also clear LISTEN_FDNAMES during systemd socket activation 3 years ago
thread-context.c qapi: Use returned bool to check for failure (again) 3 years ago
thread-pool.c virtio: use defer_call() in virtio_irqfd_notify() 2 years ago
throttle.c throttle: use THROTTLE_MAX/ARRAY_SIZE for hard code 3 years ago
timed-average.c license: Simplify GPL-2.0-or-later license descriptions 2 years ago
trace-events console/win32: allocate shareable display surface 3 years ago
trace.h trace: switch position of headers to what Meson requires 6 years ago
transactions.c transactions: Invoke clean() after everything else 4 years ago
unicode.c json: Reject invalid UTF-8 sequences 8 years ago
userfaultfd.c util/userfaultfd: Remove unused uffd_poll_events 1 year ago
uuid.c util/uuid: Add UUID_STR_LEN definition 2 years ago
vfio-helpers.c util/vfio-helpers: Use g_file_read_link() 3 years ago
vhost-user-server.c vhost-user-server: do not set memory fd non-blocking 2 years ago
yank.c qapi: Fix dangling references to docs/devel/qapi-code-gen.txt 2 years ago