summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into stagingAnthony Liguori1-0/+35
2013-09-09error: Add error_set_win32 and error_setg_win32Tomoki Sekiyama1-0/+35
2013-09-06throttle: Add a new throttling API implementing continuous leaky bucket.Benoît Canet2-0/+397
2013-08-30option: Add assigned flag to QEMUOptionParameterMax Reitz1-0/+9
2013-08-12qemu-option: Guard against qemu_opts_set_defaults() misuseMarkus Armbruster1-0/+9
2013-08-06iov: handle EOF in iov_send_recvMORITA Kazutaka1-0/+6
2013-08-05semaphore: fix a hangup problem under load on NetBSD hosts.Izumi Tsutsui1-12/+16
2013-07-29qdev: Add SIZE type to qdev propertiesVasilis Liaskovitis1-2/+2
2013-07-27aes: Remove unused code (NDEBUG, u16)Stefan Weil1-5/+0
2013-07-26QemuOpts: Add qemu_opt_unset()Kevin Wolf1-0/+14
2013-07-10add timestamp to error_report()Seiji Aguchi1-0/+10
2013-07-09qemu-option: Fix qemu_opts_set_defaults() for corner casesMarkus Armbruster1-9/+1
2013-07-09qemu-option: Fix qemu_opts_find() for null id argumentsMarkus Armbruster1-8/+4
2013-06-28qemu-socket: don't leak opts on errorGerd Hoffmann1-1/+1
2013-06-28qemu-socket: catch monitor_get_fd failuresGerd Hoffmann1-1/+1
2013-06-28qemu-socket: drop pointless allocationGerd Hoffmann1-1/+0
2013-06-28qemu-socket: zero-initialize SocketAddressGerd Hoffmann1-2/+2
2013-06-28notify: add NotiferWithReturn so notifier list can abortStefan Hajnoczi1-0/+30
2013-06-21acl: acl_add can't insert before last list element, fixMarkus Armbruster1-2/+2
2013-06-19qemu-option: check_params() is now unused, drop itMarkus Armbruster1-30/+0
2013-06-18qemu-socket: allow hostnames starting with a digitJán Tomko1-9/+4
2013-06-17error: add error_setg_file_open() helperLuiz Capitulino1-0/+5
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev2-1/+136
2013-06-06qemu-io: Move qemu_strsep() to cutils.cKevin Wolf1-0/+21
2013-06-06cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf1-0/+4
2013-05-30osdep: add qemu_get_local_state_pathname()Laszlo Ersek2-0/+31
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