summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* clean unnecessary code: don't check g_strdup arg for NULLDong Xu Wang2013-05-121-1/+1
* qemu: add castagnoli crc32c checksum algorithmJeff Cody2013-05-032-0/+116
* win32: add readv/writev emulationPaolo Bonzini2013-04-292-1/+44
* monitor: introduce query-command-line-optionsAmos Kong2013-04-251-0/+67
* ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy2013-04-241-0/+23
* util: move socket_init() to osdep.cMarc-André Lureau2013-04-242-24/+23
* iov: handle partial writes from sendmsg and recvmsgPaolo Bonzini2013-04-171-47/+55
* iov: reorganize iov_send_recv, part 3Paolo Bonzini2013-04-171-15/+15
* iov: reorganize iov_send_recv, part 2Paolo Bonzini2013-04-171-14/+14
* iov: reorganize iov_send_recv, part 1Paolo Bonzini2013-04-171-7/+13
* migration: initialize RAM to zeroPaolo Bonzini2013-04-161-17/+18
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* unicode: New mod_utf8_codepoint()Markus Armbruster2013-04-132-1/+101
* aes: make Td[0-5] and Te[0-5] tables non staticAurelien Jarno2013-04-131-252/+252
* aes: move aes.h from include/block to include/qemuAurelien Jarno2013-04-131-1/+1
* Allow clock_gettime() monotonic clock to be utilized on more OS'sBrad Smith2013-04-041-3/+1
* qemu-socket: set passed fd non-blocking in socket_connect()Stefan Hajnoczi2013-04-021-0/+1
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-023-6/+6
* bitops: unroll while loop in find_next_bit()Peter Lieven2013-03-261-1/+17
* buffer_is_zero: use vector optimizations if possiblePeter Lieven2013-03-261-0/+5
* cutils: add a function to find non-zero content in a bufferPeter Lieven2013-03-261-0/+55
* 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
|\
OpenPOWER on IntegriCloud