summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-15/+15
2013-03-22nbd: Keep hostname and port separateKevin Wolf1-3/+3
2013-03-22qemu-socket: Make socket_optslist publicKevin Wolf1-12/+12
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil1-5/+5
2013-03-15iov: Factor out hexdumperPeter Crosthwaite3-25/+49
2013-03-15qemu-option: Add qemu_opts_absorb_qdict()Kevin Wolf1-0/+34
2013-03-13chardev: add udp support to qapiGerd Hoffmann1-0/+25
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori3-0/+81
2013-03-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-2/+2
2013-03-08char-socket: fix error reportingAnthony Liguori1-0/+4
2013-03-08osdep: replace setsockopt by qemu_setsockoptLei Li1-2/+2
2013-03-05oslib-posix: Align to permit transparent hugepages on ARM LinuxPeter Maydell1-1/+1
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka1-0/+6
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini1-0/+1
2013-03-01hw: move fifo.[ch] to libqemuutilPaolo Bonzini2-0/+80
2013-02-17host-utils: Improve mulu64 and muls64Richard Henderson1-54/+38
2013-02-17host-utils: Use __int128_t for mul[us]64Richard Henderson1-2/+2
2013-02-16bitops: Replace bitops_ctol with ctzlRichard Henderson1-1/+1
2013-02-16bitops: Inline bitops_flslRichard Henderson1-1/+1
2013-02-16bitops: Use non-bitops ctzlRichard Henderson1-1/+1
2013-02-16hbitmap: Use non-bitops ctzlRichard Henderson1-1/+2
2013-02-11qemu-option: Disable two helpful messages that got broken recentlyMarkus Armbruster1-0/+4
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2-6/+6
2013-02-06qemu/iovec: Don't assert if sbytes is zeroAneesh Kumar K.V1-0/+4
2013-02-04cutils: unsigned int parsing functionsEduardo Habkost1-0/+99
2013-02-02bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini2-3/+3
2013-02-02util: Fix compilation of envlist.c for MinGWStefan Weil1-6/+1
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster1-6/+2
2013-01-28Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2-1/+402
2013-01-26bsd-user: avoid conflict with qemu_vmallocBlue Swirl1-3/+0
2013-01-25hbitmap: add assertion on hbitmap_iter_initPaolo Bonzini1-0/+1
2013-01-25add hierarchical bitmap data type and test casesPaolo Bonzini2-1/+401
2013-01-19Replace non-portable asprintf by g_strdup_printfStefan Weil1-4/+1
2013-01-15acl: Free memory allocated with g_malloc() with g_free()Markus Armbruster1-2/+2
2013-01-15acl: Fix acl_remove not to mess up the ACLMarkus Armbruster1-0/+3
2013-01-15w32: Make qemu_vfree() accept NULL like the POSIX implementationMarkus Armbruster1-1/+3
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini29-0/+10302