summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu2014-06-1614-114/+184
* QemuOpts: check NULL input for qemu_opts_delChunyan Liu2014-06-161-0/+4
* QemuOpts: add qemu_opts_append to replace append_option_parametersChunyan Liu2014-06-162-0/+72
* QemuOpts: add conversion between QEMUOptionParameter to QemuOptsChunyan Liu2014-06-162-0/+162
* QemuOpts: add qemu_opts_print_help to replace print_option_helpChunyan Liu2014-06-162-0/+14
* QemuOpts: add qemu_opt_get_*_del functions for replace workChunyan Liu2014-06-162-13/+110
* QemuOpts: move qemu_opt_del ahead for later callingChunyan Liu2014-06-161-8/+8
* QemuOpts: change opt->name|str from (const char *) to (char *)Chunyan Liu2014-06-163-7/+11
* qapi: output def_value_str when query command line optionsChunyan Liu2014-06-163-1/+10
* QemuOpts: add def_value_str to QemuOptDescChunyan Liu2014-06-162-7/+50
* QemuOpts: repurpose qemu_opts_print to replace print_option_parametersChunyan Liu2014-06-162-7/+5
* QemuOpts: move find_desc_by_name ahead for later callingChunyan Liu2014-06-161-14/+14
* block/nfs: fix potential segfault on early callbackPeter Lieven2014-06-161-1/+3
* blockdev: Remove unused DriveInfo reference countMarkus Armbruster2014-06-164-21/+5
* blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()Markus Armbruster2014-06-165-13/+13
* blockdev: Move 'serial' option to drive_init()Kevin Wolf2014-06-161-10/+10
* block: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-163-12/+5
* configure: Enable dead code (lzo, snappy, quorum)Stefan Weil2014-06-162-16/+25
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140613-1' into s...Peter Maydell2014-06-131-0/+13
|\
| * usb-host: add range checks for usb-host parametersGerd Hoffmann2014-06-131-0/+13
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-trivial-20140613-1' in...Peter Maydell2014-06-131-2/+13
|\ \
| * | inet_listen_opts: add error checkingGerd Hoffmann2014-06-131-2/+13
| |/
* | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140613-1' into ...Peter Maydell2014-06-134-12/+143
|\ \
| * | qxl-render: add sanity checkGerd Hoffmann2014-06-131-0/+6
| * | spice: add mouse cursor supportGerd Hoffmann2014-06-133-12/+137
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-20140613-1' in...Peter Maydell2014-06-131-1/+7
|\ \
| * | char: fix avail_connections init in qemu_chr_open_eventfd()David Marchand2014-06-131-1/+7
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20140613-1' into...Peter Maydell2014-06-134-26/+11
|\ \ | |/ |/|
| * audio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-134-26/+11
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20140611-1' into s...Peter Maydell2014-06-122-96/+97
|\
| * gtk: update window size after showing/hiding tabsGerd Hoffmann2014-06-111-0/+2
| * gtk: factor out gtk3 grab into the new gd_grab_devices functionGerd Hoffmann2014-06-111-64/+36
| * gtk: cleanup backend dependenciesGerd Hoffmann2014-06-112-28/+46
| * gtk: factor out keycode mappingGerd Hoffmann2014-06-111-7/+16
* | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-06-1111-116/+301
|\ \
| * | json-parser: drop superfluous assignment for token variableGonglei2014-06-111-13/+2
| * | readline: Clear screen on form feed.Hani Benhabiles2014-06-111-0/+9
| * | monitor: Add delvm and loadvm argument completionHani Benhabiles2014-06-113-0/+52
| * | monitor: Add host_net_remove arguments completionHani Benhabiles2014-06-113-0/+41
| * | readline: Make completion strings always uniqueHani Benhabiles2014-06-111-0/+6
| * | monitor: Add host_net_add device argument completionHani Benhabiles2014-06-113-1/+19
| * | net: Export valid host network devices listHani Benhabiles2014-06-112-14/+21
| * | monitor: Add migrate_set_capability completionHani Benhabiles2014-06-113-0/+24
| * | monitor: Add watchdog_action argument completionHani Benhabiles2014-06-113-0/+17
| * | monitor: Add ringbuf_write and ringbuf_read argument completionHani Benhabiles2014-06-115-3/+45
| * | dump: simplify get_len_buf_out()Laszlo Ersek2014-06-111-30/+16
| * | dump: hoist lzo_init() from get_len_buf_out() to dump_init()Laszlo Ersek2014-06-111-7/+6
| * | dump: select header bitness based on ELF class, not ELF architectureLaszlo Ersek2014-06-111-1/+1
| * | dump: eliminate DumpState.page_size ("guest's page size")Laszlo Ersek2014-06-111-26/+25
| * | dump: eliminate DumpState.page_shift ("guest's page shift")Laszlo Ersek2014-06-112-10/+8
OpenPOWER on IntegriCloud