| .. |
|
aio-posix.c
|
aio-posix: add aio_add_sqe() API for user-defined io_uring requests
|
5 months ago |
|
aio-posix.h
|
block: rename block/aio.h to qemu/aio.h
|
3 months ago |
|
aio-wait.c
|
block: rename block/aio-wait.h to qemu/aio-wait.h
|
3 months ago |
|
aio-win32.c
|
aio: add errp argument to aio_context_setup()
|
5 months ago |
|
aiocb.c
|
block: extract include/qemu/aiocb.h out of include/block/aio.h
|
3 months ago |
|
async.c
|
block: rename block/aio.h to qemu/aio.h
|
3 months ago |
|
base64.c
|
nomaintainer: Fix Lesser GPL version number
|
5 years ago |
|
bitmap.c
|
bswap: Include missing 'qemu/bswap.h' header
|
2 months 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
|
include/qemu/atomic: Drop qatomic_{read,set}_[iu]64
|
2 months 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-wasm.c
|
util: Add coroutine backend for emscripten
|
11 months ago |
|
coroutine-windows.c
|
build: move coroutine backend selection to meson
|
3 years ago |
|
cpuinfo-aarch64.c
|
misc: Clean up includes
|
2 months ago |
|
cpuinfo-i386.c
|
cpuinfo/i386: Detect GFNI as an AVX extension
|
7 months 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
|
error-report: make real_time_iso8601() public
|
2 months ago |
|
error.c
|
error: Kill @error_warn
|
6 months ago |
|
event.c
|
qemu-thread: Use futex for QemuEvent on Windows
|
10 months ago |
|
event_notifier-posix.c
|
treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblocking
|
6 months ago |
|
event_notifier-win32.c
|
Remove qemu-common.h include from most units
|
4 years ago |
|
fdmon-epoll.c
|
aio-posix: integrate fdmon into glib event loop
|
5 months ago |
|
fdmon-io_uring.c
|
aio-posix: add aio_add_sqe() API for user-defined io_uring requests
|
5 months ago |
|
fdmon-poll.c
|
aio-posix: integrate fdmon into glib event loop
|
5 months 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
|
bswap: Use 'qemu/bswap.h' instead of 'qemu/host-utils.h'
|
2 months ago |
|
hexdump.c
|
util/hexdump: fix QEMU_HEXDUMP_LINE_WIDTH logic
|
5 months 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: Do not assert offset is in iov
|
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
|
qemu-thread: Use futex if available for QemuLockCnt
|
10 months ago |
|
log.c
|
Fix const qualifier build errors with recent glibc
|
4 months ago |
|
main-loop.c
|
block: rename block/aio.h to qemu/aio.h
|
3 months 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
|
tests/unit: add unit test for qemu_hexdump()
|
2 months ago |
|
mmap-alloc.c
|
util/mmap-alloc: qemu_fd_getfs()
|
3 years ago |
|
module.c
|
util: add some extra stubs for qemu modules initialization
|
1 month 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
|
oslib: qemu_clear_cloexec
|
6 months ago |
|
oslib-win32.c
|
util: Move qemu_ftruncate64 from block/file-win32.c to oslib-win32.c
|
3 months 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
|
block: rename block/aio.h to qemu/aio.h
|
3 months 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
|
block: rename block/aio.h to qemu/aio.h
|
3 months ago |
|
qemu-coroutine-sleep.c
|
block: rename block/aio.h to qemu/aio.h
|
3 months ago |
|
qemu-coroutine.c
|
block: rename block/aio.h to qemu/aio.h
|
3 months 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/qemu-sockets: Introduce inet socket options controlling TCP keep-alive
|
10 months ago |
|
qemu-thread-common.h
|
bql: Fix bql_locked status with condvar APIs
|
5 months ago |
|
qemu-thread-posix.c
|
qemu-thread: Use futex for QemuEvent on Windows
|
10 months ago |
|
qemu-thread-win32.c
|
qemu-thread: Use futex for QemuEvent on Windows
|
10 months ago |
|
qemu-timer-common.c
|
semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ
|
5 years ago |
|
qemu-timer.c
|
target/s390x: Fix infinite loop during replay
|
3 months ago |
|
qht.c
|
cleanup: Drop pointless return at end of function
|
11 months ago |
|
qsp.c
|
include/qemu/atomic: Drop aligned_{u}int64_t
|
2 months 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
|
Revert "rcu: Unify force quiescent state"
|
2 months 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 |
|
s390x_pci_mmio.c
|
util: Add functions for s390x mmio read/write
|
11 months ago |
|
selfmap.c
|
util/selfmap: Use dev_t and ino_t in MapInfo
|
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
|
qom: Make InterfaceInfo[] uses const
|
11 months ago |
|
thread-pool.c
|
thread-pool: Fix thread race
|
3 months ago |
|
throttle.c
|
block: rename block/aio.h to qemu/aio.h
|
3 months ago |
|
timed-average.c
|
license: Simplify GPL-2.0-or-later license descriptions
|
2 years ago |
|
trace-events
|
aio-posix: add aio_add_sqe() API for user-defined io_uring requests
|
5 months 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-helper: Fix endianness in PCI config read/write functions
|
3 months ago |
|
vhost-user-server.c
|
block: rename block/aio-wait.h to qemu/aio-wait.h
|
3 months ago |
|
yank.c
|
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
|
2 years ago |