summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell1-1/+1
2014-08-15don't use 'Yoda conditions'Gonglei1-1/+1
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf2-8/+17
2014-07-18module: Don't complain when a module is absentAndreas Färber1-3/+0
2014-07-18module: Simplify module_load()Andreas Färber1-4/+2
2014-07-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+13
2014-07-14dma-helpers: Fix too long qiovKevin Wolf1-0/+13
2014-07-10oslib-posix: Fix new compiler error with -WclobberedStefan Weil1-14/+16
2014-06-26qemu_opts_append: Play nicely with QemuOptsList's headMichal Privoznik1-1/+10
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-5/+5
2014-06-23qapi event: convert SPICE eventsWenchao Xia1-10/+0
2014-06-23qapi: adjust existing definesWenchao Xia1-0/+10
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson2-87/+1
2014-06-23qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson1-12/+39
2014-06-21QemuOpts: check NULL opts in qemu_opt_get functionsChunyan Liu1-4/+24
2014-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-0/+92
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini2-0/+92
2014-06-19Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell1-4/+6
2014-06-19w32: Fix regression caused by new g_poll implementationStefan Weil1-78/+174
2014-06-18util: add return value to qemu_iovec_concat_iovPaolo Bonzini1-4/+6
2014-06-16Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell1-0/+343
2014-06-16util: Add InvMixColumnsTom Musta1-0/+265
2014-06-16util: Add AES ShiftRows and InvShiftRows TablesTom Musta1-0/+8
2014-06-16util: Add S-Box and InvS-Box Arrays to Common AES UtilsTom Musta1-0/+70
2014-06-16QemuOpts: cleanup tmp 'allocated' member from QemuOptsListChunyan Liu1-24/+3
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-423/+4
2014-06-16QemuOpts: export qemu_opt_findChunyan Liu1-1/+1
2014-06-16QemuOpts: check NULL input for qemu_opts_delChunyan Liu1-0/+4
2014-06-16QemuOpts: add qemu_opts_append to replace append_option_parametersChunyan Liu1-0/+67
2014-06-16QemuOpts: add conversion between QEMUOptionParameter to QemuOptsChunyan Liu1-0/+153
2014-06-16QemuOpts: add qemu_opts_print_help to replace print_option_helpChunyan Liu1-0/+13
2014-06-16QemuOpts: add qemu_opt_get_*_del functions for replace workChunyan Liu1-13/+104
2014-06-16QemuOpts: move qemu_opt_del ahead for later callingChunyan Liu1-8/+8
2014-06-16QemuOpts: change opt->name|str from (const char *) to (char *)Chunyan Liu1-2/+2
2014-06-16qapi: output def_value_str when query command line optionsChunyan Liu1-0/+4
2014-06-16QemuOpts: add def_value_str to QemuOptDescChunyan Liu1-7/+49
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