summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-03-221-15/+15
|\
| * nbd: Keep hostname and port separateKevin Wolf2013-03-221-3/+3
| * qemu-socket: Make socket_optslist publicKevin Wolf2013-03-221-12/+12
* | MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil2013-03-221-5/+5
|/
* iov: Factor out hexdumperPeter Crosthwaite2013-03-153-25/+49
* qemu-option: Add qemu_opts_absorb_qdict()Kevin Wolf2013-03-151-0/+34
* chardev: add udp support to qapiGerd Hoffmann2013-03-131-0/+25
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-03-103-0/+81
|\
| * hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini2013-03-011-0/+1
| * hw: move fifo.[ch] to libqemuutilPaolo Bonzini2013-03-012-0/+80
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-03-101-2/+2
|\ \
| * | osdep: replace setsockopt by qemu_setsockoptLei Li2013-03-081-2/+2
* | | char-socket: fix error reportingAnthony Liguori2013-03-081-0/+4
|/ /
* | 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