summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* osdep: replace setsockopt by qemu_setsockoptLei Li2013-03-081-2/+2
* oslib-posix: Align to permit transparent hugepages on ARM LinuxPeter Maydell2013-03-051-1/+1
* move socket_set_nodelay to osdep.cMORITA Kazutaka2013-03-041-0/+6
* host-utils: Improve mulu64 and muls64Richard Henderson2013-02-171-54/+38
* host-utils: Use __int128_t for mul[us]64Richard Henderson2013-02-171-2/+2
* bitops: Replace bitops_ctol with ctzlRichard Henderson2013-02-161-1/+1
* bitops: Inline bitops_flslRichard Henderson2013-02-161-1/+1
* bitops: Use non-bitops ctzlRichard Henderson2013-02-161-1/+1
* hbitmap: Use non-bitops ctzlRichard Henderson2013-02-161-1/+2
* qemu-option: Disable two helpful messages that got broken recentlyMarkus Armbruster2013-02-111-0/+4
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2013-02-112-6/+6
* qemu/iovec: Don't assert if sbytes is zeroAneesh Kumar K.V2013-02-061-0/+4
* cutils: unsigned int parsing functionsEduardo Habkost2013-02-041-0/+99
* bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini2013-02-022-3/+3
* util: Fix compilation of envlist.c for MinGWStefan Weil2013-02-021-6/+1
* g_strdup(NULL) returns NULL; simplifyMarkus Armbruster2013-01-301-6/+2
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-01-282-1/+402
|\
| * hbitmap: add assertion on hbitmap_iter_initPaolo Bonzini2013-01-251-0/+1
| * add hierarchical bitmap data type and test casesPaolo Bonzini2013-01-252-1/+401
* | bsd-user: avoid conflict with qemu_vmallocBlue Swirl2013-01-261-3/+0
|/
* Replace non-portable asprintf by g_strdup_printfStefan Weil2013-01-191-4/+1
* acl: Free memory allocated with g_malloc() with g_free()Markus Armbruster2013-01-151-2/+2
* acl: Fix acl_remove not to mess up the ACLMarkus Armbruster2013-01-151-0/+3
* w32: Make qemu_vfree() accept NULL like the POSIX implementationMarkus Armbruster2013-01-151-1/+3
* build: move libqemuutil.a components to util/Paolo Bonzini2013-01-1229-0/+10302
OpenPOWER on IntegriCloud