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.
 
 
 
 
 
 
Marc-André Lureau b213fee8a7 util: compile drm.o on posix 7 years ago
..
Makefile.objs util: compile drm.o on posix 7 years ago
aio-posix.c aio-posix: ensure poll mode is left when aio_notify is called 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: use qemu_aio_coroutine_enter in co_schedule_bh_cb 8 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: provide to_le/from_le helpers 9 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 util: Introduce include/qemu/cpuid.h 9 years ago
cacheinfo.c util/cacheinfo: Use uint64_t on LLP64 model to satisfy Windows ARM64 7 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 build: try improve handling of clang warnings 8 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 cutils: Simplify how parse_uint() checks for whitespace 7 years ago
drm.c util: promote qemu_egl_rendernode_open() to libqemuutil 8 years ago
envlist.c util: Use g_malloc/g_free in envlist.c 9 years ago
error.c util/error: do not free error on error_abort 7 years ago
event_notifier-posix.c Revert "qemu: add a cleanup callback function to EventNotifier" 8 years ago
event_notifier-win32.c Revert "qemu: add a cleanup callback function to EventNotifier" 8 years ago
fifo8.c migration: consolidate VMStateField.start 9 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 util: Clean up includes 10 years ago
guest-random.c util: Add qemu_guest_getrandom and associated routines 7 years ago
hbitmap.c Revert "hbitmap: Add @advance param to hbitmap_iter_next()" 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 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
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 tcg: Optionally log FPU state in TCG -d cpu logging 8 years ago
main-loop.c slirp: move sources to src/ subdirectory 7 years ago
memfd.c memfd: improve error messages 7 years ago
mmap-alloc.c util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap() 7 years ago
module.c module: Use QEMU_MODULE_DIR as a search path 8 years ago
notify.c util: Clean up includes 10 years ago
osdep.c slirp: prefer c99 types over BSD kind 7 years ago
oslib-posix.c util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap 7 years ago
oslib-win32.c hostmem-file: reject invalid pmem file sizes 7 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 block: Add block-specific QDict header 8 years ago
qemu-coroutine-io.c coroutine: move entry argument to qemu_coroutine_create 10 years ago
qemu-coroutine-lock.c coroutine: avoid co_queue_wakeup recursion 8 years ago
qemu-coroutine-sleep.c qemu-coroutine-sleep: drop CoSleepCB 7 years ago
qemu-coroutine.c block: Add missing locking in bdrv_co_drain_bh_cb() 8 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 qemu/queue.h: simplify reverse access to QTAILQ 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: simplify unix_listen() 7 years ago
qemu-thread-common.h Clean up includes 7 years ago
qemu-thread-posix.c qemu-thread: Don't block SEGV, ILL and FPE 7 years ago
qemu-thread-win32.c build-sys: build with Vista API by default 7 years ago
qemu-timer-common.c util: Clean up includes 10 years ago
qemu-timer.c qemu-timer: avoid checkpoints for virtual clock timers in external subsystems 8 years ago
qht.c qht: constify arguments to some internal functions 8 years ago
qsp.c qsp: Simplify how qsp_report() prints 7 years ago
range.c Don't talk about the LGPL if the file is licensed under the GPL 7 years ago
rcu.c membarrier: introduce qemu/sys_membarrier.h 8 years ago
readline.c util/readline: Add braces to fix checkpatch errors 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 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 filemon: fix watch IDs to avoid potential wraparound issues 7 years ago
unicode.c json: Reject invalid UTF-8 sequences 8 years ago
uri.c cutils: Provide strchrnul 8 years ago
uuid.c uuid: Make qemu_uuid_bswap() take and return a QemuUUID 7 years ago
vfio-helpers.c exec: Change RAMBlockIterFunc definition 7 years ago