summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* acl: acl_add can't insert before last list element, fixMarkus Armbruster2013-06-211-2/+2
* qemu-option: check_params() is now unused, drop itMarkus Armbruster2013-06-191-30/+0
* qemu-socket: allow hostnames starting with a digitJán Tomko2013-06-181-9/+4
* error: add error_setg_file_open() helperLuiz Capitulino2013-06-171-0/+5
* create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev2013-06-142-1/+136
* qemu-io: Move qemu_strsep() to cutils.cKevin Wolf2013-06-061-0/+21
* cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf2013-06-061-0/+4
* osdep: add qemu_get_local_state_pathname()Laszlo Ersek2013-05-302-0/+31
* Rename hexdump to avoid FreeBSD libutil conflictEd Maste2013-05-202-2/+2
* osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini2013-05-142-0/+16
* osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini2013-05-142-4/+4
* 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
OpenPOWER on IntegriCloud