summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* inet_listen_opts: add error checkingGerd Hoffmann2014-06-131-2/+13
* Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-06-111-0/+15
|\
| * readline: Clear screen on form feed.Hani Benhabiles2014-06-111-0/+9
| * readline: Make completion strings always uniqueHani Benhabiles2014-06-111-0/+6
* | util/qemu-openpty: fix build with musl libc by include termios.h as fallbackNatanael Copa2014-06-111-0/+2
* | util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalentPeter Maydell2014-06-111-7/+2
|/
* util/qemu-sockets.c: Avoid unused variable warningsPeter Maydell2014-06-101-2/+1
* throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi2014-06-041-4/+23
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-2' into stagingPeter Maydell2014-05-222-17/+16
|\
| * error: error_is_set() is finally unused; removeMarkus Armbruster2014-05-211-5/+0
| * qemu-socket: Clean up inet_connect_opts()Markus Armbruster2014-05-211-12/+16
* | util: add qemu_iovec_is_zeroPeter Lieven2014-05-191-0/+21
|/
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-2/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-05-131-0/+112
|\
| * glib: fix g_poll early timeout on windowsSangho Park2014-05-091-0/+112
* | qemu-option: Clean up fragile use of error_is_set()Markus Armbruster2014-05-091-1/+1
* | error: Consistently name Error ** objects errp, and not errMarkus Armbruster2014-05-091-4/+4
* | cutils: tighten qemu_parse_fd()Laszlo Ersek2014-05-081-3/+10
|/
* readline: Sort completions before printing them.Hani Benhabiles2014-05-071-0/+7
* readline: use g_strndup instead of open-coding itMichael Tokarev2014-05-071-3/+1
* do not call g_thread_init() for glib >= 2.31Michael Tokarev2014-05-071-12/+9
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell2014-04-282-1/+17
|\
| * init_paths: fix minor memory leakKirill Batuzov2014-04-281-1/+3
| * qemu-option: introduce qemu_find_opts_singletonPaolo Bonzini2014-04-271-0/+14
* | error: Remove some unused headersCole Robinson2014-04-251-4/+1
* | qerror.h: Remove QERR defines that are only used onceCole Robinson2014-04-252-2/+2
* | error: Print error_report() to stderr if using qmpCole Robinson2014-04-251-1/+1
* | error: Privatize error_print_locCole Robinson2014-04-251-1/+1
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-03-282-3/+20
|\
| * Detect pthread_setname_np at configure timeDr. David Alan Gilbert2014-03-272-3/+20
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-27' in...Peter Maydell2014-03-271-1/+1
|\ \
| * | util: Add 'static' attribute to function implementationStefan Weil2014-03-271-1/+1
| |/
* | util: add qemu_ether_ntoaAlexey Kardashevskiy2014-03-271-0/+14
|/
* osdep: initialize glib threads in all QEMU toolsStefan Hajnoczi2014-03-251-0/+18
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-03-132-0/+79
|\
| * rfifolock: add recursive FIFO lockStefan Hajnoczi2014-03-132-0/+79
* | oslib-posix: Fix build on FreeBSDAndreas Färber2014-03-131-0/+4
|/
* qemu-thread-posix: Fix build against older glibc versionJan Kiszka2014-03-111-1/+1
* Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-093-4/+10
* Add 'debug-threads' suboption to --nameDr. David Alan Gilbert2014-03-092-0/+15
* target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta2014-03-051-0/+37
* target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta2014-03-051-0/+38
* util/iov: Use qemu/sockets.h instead of conditional codeStefan Weil2014-03-031-8/+1
* modules: Fix building with --enable-modulesFam Zheng2014-02-281-1/+1
* modules: do not include gmodule-2.0 in static buildsPaolo Bonzini2014-02-251-0/+2
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-02-253-0/+161
|\
| * blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet2014-02-211-0/+106
| * qemu-config: Sections must consist of keysMax Reitz2014-02-211-0/+6
| * qemu-option: has_help_option() and is_valid_option_list()Kevin Wolf2014-02-211-0/+49
* | Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell2014-02-243-2/+227
|\ \ | |/ |/|
OpenPOWER on IntegriCloud