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.
 
 
 
 
 
 
Paolo Bonzini ef57137f1b qemu-thread: add per-thread atexit functions 11 years ago
..
Makefile.objs util: Emancipate id_wellformed() from QemuOpts 12 years ago
acl.c acl: fix memory leak 12 years ago
aes.c util: Add InvMixColumns 12 years ago
bitmap.c bitmap: use long as index 12 years ago
bitops.c bitops: unroll while loop in find_next_bit() 13 years ago
compatfd.c Add a 'name' parameter to qemu_thread_create 12 years ago
crc32c.c qemu: add castagnoli crc32c checksum algorithm 13 years ago
cutils.c cutils: tighten qemu_parse_fd() 12 years ago
envlist.c util: Fix compilation of envlist.c for MinGW 13 years ago
error.c error: error_is_set() is finally unused; remove 12 years ago
event_notifier-posix.c sysemu: avoid proliferation of include/ subdirectories 13 years ago
event_notifier-win32.c build: move libqemuutil.a components to util/ 13 years ago
fifo8.c savevm: Remove all the unneeded version_minimum_id_old (arm) 12 years ago
getauxval.c util: Move general qemu_getauxval to util/getauxval.c 12 years ago
hbitmap.c util: Use g_new() & friends where that makes obvious sense 11 years ago
hexdump.c Rename hexdump to avoid FreeBSD libutil conflict 13 years ago
host-utils.c util: Don't link host-utils.o if it's empty 12 years ago
id.c util: Emancipate id_wellformed() from QemuOpts 12 years ago
iov.c util: Use g_new() & friends where that makes obvious sense 11 years ago
module.c module: Don't complain when a module is absent 12 years ago
notify.c notify: add NotiferWithReturn so notifier list can abort 13 years ago
osdep.c do not call g_thread_init() for glib >= 2.31 12 years ago
oslib-posix.c memory: expose alignment used for allocating RAM as MemoryRegion API 12 years ago
oslib-win32.c memory: expose alignment used for allocating RAM as MemoryRegion API 12 years ago
path.c util/path: Use the GLib memory allocation routines 12 years ago
qemu-config.c qapi: output def_value_str when query command line options 12 years ago
qemu-error.c qemu-error: Add error_vreport() 12 years ago
qemu-openpty.c util/qemu-openpty: fix build with musl libc by include termios.h as fallback 12 years ago
qemu-option.c block: Don't add trailing space in "Formating..." message 11 years ago
qemu-progress.c qemu-progress: Fix progress printing on SIGUSR1 12 years ago
qemu-sockets.c qemu-sockets: Add error to non-blocking connect handler 12 years ago
qemu-thread-posix.c qemu-thread: add per-thread atexit functions 11 years ago
qemu-thread-win32.c qemu-thread: add per-thread atexit functions 11 years ago
qemu-timer-common.c Allow clock_gettime() monotonic clock to be utilized on more OS's 13 years ago
readline.c readline: Clear screen on form feed. 12 years ago
rfifolock.c rfifolock: add recursive FIFO lock 12 years ago
throttle.c throttle: add throttle_detach/attach_aio_context() 12 years ago
unicode.c unicode: New mod_utf8_codepoint() 13 years ago
uri.c util: Fuse g_malloc(); memset() into g_new0() 11 years ago