| .. |
|
aio-posix.c
|
aio: remove aio_disable_external() API
|
3 years 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
|
aio: remove aio_disable_external() API
|
3 years ago |
|
aiocb.c
|
block: move AioContext, QEMUTimer, main-loop to libqemuutil
|
10 years ago |
|
async.c
|
aio: remove aio_disable_external() API
|
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
|
6 years ago |
|
bitmap.c
|
migration: Use non-atomic ops for clear log bitmap
|
4 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
|
6 years ago |
|
bufferiszero.c
|
util/bufferiszero: Use i386 host/cpuinfo.h
|
3 years ago |
|
cacheflush.c
|
util/cacheflush: Avoid possible redundant dcache flush on Darwin
|
3 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
|
osdep: set _FORTIFY_SOURCE=2 when optimization is enabled
|
3 years ago |
|
coroutine-windows.c
|
build: move coroutine backend selection to meson
|
3 years ago |
|
cpuinfo-aarch64.c
|
*: Delete checks for old host definitions
|
3 years ago |
|
cpuinfo-i386.c
|
host/include/i386: Implement clmul.h
|
3 years ago |
|
cpuinfo-loongarch.c
|
util: Add cpuinfo for loongarch64
|
3 years ago |
|
cpuinfo-ppc.c
|
util: spelling fixes
|
3 years ago |
|
crc-ccitt.c
|
util: Add CRC16 (CCITT) calculation routines
|
6 years ago |
|
crc32c.c
|
igb: Implement Rx SCTP CSO
|
3 years ago |
|
cutils.c
|
cutils: Fix get_relocated_path on Windows
|
3 years ago |
|
dbus.c
|
util: add dbus helper unit
|
7 years ago |
|
defer-call.c
|
util/defer-call: move defer_call() to util/
|
3 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
|
4 years ago |
|
error.c
|
util/error: Fix use-after-free errors reported by Coverity
|
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: remove aio_disable_external() API
|
3 years ago |
|
fdmon-io_uring.c
|
aio-posix: zero out io_uring sqe user_data
|
3 years ago |
|
fdmon-poll.c
|
aio: remove aio_disable_external() API
|
3 years ago |
|
fifo8.c
|
utils/fifo8: change fatal errors from abort() to assert()
|
6 years ago |
|
filemonitor-inotify.c
|
util/filemonitor-inotify: qemu_file_monitor_watch(): assert no overflow
|
3 years ago |
|
filemonitor-stub.c
|
nomaintainer: Fix Lesser GPL version number
|
6 years ago |
|
getauxval.c
|
util/getauxval: Porting to FreeBSD getauxval feature
|
6 years ago |
|
guest-random.c
|
util/guest-random: Clean up global variable shadowing
|
3 years ago |
|
hbitmap.c
|
hbitmap: fix hbitmap_status() return value for first dirty bit case
|
4 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
|
4 years ago |
|
interval-tree.c
|
util/interval-tree: Check root for null in interval_tree_iter_first
|
3 years ago |
|
iov.c
|
util/iov: Avoid dynamic stack allocation
|
3 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
|
util/log: re-allow switching away from stderr log file
|
3 years ago |
|
main-loop.c
|
util: spelling fixes
|
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: Add cpuinfo for loongarch64
|
3 years ago |
|
mmap-alloc.c
|
util/mmap-alloc: qemu_fd_getfs()
|
3 years ago |
|
module.c
|
module: add Error arguments to module_load and module_load_qom
|
4 years ago |
|
notify.c
|
xen / notify: introduce a new XenWatchList abstraction
|
7 years ago |
|
nvdimm-utils.c
|
Clean up includes
|
6 years ago |
|
osdep.c
|
error handling: Use RETRY_ON_EINTR() macro where applicable
|
4 years ago |
|
oslib-posix.c
|
util: Delete checks for old host definitions
|
3 years ago |
|
oslib-win32.c
|
win32: avoid discarding the exception handler
|
3 years 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
|
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"
|
4 years 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
|
4 years ago |
|
qemu-coroutine.c
|
meson: do not use set10
|
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
|
util: spelling fixes
|
3 years ago |
|
qemu-thread-common.h
|
Clean up includes
|
8 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
|
6 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
|
4 years ago |
|
qsp.c
|
accel/tcg: include cs_base in our hash calculations
|
3 years ago |
|
qtree.c
|
tcg: use QTree instead of GTree
|
3 years ago |
|
range.c
|
range: Introduce range_inverse_array()
|
3 years ago |
|
rcu.c
|
util: spelling fixes
|
3 years ago |
|
readline.c
|
readline: Extract readline_add_completion_of() from monitor
|
4 years ago |
|
reserved-region.c
|
util/reserved-region: Add new ReservedRegion helpers
|
3 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)
|
4 years ago |
|
thread-pool.c
|
virtio: use defer_call() in virtio_irqfd_notify()
|
3 years ago |
|
throttle.c
|
throttle: use THROTTLE_MAX/ARRAY_SIZE for hard code
|
3 years ago |
|
timed-average.c
|
Fix some typos found by codespell
|
10 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
|
5 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
|
4 years ago |
|
uuid.c
|
util/uuid: Add UUID_STR_LEN definition
|
3 years ago |
|
vfio-helpers.c
|
util/vfio-helpers: Use g_file_read_link()
|
3 years ago |
|
vhost-user-server.c
|
util/vhost-user-server: Clean up local variable shadowing
|
3 years ago |
|
yank.c
|
yank: Remove dependency on qiochannel
|
5 years ago |