| .. |
|
aio-posix.c
|
aio: make aio_set_fd_poll() static to aio-posix.c
|
3 years ago |
|
aio-posix.h
|
aio-posix: fix spurious ->poll_ready() callbacks in main loop
|
4 years ago |
|
aio-wait.c
|
aio_wait_kick: add missing memory barrier
|
4 years ago |
|
aio-win32.c
|
win32: avoid mixing SOCKET and file descriptor space
|
3 years ago |
|
aiocb.c
|
block: move AioContext, QEMUTimer, main-loop to libqemuutil
|
9 years ago |
|
async-teardown.c
|
Fix non-first inclusions of qemu/osdep.h
|
3 years ago |
|
async.c
|
async: clarify usage of barriers in the polling case
|
3 years 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: move logical block size check function to a common utility function
|
6 years ago |
|
block-helpers.h
|
block: move logical block size check function to a common utility function
|
6 years ago |
|
buffer.c
|
nomaintainer: Fix Lesser GPL version number
|
5 years ago |
|
bufferiszero.c
|
include/qemu/cpuid: Introduce xgetbv_low
|
3 years ago |
|
cacheflush.c
|
util/cacheflush: fix cache on windows-arm64
|
3 years ago |
|
compatfd.c
|
util: replace pipe()+cloexec with g_unix_open_pipe()
|
4 years ago |
|
coroutine-sigaltstack.c
|
Remove qemu-common.h include from most units
|
4 years ago |
|
coroutine-ucontext.c
|
coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()
|
4 years ago |
|
coroutine-win32.c
|
coroutine-win32: use QEMU_DEFINE_STATIC_CO_TLS()
|
4 years ago |
|
crc-ccitt.c
|
util: Add CRC16 (CCITT) calculation routines
|
5 years ago |
|
crc32c.c
|
Include qemu-common.h exactly where needed
|
7 years ago |
|
cutils.c
|
util: remove support for hex numbers with a scaling suffix
|
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
|
6 years ago |
|
envlist.c
|
replace TABs with spaces
|
3 years ago |
|
error-report.c
|
util/error: add G_GNUC_PRINTF for various functions
|
3 years ago |
|
error.c
|
error: add global &error_warn destination
|
3 years 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
|
aio-posix: fix race between epoll upgrade and aio_set_fd_handler()
|
3 years ago |
|
fdmon-io_uring.c
|
aio-posix: fix build failure io_uring 2.2
|
4 years ago |
|
fdmon-poll.c
|
fdmon-poll: reset npfd when upgrading to fdmon-epoll
|
6 years ago |
|
fifo8.c
|
utils/fifo8: change fatal errors from abort() to assert()
|
5 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
|
6 years ago |
|
guest-random.c
|
replay: Extract core API to 'exec/replay-core.h'
|
3 years ago |
|
hbitmap.c
|
hbitmap: fix hbitmap_status() return value for first dirty bit case
|
3 years ago |
|
hexdump.c
|
include: move C/util-related declarations to cutils.h
|
4 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: Add interval-tree.c
|
3 years ago |
|
iov.c
|
util: make do_send_recv work with partial send/recv
|
4 years ago |
|
iova-tree.c
|
util: accept iova_tree_remove_parameter by value
|
4 years ago |
|
keyval.c
|
include: add qemu/keyval.h
|
4 years ago |
|
lockcnt.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
log.c
|
log: Remove unneeded new line
|
3 years ago |
|
main-loop.c
|
main-loop: remove qemu_fd_register(), win32/slirp/socket specific
|
3 years ago |
|
memalign.c
|
osdep: Move memalign-related functions to their own header
|
4 years ago |
|
memfd.c
|
linux-user: add memfd_create
|
7 years ago |
|
meson.build
|
util: import GTree as QTree
|
3 years ago |
|
mmap-alloc.c
|
util/mmap-alloc: Remove qemu_mempath_getpagesize()
|
4 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
|
7 years ago |
|
nvdimm-utils.c
|
Clean up includes
|
5 years ago |
|
osdep.c
|
error handling: Use RETRY_ON_EINTR() macro where applicable
|
3 years ago |
|
oslib-posix.c
|
util: drop qemu_fork()
|
3 years ago |
|
oslib-win32.c
|
win32: add qemu_close_socket_osfhandle()
|
3 years ago |
|
path.c
|
util/path: Do not cache all filenames at startup
|
7 years ago |
|
qdist.c
|
qdist: return "(empty)" instead of NULL when printing an empty dist
|
10 years ago |
|
qemu-co-shared-resource.c
|
co-shared-resource: protect with a mutex
|
5 years ago |
|
qemu-co-timeout.c
|
util: add qemu-co-timeout
|
4 years ago |
|
qemu-config.c
|
error: Drop superfluous #include "qapi/qmp/qerror.h"
|
3 years ago |
|
qemu-coroutine-io.c
|
Remove qemu-common.h include from most units
|
4 years ago |
|
qemu-coroutine-lock.c
|
qemu-coroutine-lock: add smp_mb__after_rmw()
|
3 years ago |
|
qemu-coroutine-sleep.c
|
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
|
3 years ago |
|
qemu-coroutine.c
|
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
|
3 years ago |
|
qemu-option.c
|
qemu-option: Allow deleting opts during qemu_opts_foreach()
|
5 years 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
|
win32: replace closesocket() with close() wrapper
|
3 years ago |
|
qemu-thread-common.h
|
Clean up includes
|
7 years ago |
|
qemu-thread-posix.c
|
qemu-thread-posix: cleanup, fix, document QemuEvent
|
3 years 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
|
qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_all
|
4 years ago |
|
qht.c
|
util/qht: use striped locks under TSAN
|
3 years ago |
|
qsp.c
|
qemu/atomic: Add aligned_{int64,uint64}_t types
|
5 years ago |
|
qtree.c
|
util: import GTree as QTree
|
3 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
|
4 years ago |
|
readline.c
|
readline: Extract readline_add_completion_of() from monitor
|
3 years ago |
|
selfmap.c
|
util/selfmap: Discard mapping on error
|
5 years ago |
|
stats64.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
sys_membarrier.c
|
sys_membarrier: fix up include directives
|
8 years ago |
|
systemd.c
|
tools: Fix use of fcntl(F_SETFD) during socket activation
|
6 years ago |
|
thread-context.c
|
qapi: Use returned bool to check for failure (again)
|
3 years ago |
|
thread-pool.c
|
thread-pool: remove stopping variable
|
4 years ago |
|
throttle.c
|
Remove superfluous timer_del() calls
|
5 years ago |
|
timed-average.c
|
Fix some typos found by codespell
|
10 years ago |
|
trace-events
|
util/userfaultfd: Support /dev/userfaultfd
|
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 |
|
uri.c
|
Updated the FSF address to <https://www.gnu.org/licenses/>
|
3 years ago |
|
userfaultfd.c
|
util/userfaultfd: Support /dev/userfaultfd
|
3 years ago |
|
uuid.c
|
Include qemu-common.h exactly where needed
|
7 years ago |
|
vfio-helpers.c
|
error handling: Use RETRY_ON_EINTR() macro where applicable
|
3 years ago |
|
vhost-user-server.c
|
block/export: only acquire AioContext once for vhost_user_server_stop()
|
3 years ago |
|
yank.c
|
yank: Remove dependency on qiochannel
|
5 years ago |