| .. |
|
Makefile.objs
|
Queued TCG patches
|
9 years ago |
|
acl.c
|
Drop Emacs local variables lists redundant with .dir-locals.el
|
10 years ago |
|
aio-posix.c
|
async: remove unnecessary inc/dec pairs
|
10 years ago |
|
aio-win32.c
|
async: remove unnecessary inc/dec pairs
|
10 years ago |
|
aiocb.c
|
block: move AioContext, QEMUTimer, main-loop to libqemuutil
|
10 years ago |
|
async.c
|
async: Introduce aio_co_enter
|
9 years ago |
|
base64.c
|
include/qemu/osdep.h: Don't include qapi/error.h
|
11 years ago |
|
bitmap.c
|
bitmap: add bitmap_copy_and_clear_atomic
|
9 years ago |
|
bitops.c
|
util: Clean up includes
|
11 years ago |
|
buffer.c
|
qemu-common: stop including qemu/host-utils.h from qemu-common.h
|
10 years ago |
|
bufferiszero.c
|
cutils: Rewrite x86 buffer zero checking
|
10 years ago |
|
cacheinfo.c
|
util/cacheinfo: Fix warning generated by clang
|
9 years ago |
|
compatfd.c
|
cpus: remove ugly cast on sigbus_handler
|
10 years ago |
|
coroutine-sigaltstack.c
|
coroutine-sigaltstack: use helper for allocating stack memory
|
10 years ago |
|
coroutine-ucontext.c
|
coroutine-ucontext: use helper for allocating stack memory
|
10 years ago |
|
coroutine-win32.c
|
coroutine: add a macro for the coroutine stack size
|
10 years ago |
|
crc32c.c
|
util: Clean up includes
|
11 years ago |
|
cutils.c
|
utils: provide size_to_str()
|
9 years ago |
|
envlist.c
|
util: Use g_malloc/g_free in envlist.c
|
9 years ago |
|
error.c
|
util/error: Fix leak in error_vprepend()
|
9 years ago |
|
event_notifier-posix.c
|
Remove/replace sysemu/char.h inclusion
|
9 years ago |
|
event_notifier-win32.c
|
event_notifier: prevent accidental use after close
|
10 years ago |
|
fifo8.c
|
migration: consolidate VMStateField.start
|
10 years ago |
|
getauxval.c
|
util: Clean up includes
|
11 years ago |
|
hbitmap.c
|
qmp: add x-debug-block-dirty-bitmap-sha256
|
9 years ago |
|
hexdump.c
|
util: Improved qemu_hexmap() to include an ascii dump of the buffer
|
11 years ago |
|
host-utils.c
|
host-utils: Implement unsigned quadword left/right shift and unit tests
|
10 years ago |
|
id.c
|
util: move declarations out of qemu-common.h
|
11 years ago |
|
iohandler.c
|
block: move AioContext, QEMUTimer, main-loop to libqemuutil
|
10 years ago |
|
iov.c
|
util: Fix assertion in iov_copy() upon zero 'bytes' and non-zero 'offset'
|
10 years ago |
|
keyval.c
|
qapi: Reject alternates that can't work with keyval_parse()
|
9 years ago |
|
lockcnt.c
|
qemu-thread: optimize QemuLockCnt with futexes on Linux
|
10 years ago |
|
log.c
|
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
|
10 years ago |
|
main-loop.c
|
main_loop: Make main_loop_wait() return void
|
9 years ago |
|
memfd.c
|
os-posix: include sys/mman.h
|
10 years ago |
|
mmap-alloc.c
|
exec, kvm, target-ppc: Move getrampagesize() to common code
|
10 years ago |
|
module.c
|
module: Don't load the same module if requested multiple times
|
10 years ago |
|
notify.c
|
util: Clean up includes
|
11 years ago |
|
osdep.c
|
osdep: Fall back to posix lock when OFD lock is unavailable
|
9 years ago |
|
oslib-posix.c
|
block: rip out all traces of password prompting
|
9 years ago |
|
oslib-win32.c
|
block: rip out all traces of password prompting
|
9 years ago |
|
path.c
|
util: Removed unneeded header from path.c
|
10 years ago |
|
qdist.c
|
qdist: return "(empty)" instead of NULL when printing an empty dist
|
10 years ago |
|
qemu-config.c
|
util/qemu-config: Add loadparm to qemu machine_opts
|
9 years ago |
|
qemu-coroutine-io.c
|
coroutine: move entry argument to qemu_coroutine_create
|
10 years ago |
|
qemu-coroutine-lock.c
|
coroutine-lock: do not touch coroutine after another one has been entered
|
9 years ago |
|
qemu-coroutine-sleep.c
|
block: explicitly acquire aiocontext in timers that need it
|
10 years ago |
|
qemu-coroutine.c
|
coroutine-lock: do not touch coroutine after another one has been entered
|
9 years ago |
|
qemu-error.c
|
qemu-error: remove dependency of stubs on monitor
|
10 years ago |
|
qemu-openpty.c
|
util: Clean up includes
|
11 years ago |
|
qemu-option.c
|
qapi: merge QInt and QFloat in QNum
|
9 years ago |
|
qemu-progress.c
|
progress: Show current progress on SIGINFO
|
9 years ago |
|
qemu-sockets.c
|
util/qemu-sockets: Drop unused helper socket_address_to_string()
|
9 years ago |
|
qemu-thread-posix.c
|
qemu-thread: Assert locks are initialized before using
|
9 years ago |
|
qemu-thread-win32.c
|
qemu-thread: Assert locks are initialized before using
|
9 years ago |
|
qemu-timer-common.c
|
util: Clean up includes
|
11 years ago |
|
qemu-timer.c
|
icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread
|
10 years ago |
|
qht.c
|
qht: fix unlock-after-free segfault upon resizing
|
10 years ago |
|
range.c
|
range: Replace internal representation of Range
|
10 years ago |
|
rcu.c
|
rcu: simplify memory barriers
|
10 years ago |
|
readline.c
|
util: move declarations out of qemu-common.h
|
11 years ago |
|
stats64.c
|
util: add stats64 module
|
9 years ago |
|
systemd.c
|
qemu-ga: obey LISTEN_PID when using systemd socket activation
|
10 years ago |
|
thread-pool.c
|
thread-pool: add missing qemu_bh_cancel in completion function
|
10 years ago |
|
throttle.c
|
throttle: make throttle_config(throttle_get_config()) symmetric
|
9 years ago |
|
timed-average.c
|
Fix some typos found by codespell
|
10 years ago |
|
trace-events
|
trace: add qemu mutex lock and unlock trace events
|
9 years ago |
|
unicode.c
|
util: move declarations out of qemu-common.h
|
11 years ago |
|
uri.c
|
Fix documentation and some comments (article, grammar)
|
10 years ago |
|
uuid.c
|
uuid: Tighten uuid parse
|
10 years ago |