summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* osdep: warn if open(O_DIRECT) on fails with EINVALStefan Hajnoczi2013-09-181-0/+7
* exec: Don't abort when we can't allocate guest memoryMarkus Armbruster2013-09-122-7/+2
* Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into stagingAnthony Liguori2013-09-111-0/+35
|\
| * error: Add error_set_win32 and error_setg_win32Tomoki Sekiyama2013-09-091-0/+35
* | throttle: Add a new throttling API implementing continuous leaky bucket.Benoît Canet2013-09-062-0/+397
|/
* option: Add assigned flag to QEMUOptionParameterMax Reitz2013-08-301-0/+9
* qemu-option: Guard against qemu_opts_set_defaults() misuseMarkus Armbruster2013-08-121-0/+9
* iov: handle EOF in iov_send_recvMORITA Kazutaka2013-08-061-0/+6
* semaphore: fix a hangup problem under load on NetBSD hosts.Izumi Tsutsui2013-08-051-12/+16
* qdev: Add SIZE type to qdev propertiesVasilis Liaskovitis2013-07-291-2/+2
* aes: Remove unused code (NDEBUG, u16)Stefan Weil2013-07-271-5/+0
* QemuOpts: Add qemu_opt_unset()Kevin Wolf2013-07-261-0/+14
* add timestamp to error_report()Seiji Aguchi2013-07-101-0/+10
* qemu-option: Fix qemu_opts_set_defaults() for corner casesMarkus Armbruster2013-07-091-9/+1
* qemu-option: Fix qemu_opts_find() for null id argumentsMarkus Armbruster2013-07-091-8/+4
* qemu-socket: don't leak opts on errorGerd Hoffmann2013-06-281-1/+1
* qemu-socket: catch monitor_get_fd failuresGerd Hoffmann2013-06-281-1/+1
* qemu-socket: drop pointless allocationGerd Hoffmann2013-06-281-1/+0
* qemu-socket: zero-initialize SocketAddressGerd Hoffmann2013-06-281-2/+2
* notify: add NotiferWithReturn so notifier list can abortStefan Hajnoczi2013-06-281-0/+30
* 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
OpenPOWER on IntegriCloud