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.
 
 
 
 
 
 
Peter Maydell 68d8ef4ec5 TCG Plugins initial implementation 7 years ago
..
Makefile.objs util: introduce SharedResource 7 years ago
aio-posix.c Include qemu-common.h exactly where needed 7 years ago
aio-wait.c block: Use a single global AioWait 8 years ago
aio-win32.c aio-posix: Fix concurrent aio_poll/set_fd_handler. 7 years ago
aiocb.c block: move AioContext, QEMUTimer, main-loop to libqemuutil 9 years ago
async.c util/async: avoid useless cast 7 years ago
atomic64.c util: add atomic64 8 years ago
base64.c include/qemu/osdep.h: Don't include qapi/error.h 10 years ago
bitmap.c bitmap: Add bitmap_copy_with_{src|dst}_offset() 7 years ago
bitops.c avoid TABs in files that only contain a few 7 years ago
buffer.c qemu-common: stop including qemu/host-utils.h from qemu-common.h 10 years ago
bufferiszero.c Include qemu-common.h exactly where needed 7 years ago
cacheinfo.c Fix cacheline detection on FreeBSD/powerpc. 7 years ago
compatfd.c Include qemu-common.h exactly where needed 7 years ago
coroutine-sigaltstack.c coroutine-sigaltstack: use helper for allocating stack memory 10 years ago
coroutine-ucontext.c Include qemu-common.h exactly where needed 7 years ago
coroutine-win32.c coroutine: add a macro for the coroutine stack size 10 years ago
crc32c.c Include qemu-common.h exactly where needed 7 years ago
cutils.c cutils: remove one unnecessary pointer operation 7 years ago
drm.c util: promote qemu_egl_rendernode_open() to libqemuutil 8 years ago
envlist.c Include qemu-common.h exactly where needed 7 years ago
error.c Include qemu-common.h exactly where needed 7 years ago
event_notifier-posix.c event_notifier: avoid dandling file descriptor in event_notifier_cleanup 7 years ago
event_notifier-win32.c Revert "qemu: add a cleanup callback function to EventNotifier" 8 years ago
fifo8.c Include migration/vmstate.h less 7 years ago
filemonitor-inotify.c filemon: fix watch IDs to avoid potential wraparound issues 7 years ago
filemonitor-stub.c filemon: fix watch IDs to avoid potential wraparound issues 7 years ago
getauxval.c Include qemu-common.h exactly where needed 7 years ago
guest-random.c Include qemu-common.h exactly where needed 7 years ago
hbitmap.c hbitmap: handle set/reset with zero length 7 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 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h 7 years ago
iov.c util/ioc.c: try to reassure Coverity about qemu_iovec_init_extended 7 years ago
iova-tree.c util: remove redundant include of glib.h and add osdep.h 8 years ago
keyval.c qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF 8 years ago
lockcnt.c qemu-thread: optimize QemuLockCnt with futexes on Linux 9 years ago
log.c plugin: add qemu_plugin_outs helper 7 years ago
main-loop.c Do not use %m in common code to print error messages 7 years ago
memfd.c linux-user: add memfd_create 7 years ago
mmap-alloc.c core: replace getpagesize() with qemu_real_host_page_size 7 years ago
module.c module: return success on module load 7 years ago
notify.c xen / notify: introduce a new XenWatchList abstraction 7 years ago
osdep.c slirp: prefer c99 types over BSD kind 7 years ago
oslib-posix.c core: replace getpagesize() with qemu_real_host_page_size 7 years ago
oslib-win32.c core: replace getpagesize() with qemu_real_host_page_size 7 years ago
pagesize.c util: move qemu_real_host_page_size/mask to osdep.h 9 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 util: introduce SharedResource 7 years ago
qemu-config.c Include qemu-common.h exactly where needed 7 years ago
qemu-coroutine-io.c yield_until_fd_readable: make it work with any AioContect 7 years ago
qemu-coroutine-lock.c Include qemu-common.h exactly where needed 7 years ago
qemu-coroutine-sleep.c qemu-coroutine-sleep: introduce qemu_co_sleep_wake 7 years ago
qemu-coroutine.c Include qemu-common.h exactly where needed 7 years ago
qemu-error.c monitor error: Make printf()-like functions return a value 7 years ago
qemu-openpty.c util: Clean up includes 10 years ago
qemu-option.c Include qemu-common.h exactly where needed 7 years ago
qemu-print.c qemu-print: New qemu_fprintf(), qemu_vfprintf() 7 years ago
qemu-progress.c progress: Show current progress on SIGINFO 9 years ago
qemu-sockets.c util/qemu-sockets: fix keep_alive handling in inet_connect_saddr 7 years ago
qemu-thread-common.h Clean up includes 7 years ago
qemu-thread-posix.c qemu-thread: Add qemu_cond_timedwait 7 years ago
qemu-thread-win32.c qemu-thread: Add qemu_cond_timedwait 7 years ago
qemu-timer-common.c util: Clean up includes 10 years ago
qemu-timer.c qemu-timer: reuse MIN macro in qemu_timeout_ns_to_ms 7 years ago
qht.c qht: constify arguments to some internal functions 8 years ago
qsp.c qemu-thread: Add qemu_cond_timedwait 7 years ago
range.c Don't talk about the LGPL if the file is licensed under the GPL 7 years ago
rcu.c Include qemu-common.h exactly where needed 7 years ago
readline.c qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h 7 years ago
stats64.c util/stats64: Fix min/max comparisons 9 years ago
sys_membarrier.c sys_membarrier: fix up include directives 8 years ago
systemd.c Do not use %m in common code to print error messages 7 years ago
thread-pool.c Include qemu-common.h exactly where needed 7 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 socket: Add backlog parameter to socket_listen 7 years ago
unicode.c json: Reject invalid UTF-8 sequences 8 years ago
uri.c cutils: Provide strchrnul 8 years ago
uuid.c Include qemu-common.h exactly where needed 7 years ago
vfio-helpers.c core: replace getpagesize() with qemu_real_host_page_size 7 years ago