..
aio-posix.c
util/event-loop-base: Introduce options to set the thread pool size
3 years ago
aio-posix.h
aio-posix: fix spurious ->poll_ready() callbacks in main loop
3 years ago
aio-wait.c
aio_wait_kick: add missing memory barrier
3 years ago
aio-win32.c
util/aio-win32: Correct the event array size in aio_poll()
3 years ago
aiocb.c
…
async-teardown.c
os-posix: asynchronous teardown for shutdown on Linux
3 years ago
async.c
replay: notify vCPU when BH is scheduled
3 years ago
atomic64.c
osdep: Move memalign-related functions to their own header
3 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
avoid TABs in files that only contain a few
7 years ago
block-helpers.c
block: move logical block size check function to a common utility function
5 years ago
block-helpers.h
block: move logical block size check function to a common utility function
5 years ago
buffer.c
nomaintainer: Fix Lesser GPL version number
5 years ago
bufferiszero.c
cpuid: use unsigned for max cpuid
3 years ago
cacheflush.c
util/cacheflush: Optimize flushing when ppc host has coherent icache
3 years ago
compatfd.c
util: replace pipe()+cloexec with g_unix_open_pipe()
3 years ago
coroutine-sigaltstack.c
Remove qemu-common.h include from most units
3 years ago
coroutine-ucontext.c
coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()
3 years ago
coroutine-win32.c
coroutine-win32: use QEMU_DEFINE_STATIC_CO_TLS()
3 years ago
crc-ccitt.c
util: Add CRC16 (CCITT) calculation routines
5 years ago
crc32c.c
Include qemu-common.h exactly where needed
6 years ago
cutils.c
cutils: Add missing dyld(3) include on macOS
3 years ago
dbus.c
util: add dbus helper unit
6 years ago
drm.c
util/drm: make portable by avoiding struct dirent d_type
5 years ago
envlist.c
Use g_new() & friends where that makes obvious sense
3 years ago
error-report.c
error-report: fix g_date_time_format assertion
3 years ago
error.c
error: make Error **errp const where it is appropriate
6 years ago
event_notifier-posix.c
Replace qemu_pipe() with g_unix_open_pipe()
3 years ago
event_notifier-win32.c
Remove qemu-common.h include from most units
3 years ago
fdmon-epoll.c
qemu/atomic.h: rename atomic_ to qatomic_
5 years ago
fdmon-io_uring.c
aio-posix: fix build failure io_uring 2.2
3 years ago
fdmon-poll.c
fdmon-poll: reset npfd when upgrading to fdmon-epoll
5 years ago
fifo8.c
utils/fifo8: change fatal errors from abort() to assert()
4 years ago
filemonitor-inotify.c
nomaintainer: Fix Lesser GPL version number
5 years ago
filemonitor-stub.c
nomaintainer: Fix Lesser GPL version number
5 years ago
getauxval.c
util/getauxval: Porting to FreeBSD getauxval feature
5 years ago
guest-random.c
util/guest-random: Fix size arg to tail memcpy
4 years ago
hbitmap.c
block: simplify handling of try to merge different sized bitmaps
3 years ago
hexdump.c
include: move C/util-related declarations to cutils.h
3 years ago
host-utils.c
host-utils: Implemented signed 256-by-128 division
3 years ago
id.c
net: Use id_generate() in the network subsystem, too
4 years ago
int128.c
qemu/int128: addition of div/rem 128-bit operations
4 years ago
iov.c
util: make do_send_recv work with partial send/recv
3 years ago
iova-tree.c
util: accept iova_tree_remove_parameter by value
3 years ago
keyval.c
include: add qemu/keyval.h
3 years ago
lockcnt.c
qemu/atomic.h: rename atomic_ to qatomic_
5 years ago
log.c
util/log: Ignore per-thread flag if global file already there
3 years ago
main-loop.c
util/main-loop: Avoid adding the same HANDLE twice
3 years ago
memalign.c
osdep: Move memalign-related functions to their own header
3 years ago
memfd.c
linux-user: add memfd_create
6 years ago
meson.build
qga: Allow building of the guest agent without system emulators or tools
3 years ago
mmap-alloc.c
util/mmap-alloc: Remove qemu_mempath_getpagesize()
3 years ago
module.c
module: add Error arguments to module_load and module_load_qom
3 years ago
notify.c
xen / notify: introduce a new XenWatchList abstraction
6 years ago
nvdimm-utils.c
Clean up includes
5 years ago
osdep.c
tests/qtest: Use send/recv for socket communication
3 years ago
oslib-posix.c
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
3 years ago
oslib-win32.c
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
3 years ago
path.c
util/path: Do not cache all filenames at startup
6 years ago
qdist.c
…
qemu-co-shared-resource.c
co-shared-resource: protect with a mutex
4 years ago
qemu-co-timeout.c
util: add qemu-co-timeout
3 years ago
qemu-config.c
Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"
3 years ago
qemu-coroutine-io.c
Remove qemu-common.h include from most units
3 years ago
qemu-coroutine-lock.c
coroutine: add flag to re-queue at front of CoQueue
3 years ago
qemu-coroutine-sleep.c
coroutine-sleep: introduce qemu_co_sleep
4 years ago
qemu-coroutine.c
coroutine: remove incorrect coroutine_fn annotations
3 years ago
qemu-option.c
qemu-option: Allow deleting opts during qemu_opts_foreach()
4 years ago
qemu-print.c
monitor: Use getter/setter functions for cur_mon
5 years ago
qemu-progress.c
include: move progress API to qemu-progress.h
3 years ago
qemu-sockets.c
-----BEGIN PGP SIGNATURE-----
3 years ago
qemu-thread-common.h
Clean up includes
7 years ago
qemu-thread-posix.c
util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()
3 years ago
qemu-thread-win32.c
util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()
3 years ago
qemu-timer-common.c
semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ
5 years ago
qemu-timer.c
qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_all
3 years ago
qht.c
osdep: Move memalign-related functions to their own header
3 years ago
qsp.c
qemu/atomic: Add aligned_{int64,uint64}_t types
4 years ago
range.c
Don't talk about the LGPL if the file is licensed under the GPL
7 years ago
rcu.c
rcu: use coroutine TLS macros
3 years ago
readline.c
readline: Fix possible array index out of bounds in readline_hist_add()
5 years ago
selfmap.c
util/selfmap: Discard mapping on error
4 years ago
stats64.c
qemu/atomic.h: rename atomic_ to qatomic_
5 years ago
sys_membarrier.c
…
systemd.c
tools: Fix use of fcntl(F_SETFD) during socket activation
5 years ago
thread-context.c
util: Add write-only "node-affinity" property for ThreadContext
3 years ago
thread-pool.c
thread-pool: remove stopping variable
3 years ago
throttle.c
Remove superfluous timer_del() calls
5 years ago
timed-average.c
…
trace-events
modules: add tracepoints
4 years ago
trace.h
trace: switch position of headers to what Meson requires
5 years ago
transactions.c
transactions: Invoke clean() after everything else
4 years ago
unicode.c
json: Reject invalid UTF-8 sequences
7 years ago
uri.c
util/uri: do not check argument of uri_free()
4 years ago
userfaultfd.c
migration: introduce UFFD-WP low-level interface helpers
4 years ago
uuid.c
Include qemu-common.h exactly where needed
6 years ago
vfio-helpers.c
numa: call ->ram_block_removed() in ram_block_notifer_remove()
3 years ago
vhost-user-server.c
util: rename qemu_*block() socket functions
3 years ago
yank.c
yank: Remove dependency on qiochannel
4 years ago