aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-16QemuOpts: export qemu_opt_findChunyan Liu2-1/+2
2014-06-16qcow.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-36/+36
2014-06-16nfs.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-9/+3
2014-06-16iscsi.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-18/+16
2014-06-16gluster.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-39/+42
2014-06-16cow.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-28/+26
2014-06-16vvfat.c: handle cross_driver's create_options and create_optsChunyan Liu1-7/+17
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu14-114/+184
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 Liu2-0/+72
2014-06-16QemuOpts: add conversion between QEMUOptionParameter to QemuOptsChunyan Liu2-0/+162
2014-06-16QemuOpts: add qemu_opts_print_help to replace print_option_helpChunyan Liu2-0/+14
2014-06-16QemuOpts: add qemu_opt_get_*_del functions for replace workChunyan Liu2-13/+110
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 Liu3-7/+11
2014-06-16qapi: output def_value_str when query command line optionsChunyan Liu3-1/+10
2014-06-16QemuOpts: add def_value_str to QemuOptDescChunyan Liu2-7/+50
2014-06-16QemuOpts: repurpose qemu_opts_print to replace print_option_parametersChunyan Liu2-7/+5
2014-06-16QemuOpts: move find_desc_by_name ahead for later callingChunyan Liu1-14/+14
2014-06-16block/nfs: fix potential segfault on early callbackPeter Lieven1-1/+3
2014-06-16blockdev: Remove unused DriveInfo reference countMarkus Armbruster4-21/+5
2014-06-16blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()Markus Armbruster5-13/+13
2014-06-16blockdev: Move 'serial' option to drive_init()Kevin Wolf1-10/+10
2014-06-16block: Drop superfluous conditionals around g_free()Markus Armbruster3-12/+5
2014-06-16configure: Enable dead code (lzo, snappy, quorum)Stefan Weil2-16/+25
2014-06-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140613-1' into s...Peter Maydell1-0/+13
2014-06-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-trivial-20140613-1' in...Peter Maydell1-2/+13
2014-06-13Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140613-1' into ...Peter Maydell4-12/+143
2014-06-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-20140613-1' in...Peter Maydell1-1/+7
2014-06-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20140613-1' into...Peter Maydell4-26/+11
2014-06-13usb-host: add range checks for usb-host parametersGerd Hoffmann1-0/+13
2014-06-13inet_listen_opts: add error checkingGerd Hoffmann1-2/+13
2014-06-13qxl-render: add sanity checkGerd Hoffmann1-0/+6
2014-06-13spice: add mouse cursor supportGerd Hoffmann3-12/+137
2014-06-13char: fix avail_connections init in qemu_chr_open_eventfd()David Marchand1-1/+7
2014-06-13audio: Drop superfluous conditionals around g_free()Markus Armbruster4-26/+11
2014-06-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20140611-1' into s...Peter Maydell2-96/+97
2014-06-11Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell11-116/+301
2014-06-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-bsd-user-20140611' i...Peter Maydell12-508/+669
2014-06-11Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell10-223/+424
2014-06-11json-parser: drop superfluous assignment for token variableGonglei1-13/+2
2014-06-11readline: Clear screen on form feed.Hani Benhabiles1-0/+9
2014-06-11monitor: Add delvm and loadvm argument completionHani Benhabiles3-0/+52
2014-06-11monitor: Add host_net_remove arguments completionHani Benhabiles3-0/+41
2014-06-11readline: Make completion strings always uniqueHani Benhabiles1-0/+6
2014-06-11monitor: Add host_net_add device argument completionHani Benhabiles3-1/+19
2014-06-11net: Export valid host network devices listHani Benhabiles2-14/+21
2014-06-11monitor: Add migrate_set_capability completionHani Benhabiles3-0/+24
2014-06-11monitor: Add watchdog_action argument completionHani Benhabiles3-0/+17
2014-06-11monitor: Add ringbuf_write and ringbuf_read argument completionHani Benhabiles5-3/+45