summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2014-06-16Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell
2014-06-16util: Add InvMixColumnsTom Musta
2014-06-16util: Add AES ShiftRows and InvShiftRows TablesTom Musta
2014-06-16util: Add S-Box and InvS-Box Arrays to Common AES UtilsTom Musta
2014-06-16QemuOpts: cleanup tmp 'allocated' member from QemuOptsListChunyan Liu
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16QemuOpts: export qemu_opt_findChunyan Liu
2014-06-16QemuOpts: check NULL input for qemu_opts_delChunyan Liu
2014-06-16QemuOpts: add qemu_opts_append to replace append_option_parametersChunyan Liu
2014-06-16QemuOpts: add conversion between QEMUOptionParameter to QemuOptsChunyan Liu
2014-06-16QemuOpts: add qemu_opts_print_help to replace print_option_helpChunyan Liu
2014-06-16QemuOpts: add qemu_opt_get_*_del functions for replace workChunyan Liu
2014-06-16QemuOpts: move qemu_opt_del ahead for later callingChunyan Liu
2014-06-16QemuOpts: change opt->name|str from (const char *) to (char *)Chunyan Liu
2014-06-16qapi: output def_value_str when query command line optionsChunyan Liu
2014-06-16QemuOpts: add def_value_str to QemuOptDescChunyan Liu
2014-06-16QemuOpts: repurpose qemu_opts_print to replace print_option_parametersChunyan Liu
2014-06-16QemuOpts: move find_desc_by_name ahead for later callingChunyan Liu
2014-06-13inet_listen_opts: add error checkingGerd Hoffmann
2014-06-11Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-06-11readline: Clear screen on form feed.Hani Benhabiles
2014-06-11readline: Make completion strings always uniqueHani Benhabiles
2014-06-11util/qemu-openpty: fix build with musl libc by include termios.h as fallbackNatanael Copa
2014-06-11util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalentPeter Maydell
2014-06-10util/qemu-sockets.c: Avoid unused variable warningsPeter Maydell
2014-06-04throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi
2014-05-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-2' into stagingPeter Maydell
2014-05-21error: error_is_set() is finally unused; removeMarkus Armbruster
2014-05-21qemu-socket: Clean up inet_connect_opts()Markus Armbruster
2014-05-19util: add qemu_iovec_is_zeroPeter Lieven
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-05-09glib: fix g_poll early timeout on windowsSangho Park
2014-05-09qemu-option: Clean up fragile use of error_is_set()Markus Armbruster
2014-05-09error: Consistently name Error ** objects errp, and not errMarkus Armbruster
2014-05-08cutils: tighten qemu_parse_fd()Laszlo Ersek
2014-05-07readline: Sort completions before printing them.Hani Benhabiles
2014-05-07readline: use g_strndup instead of open-coding itMichael Tokarev
2014-05-07do not call g_thread_init() for glib >= 2.31Michael Tokarev
2014-04-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell
2014-04-28init_paths: fix minor memory leakKirill Batuzov
2014-04-27qemu-option: introduce qemu_find_opts_singletonPaolo Bonzini
2014-04-25error: Remove some unused headersCole Robinson
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson
2014-04-25error: Print error_report() to stderr if using qmpCole Robinson
2014-04-25error: Privatize error_print_locCole Robinson
2014-03-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-03-27Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-27' in...Peter Maydell
2014-03-27Detect pthread_setname_np at configure timeDr. David Alan Gilbert
2014-03-27util: Add 'static' attribute to function implementationStefan Weil