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.
 
 
 
 
 
 
Markus Armbruster 84d18f065f Use error_is_set() only when necessary 12 years ago
..
Makefile.objs readline: move readline to a generic location 12 years ago
acl.c acl: acl_add can't insert before last list element, fix 13 years ago
aes.c aes: Remove unused code (NDEBUG, u16) 13 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
cache-utils.c util: Use qemu_getauxval in linux qemu_cache_utils_init 13 years ago
compatfd.c compatfd: switch to QemuThread 13 years ago
crc32c.c qemu: add castagnoli crc32c checksum algorithm 13 years ago
cutils.c qemu-io: Move qemu_strsep() to cutils.c 13 years ago
envlist.c util: Fix compilation of envlist.c for MinGW 13 years ago
error.c Revert "error: Don't use error_report() for assertion msgs." 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 util/fifo8: clear fifo head upon reset 12 years ago
getauxval.c osdep: Create qemu_getauxval and qemu_init_auxval 13 years ago
hbitmap.c hbitmap: Use non-bitops ctzl 13 years ago
hexdump.c Rename hexdump to avoid FreeBSD libutil conflict 13 years ago
host-utils.c host-utils: Improve mulu64 and muls64 13 years ago
iov.c iov: avoid "orig_len may be used unitialized" warning 13 years ago
module.c build: move libqemuutil.a components to util/ 13 years ago
notify.c notify: add NotiferWithReturn so notifier list can abort 13 years ago
osdep.c osdep: drop unused #include "trace.h" 12 years ago
oslib-posix.c qemu_memalign: Allow small alignments 12 years ago
oslib-win32.c osdep: add qemu_set_tty_echo() 12 years ago
path.c util/path: Fix type which is longer than 8 bit for MinGW 13 years ago
qemu-config.c Use error_is_set() only when necessary 12 years ago
qemu-error.c add timestamp to error_report() 13 years ago
qemu-openpty.c create qemu_openpty_raw() helper function and move it to a separate file 13 years ago
qemu-option.c Use error_is_set() only when necessary 12 years ago
qemu-progress.c qemu-progress: Fix progress printing on SIGUSR1 12 years ago
qemu-sockets.c qemu-option: Remove qemu_opts_create_nofail 12 years ago
qemu-thread-posix.c qemu-thread: add QemuEvent 13 years ago
qemu-thread-win32.c qemu-thread: add QemuEvent 13 years ago
qemu-timer-common.c Allow clock_gettime() monotonic clock to be utilized on more OS's 13 years ago
readline.c readline: move readline to a generic location 12 years ago
throttle.c throttle: Add a new throttling API implementing continuous leaky bucket. 13 years ago
unicode.c unicode: New mod_utf8_codepoint() 13 years ago
uri.c clean unnecessary code: don't check g_strdup arg for NULL 13 years ago