QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Fam Zheng f86428a1f4 osdep: Retry SETLK upon EINTR 8 years ago
..
Makefile.objs util: move qemu_real_host_page_size/mask to osdep.h 9 years ago
acl.c Drop Emacs local variables lists redundant with .dir-locals.el 10 years ago
aio-posix.c aio-posix: drop QEMU_AIO_POLL_MAX_NS env var 9 years ago
aio-win32.c util/aio-win32: Only select on what we are actually waiting for 9 years ago
aiocb.c block: move AioContext, QEMUTimer, main-loop to libqemuutil 9 years ago
async.c coroutine: abort if we try to schedule or enter a pending coroutine 9 years ago
base64.c include/qemu/osdep.h: Don't include qapi/error.h 10 years ago
bitmap.c bitmap: provide to_le/from_le helpers 9 years ago
bitops.c bitmap: remove BITOP_WORD() 9 years ago
buffer.c qemu-common: stop including qemu/host-utils.h from qemu-common.h 10 years ago
bufferiszero.c util: Introduce include/qemu/cpuid.h 9 years ago
cacheinfo.c configure: Drop AIX host support 9 years ago
compatfd.c cpus: remove ugly cast on sigbus_handler 9 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 10 years ago
cutils.c Convert remaining single line fprintf() to warn_report() 9 years ago
envlist.c util: Use g_malloc/g_free in envlist.c 9 years ago
error.c error: Implement the warn and free Error functions 9 years ago
event_notifier-posix.c qemu: add a cleanup callback function to EventNotifier 8 years ago
event_notifier-win32.c qemu: add a cleanup callback function to EventNotifier 8 years ago
fifo8.c migration: consolidate VMStateField.start 9 years ago
getauxval.c util: Clean up includes 10 years ago
hbitmap.c hbitmap: add next_zero function 8 years ago
hexdump.c util: Improved qemu_hexmap() to include an ascii dump of the buffer 10 years ago
host-utils.c host-utils: Implement unsigned quadword left/right shift and unit tests 9 years ago
id.c util: move declarations out of qemu-common.h 10 years ago
iohandler.c block: move AioContext, QEMUTimer, main-loop to libqemuutil 9 years ago
iov.c util: Fix assertion in iov_copy() upon zero 'bytes' and non-zero 'offset' 10 years ago
keyval.c qapi: Generate FOO_str() macro for QAPI enum FOO 9 years ago
lockcnt.c qemu-thread: optimize QemuLockCnt with futexes on Linux 9 years ago
log.c util/cutils: Rename qemu_strtoll(), qemu_strtoull() 9 years ago
main-loop.c Convert multi-line fprintf() to warn_report() 9 years ago
memfd.c memfd: remove needless include 8 years ago
mmap-alloc.c sparc: Make sure we mmap at SHMLBA alignment 8 years ago
module.c module: Don't load the same module if requested multiple times 10 years ago
notify.c util: Clean up includes 10 years ago
osdep.c osdep: Retry SETLK upon EINTR 8 years ago
oslib-posix.c oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSD 9 years ago
oslib-win32.c block: rip out all traces of password prompting 9 years ago
pagesize.c util: move qemu_real_host_page_size/mask to osdep.h 9 years ago
path.c util: Removed unneeded header from path.c 9 years ago
qdist.c qdist: return "(empty)" instead of NULL when printing an empty dist 10 years ago
qemu-config.c qemu-config: fix leak in query-command-line-options 8 years ago
qemu-coroutine-io.c coroutine: move entry argument to qemu_coroutine_create 10 years ago
qemu-coroutine-lock.c coroutine-lock: add qemu_co_rwlock_downgrade and qemu_co_rwlock_upgrade 9 years ago
qemu-coroutine-sleep.c coroutine: simplify co_aio_sleep_ns() prototype 8 years ago
qemu-coroutine.c coroutine: abort if we try to schedule or enter a pending coroutine 9 years ago
qemu-error.c error: Revert unwanted change of warning messages 9 years ago
qemu-openpty.c util: Clean up includes 10 years ago
qemu-option.c option: Drop unused get_param_value(), get_next_param_value() 8 years ago
qemu-progress.c progress: Show current progress on SIGINFO 9 years ago
qemu-sockets.c sockets: remove obsolete code that updated listen address 8 years ago
qemu-thread-posix.c util/qemu-thread-*: add qemu_lock, locked and unlock trace events 8 years ago
qemu-thread-win32.c util/qemu-thread-*: add qemu_lock, locked and unlock trace events 8 years ago
qemu-timer-common.c util: Clean up includes 10 years ago
qemu-timer.c icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread 9 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: reduce more than 7MB heap memory by malloc_trim() 8 years ago
readline.c readline: add a free function 8 years ago
stats64.c util/stats64: Fix min/max comparisons 9 years ago
systemd.c qemu-ga: obey LISTEN_PID when using systemd socket activation 9 years ago
thread-pool.c thread-pool: add missing qemu_bh_cancel in completion function 9 years ago
throttle.c throttle: Assert that bkt->max is valid in throttle_compute_wait() 9 years ago
timed-average.c Fix some typos found by codespell 10 years ago
trace-events util/qemu-thread-*: add qemu_lock, locked and unlock trace events 8 years ago
unicode.c util: move declarations out of qemu-common.h 10 years ago
uri.c Fix documentation and some comments (article, grammar) 9 years ago
uuid.c util: add is_equal to UUID API 8 years ago