aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2014-03-25osdep: initialize glib threads in all QEMU toolsStefan Hajnoczi
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-03-13oslib-posix: Fix build on FreeBSDAndreas Färber
2014-03-13rfifolock: add recursive FIFO lockStefan Hajnoczi
2014-03-11qemu-thread-posix: Fix build against older glibc versionJan Kiszka
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert
2014-03-09Add 'debug-threads' suboption to --nameDr. David Alan Gilbert
2014-03-05target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta
2014-03-05target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta
2014-03-03util/iov: Use qemu/sockets.h instead of conditional codeStefan Weil
2014-02-28modules: Fix building with --enable-modulesFam Zheng
2014-02-25modules: do not include gmodule-2.0 in static buildsPaolo Bonzini
2014-02-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-02-24Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell
2014-02-21blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet
2014-02-21qemu-config: Sections must consist of keysMax Reitz
2014-02-21qemu-option: has_help_option() and is_valid_option_list()Kevin Wolf
2014-02-20module: implement module loadingFam Zheng
2014-02-20util: Split out exec_dir from os_find_datadirFam Zheng
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-02-08util/fifo8: clear fifo head upon resetBeniamino Galvani
2014-02-08util/fifo8: implement push/pop of multiple bytesBeniamino Galvani
2014-02-01osdep: drop unused #include "trace.h"Stefan Hajnoczi
2014-01-24qemu_memalign: Allow small alignmentsKevin Wolf
2014-01-24qemu-progress: Fix progress printing on SIGUSR1Kevin Wolf
2014-01-24qemu-progress: Drop unused includeKevin Wolf
2014-01-22qemu-option: Add qemu_config_parse_qdict()Max Reitz
2014-01-22osdep: add qemu_set_tty_echo()Stefan Hajnoczi
2014-01-22readline: move readline to a generic locationStefan Hajnoczi
2014-01-17Revert "error: Don't use error_report() for assertion msgs."Peter Crosthwaite
2014-01-15error: Don't use error_report() for assertion msgs.Peter Crosthwaite
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-13bitmap: use long as indexJuan Quintela
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite
2014-01-06error: Add error_abortPeter Crosthwaite
2013-12-06Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson
2013-11-28util/error: Save errno from clobberingMax Reitz
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong
2013-10-17qemu-thread: add QemuEventPaolo Bonzini
2013-10-17compatfd: switch to QemuThreadJan Kiszka
2013-10-11blockdev: Separate ID generation from DriveInfo creationKevin Wolf
2013-10-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-10-05util/path: Fix type which is longer than 8 bit for MinGWStefan Weil
2013-10-02util: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik
2013-10-02util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik
2013-09-23Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-09-20iov: avoid "orig_len may be used unitialized" warningMichael Tokarev
2013-09-18osdep: warn if open(O_DIRECT) on fails with EINVALStefan Hajnoczi