summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster2-19/+19
2014-02-08util/fifo8: clear fifo head upon resetBeniamino Galvani1-0/+1
2014-02-08util/fifo8: implement push/pop of multiple bytesBeniamino Galvani1-0/+46
2014-02-01osdep: drop unused #include "trace.h"Stefan Hajnoczi1-1/+0
2014-01-24qemu_memalign: Allow small alignmentsKevin Wolf1-0/+5
2014-01-24qemu-progress: Fix progress printing on SIGUSR1Kevin Wolf1-0/+10
2014-01-24qemu-progress: Drop unused includeKevin Wolf1-1/+0
2014-01-22qemu-option: Add qemu_config_parse_qdict()Max Reitz1-0/+100
2014-01-22osdep: add qemu_set_tty_echo()Stefan Hajnoczi2-0/+37
2014-01-22readline: move readline to a generic locationStefan Hajnoczi2-0/+496
2014-01-17Revert "error: Don't use error_report() for assertion msgs."Peter Crosthwaite1-4/+4
2014-01-15error: Don't use error_report() for assertion msgs.Peter Crosthwaite1-4/+4
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias4-20/+31
2014-01-13bitmap: use long as indexJuan Quintela1-30/+30
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite3-19/+10
2014-01-06error: Add error_abortPeter Crosthwaite1-1/+21
2013-12-06Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori1-0/+6
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson1-31/+20
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson2-0/+75
2013-11-28util/error: Save errno from clobberingMax Reitz1-0/+6
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong1-1/+76
2013-10-17qemu-thread: add QemuEventPaolo Bonzini2-0/+142
2013-10-17compatfd: switch to QemuThreadJan Kiszka1-13/+3
2013-10-11blockdev: Separate ID generation from DriveInfo creationKevin Wolf1-0/+6
2013-10-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-2/+2
2013-10-05util/path: Fix type which is longer than 8 bit for MinGWStefan Weil1-2/+2
2013-10-02util: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-3/+3
2013-10-02util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik2-0/+22
2013-09-23Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori1-0/+7
2013-09-20iov: avoid "orig_len may be used unitialized" warningMichael Tokarev1-6/+4
2013-09-18osdep: warn if open(O_DIRECT) on fails with EINVALStefan Hajnoczi1-0/+7
2013-09-12exec: Don't abort when we can't allocate guest memoryMarkus Armbruster2-7/+2
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