aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2013-08-30option: Add assigned flag to QEMUOptionParameterMax Reitz
2013-08-12qemu-option: Guard against qemu_opts_set_defaults() misuseMarkus Armbruster
2013-08-06iov: handle EOF in iov_send_recvMORITA Kazutaka
2013-08-05semaphore: fix a hangup problem under load on NetBSD hosts.Izumi Tsutsui
2013-07-29qdev: Add SIZE type to qdev propertiesVasilis Liaskovitis
2013-07-27aes: Remove unused code (NDEBUG, u16)Stefan Weil
2013-07-26QemuOpts: Add qemu_opt_unset()Kevin Wolf
2013-07-10add timestamp to error_report()Seiji Aguchi
2013-07-09qemu-option: Fix qemu_opts_set_defaults() for corner casesMarkus Armbruster
2013-07-09qemu-option: Fix qemu_opts_find() for null id argumentsMarkus Armbruster
2013-06-28qemu-socket: don't leak opts on errorGerd Hoffmann
2013-06-28qemu-socket: catch monitor_get_fd failuresGerd Hoffmann
2013-06-28qemu-socket: drop pointless allocationGerd Hoffmann
2013-06-28qemu-socket: zero-initialize SocketAddressGerd Hoffmann
2013-06-28notify: add NotiferWithReturn so notifier list can abortStefan Hajnoczi
2013-06-21acl: acl_add can't insert before last list element, fixMarkus Armbruster
2013-06-19qemu-option: check_params() is now unused, drop itMarkus Armbruster
2013-06-18qemu-socket: allow hostnames starting with a digitJán Tomko
2013-06-17error: add error_setg_file_open() helperLuiz Capitulino
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev
2013-06-06qemu-io: Move qemu_strsep() to cutils.cKevin Wolf
2013-06-06cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf
2013-05-30osdep: add qemu_get_local_state_pathname()Laszlo Ersek
2013-05-20Rename hexdump to avoid FreeBSD libutil conflictEd Maste
2013-05-14osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini
2013-05-12clean unnecessary code: don't check g_strdup arg for NULLDong Xu Wang
2013-05-03qemu: add castagnoli crc32c checksum algorithmJeff Cody
2013-04-29win32: add readv/writev emulationPaolo Bonzini
2013-04-25monitor: introduce query-command-line-optionsAmos Kong
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy
2013-04-24util: move socket_init() to osdep.cMarc-André Lureau
2013-04-17iov: handle partial writes from sendmsg and recvmsgPaolo Bonzini
2013-04-17iov: reorganize iov_send_recv, part 3Paolo Bonzini
2013-04-17iov: reorganize iov_send_recv, part 2Paolo Bonzini
2013-04-17iov: reorganize iov_send_recv, part 1Paolo Bonzini
2013-04-16migration: initialize RAM to zeroPaolo Bonzini
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-13unicode: New mod_utf8_codepoint()Markus Armbruster
2013-04-13aes: make Td[0-5] and Te[0-5] tables non staticAurelien Jarno
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno
2013-04-04Allow clock_gettime() monotonic clock to be utilized on more OS'sBrad Smith
2013-04-02qemu-socket: set passed fd non-blocking in socket_connect()Stefan Hajnoczi
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
2013-03-26bitops: unroll while loop in find_next_bit()Peter Lieven
2013-03-26buffer_is_zero: use vector optimizations if possiblePeter Lieven
2013-03-26cutils: add a function to find non-zero content in a bufferPeter Lieven
2013-03-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-03-22nbd: Keep hostname and port separateKevin Wolf
2013-03-22qemu-socket: Make socket_optslist publicKevin Wolf