index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Age
Commit message (
Expand
)
Author
2013-02-17
host-utils: Improve mulu64 and muls64
Richard Henderson
2013-02-17
host-utils: Use __int128_t for mul[us]64
Richard Henderson
2013-02-16
bitops: Replace bitops_ctol with ctzl
Richard Henderson
2013-02-16
bitops: Inline bitops_flsl
Richard Henderson
2013-02-16
bitops: Use non-bitops ctzl
Richard Henderson
2013-02-16
hbitmap: Use non-bitops ctzl
Richard Henderson
2013-02-11
qemu-option: Disable two helpful messages that got broken recently
Markus Armbruster
2013-02-11
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2013-02-06
qemu/iovec: Don't assert if sbytes is zero
Aneesh Kumar K.V
2013-02-04
cutils: unsigned int parsing functions
Eduardo Habkost
2013-02-02
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
Paolo Bonzini
2013-02-02
util: Fix compilation of envlist.c for MinGW
Stefan Weil
2013-01-30
g_strdup(NULL) returns NULL; simplify
Markus Armbruster
2013-01-28
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2013-01-26
bsd-user: avoid conflict with qemu_vmalloc
Blue Swirl
2013-01-25
hbitmap: add assertion on hbitmap_iter_init
Paolo Bonzini
2013-01-25
add hierarchical bitmap data type and test cases
Paolo Bonzini
2013-01-19
Replace non-portable asprintf by g_strdup_printf
Stefan Weil
2013-01-15
acl: Free memory allocated with g_malloc() with g_free()
Markus Armbruster
2013-01-15
acl: Fix acl_remove not to mess up the ACL
Markus Armbruster
2013-01-15
w32: Make qemu_vfree() accept NULL like the POSIX implementation
Markus Armbruster
2013-01-12
build: move libqemuutil.a components to util/
Paolo Bonzini