summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2014-06-16QemuOpts: repurpose qemu_opts_print to replace print_option_parametersChunyan Liu1-6/+4
2014-06-16QemuOpts: move find_desc_by_name ahead for later callingChunyan Liu1-14/+14
2014-06-13inet_listen_opts: add error checkingGerd Hoffmann1-2/+13
2014-06-11Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-0/+15
2014-06-11readline: Clear screen on form feed.Hani Benhabiles1-0/+9
2014-06-11readline: Make completion strings always uniqueHani Benhabiles1-0/+6
2014-06-11util/qemu-openpty: fix build with musl libc by include termios.h as fallbackNatanael Copa1-0/+2
2014-06-11util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalentPeter Maydell1-7/+2
2014-06-10util/qemu-sockets.c: Avoid unused variable warningsPeter Maydell1-2/+1
2014-06-04throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi1-4/+23
2014-05-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-2' into stagingPeter Maydell2-17/+16
2014-05-21error: error_is_set() is finally unused; removeMarkus Armbruster1-5/+0
2014-05-21qemu-socket: Clean up inet_connect_opts()Markus Armbruster1-12/+16
2014-05-19util: add qemu_iovec_is_zeroPeter Lieven1-0/+21
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-2/+1
2014-05-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+112
2014-05-09glib: fix g_poll early timeout on windowsSangho Park1-0/+112
2014-05-09qemu-option: Clean up fragile use of error_is_set()Markus Armbruster1-1/+1
2014-05-09error: Consistently name Error ** objects errp, and not errMarkus Armbruster1-4/+4
2014-05-08cutils: tighten qemu_parse_fd()Laszlo Ersek1-3/+10
2014-05-07readline: Sort completions before printing them.Hani Benhabiles1-0/+7
2014-05-07readline: use g_strndup instead of open-coding itMichael Tokarev1-3/+1
2014-05-07do not call g_thread_init() for glib >= 2.31Michael Tokarev1-12/+9
2014-04-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell2-1/+17
2014-04-28init_paths: fix minor memory leakKirill Batuzov1-1/+3
2014-04-27qemu-option: introduce qemu_find_opts_singletonPaolo Bonzini1-0/+14
2014-04-25error: Remove some unused headersCole Robinson1-4/+1
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson2-2/+2
2014-04-25error: Print error_report() to stderr if using qmpCole Robinson1-1/+1
2014-04-25error: Privatize error_print_locCole Robinson1-1/+1
2014-03-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-3/+20
2014-03-27Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-27' in...Peter Maydell1-1/+1
2014-03-27Detect pthread_setname_np at configure timeDr. David Alan Gilbert2-3/+20
2014-03-27util: Add 'static' attribute to function implementationStefan Weil1-1/+1
2014-03-27util: add qemu_ether_ntoaAlexey Kardashevskiy1-0/+14
2014-03-25osdep: initialize glib threads in all QEMU toolsStefan Hajnoczi1-0/+18
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-0/+79
2014-03-13oslib-posix: Fix build on FreeBSDAndreas Färber1-0/+4
2014-03-13rfifolock: add recursive FIFO lockStefan Hajnoczi2-0/+79
2014-03-11qemu-thread-posix: Fix build against older glibc versionJan Kiszka1-1/+1
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert3-4/+10
2014-03-09Add 'debug-threads' suboption to --nameDr. David Alan Gilbert2-0/+15
2014-03-05target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta1-0/+37
2014-03-05target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta1-0/+38
2014-03-03util/iov: Use qemu/sockets.h instead of conditional codeStefan Weil1-8/+1
2014-02-28modules: Fix building with --enable-modulesFam Zheng1-1/+1
2014-02-25modules: do not include gmodule-2.0 in static buildsPaolo Bonzini1-0/+2
2014-02-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-0/+161
2014-02-24Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell3-2/+227
2014-02-21blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet1-0/+106