summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2013-06-18qemu-socket: allow hostnames starting with a digitJán Tomko1-9/+4
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev2-1/+136
2013-05-20Rename hexdump to avoid FreeBSD libutil conflictEd Maste2-2/+2
2013-05-14osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini2-0/+16
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini2-4/+4
2013-05-12clean unnecessary code: don't check g_strdup arg for NULLDong Xu Wang1-1/+1
2013-05-03qemu: add castagnoli crc32c checksum algorithmJeff Cody2-0/+116
2013-04-29win32: add readv/writev emulationPaolo Bonzini2-1/+44
2013-04-25monitor: introduce query-command-line-optionsAmos Kong1-0/+67
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy1-0/+23
2013-04-24util: move socket_init() to osdep.cMarc-André Lureau2-24/+23
2013-04-17iov: handle partial writes from sendmsg and recvmsgPaolo Bonzini1-47/+55
2013-04-17iov: reorganize iov_send_recv, part 3Paolo Bonzini1-15/+15
2013-04-17iov: reorganize iov_send_recv, part 2Paolo Bonzini1-14/+14
2013-04-17iov: reorganize iov_send_recv, part 1Paolo Bonzini1-7/+13
2013-04-16migration: initialize RAM to zeroPaolo Bonzini1-17/+18
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-13unicode: New mod_utf8_codepoint()Markus Armbruster2-1/+101
2013-04-13aes: make Td[0-5] and Te[0-5] tables non staticAurelien Jarno1-252/+252
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno1-1/+1
2013-04-04Allow clock_gettime() monotonic clock to be utilized on more OS'sBrad Smith1-3/+1
2013-04-02qemu-socket: set passed fd non-blocking in socket_connect()Stefan Hajnoczi1-0/+1
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi3-6/+6
2013-03-26bitops: unroll while loop in find_next_bit()Peter Lieven1-1/+17
2013-03-26buffer_is_zero: use vector optimizations if possiblePeter Lieven1-0/+5
2013-03-26cutils: add a function to find non-zero content in a bufferPeter Lieven1-0/+55
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