aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2013-03-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-03-22nbd: Keep hostname and port separateKevin Wolf
2013-03-22qemu-socket: Make socket_optslist publicKevin Wolf
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil
2013-03-15iov: Factor out hexdumperPeter Crosthwaite
2013-03-15qemu-option: Add qemu_opts_absorb_qdict()Kevin Wolf
2013-03-13chardev: add udp support to qapiGerd Hoffmann
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-03-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2013-03-08char-socket: fix error reportingAnthony Liguori
2013-03-08osdep: replace setsockopt by qemu_setsockoptLei Li
2013-03-05oslib-posix: Align to permit transparent hugepages on ARM LinuxPeter Maydell
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini
2013-03-01hw: move fifo.[ch] to libqemuutilPaolo Bonzini
2013-02-17host-utils: Improve mulu64 and muls64Richard Henderson
2013-02-17host-utils: Use __int128_t for mul[us]64Richard Henderson
2013-02-16bitops: Replace bitops_ctol with ctzlRichard Henderson
2013-02-16bitops: Inline bitops_flslRichard Henderson
2013-02-16bitops: Use non-bitops ctzlRichard Henderson
2013-02-16hbitmap: Use non-bitops ctzlRichard Henderson
2013-02-11qemu-option: Disable two helpful messages that got broken recentlyMarkus Armbruster
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2013-02-06qemu/iovec: Don't assert if sbytes is zeroAneesh Kumar K.V
2013-02-04cutils: unsigned int parsing functionsEduardo Habkost
2013-02-02bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini
2013-02-02util: Fix compilation of envlist.c for MinGWStefan Weil
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster
2013-01-28Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-01-26bsd-user: avoid conflict with qemu_vmallocBlue Swirl
2013-01-25hbitmap: add assertion on hbitmap_iter_initPaolo Bonzini
2013-01-25add hierarchical bitmap data type and test casesPaolo Bonzini
2013-01-19Replace non-portable asprintf by g_strdup_printfStefan Weil
2013-01-15acl: Free memory allocated with g_malloc() with g_free()Markus Armbruster
2013-01-15acl: Fix acl_remove not to mess up the ACLMarkus Armbruster
2013-01-15w32: Make qemu_vfree() accept NULL like the POSIX implementationMarkus Armbruster
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini