aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16block/nfs: fix potential segfault on early callbackPeter Lieven
2014-06-16blockdev: Remove unused DriveInfo reference countMarkus Armbruster
2014-06-16blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()Markus Armbruster
2014-06-16blockdev: Move 'serial' option to drive_init()Kevin Wolf
2014-06-16block: Drop superfluous conditionals around g_free()Markus Armbruster
2014-06-16configure: Enable dead code (lzo, snappy, quorum)Stefan Weil
2014-06-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140613-1' into s...Peter Maydell
2014-06-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-trivial-20140613-1' in...Peter Maydell
2014-06-13Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140613-1' into ...Peter Maydell
2014-06-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-20140613-1' in...Peter Maydell
2014-06-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20140613-1' into...Peter Maydell
2014-06-13usb-host: add range checks for usb-host parametersGerd Hoffmann
2014-06-13inet_listen_opts: add error checkingGerd Hoffmann
2014-06-13qxl-render: add sanity checkGerd Hoffmann
2014-06-13spice: add mouse cursor supportGerd Hoffmann
2014-06-13char: fix avail_connections init in qemu_chr_open_eventfd()David Marchand
2014-06-13audio: Drop superfluous conditionals around g_free()Markus Armbruster
2014-06-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20140611-1' into s...Peter Maydell
2014-06-11Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-06-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-bsd-user-20140611' i...Peter Maydell
2014-06-11Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell
2014-06-11json-parser: drop superfluous assignment for token variableGonglei
2014-06-11readline: Clear screen on form feed.Hani Benhabiles
2014-06-11monitor: Add delvm and loadvm argument completionHani Benhabiles
2014-06-11monitor: Add host_net_remove arguments completionHani Benhabiles
2014-06-11readline: Make completion strings always uniqueHani Benhabiles
2014-06-11monitor: Add host_net_add device argument completionHani Benhabiles
2014-06-11net: Export valid host network devices listHani Benhabiles
2014-06-11monitor: Add migrate_set_capability completionHani Benhabiles
2014-06-11monitor: Add watchdog_action argument completionHani Benhabiles
2014-06-11monitor: Add ringbuf_write and ringbuf_read argument completionHani Benhabiles
2014-06-11dump: simplify get_len_buf_out()Laszlo Ersek
2014-06-11dump: hoist lzo_init() from get_len_buf_out() to dump_init()Laszlo Ersek
2014-06-11dump: select header bitness based on ELF class, not ELF architectureLaszlo Ersek
2014-06-11dump: eliminate DumpState.page_size ("guest's page size")Laszlo Ersek
2014-06-11dump: eliminate DumpState.page_shift ("guest's page shift")Laszlo Ersek
2014-06-11dump: simplify write_start_flat_header()Laszlo Ersek
2014-06-11dump: fill in the flat header signature more pleasingly to the eyeLaszlo Ersek
2014-06-11gtk: update window size after showing/hiding tabsGerd Hoffmann
2014-06-11gtk: factor out gtk3 grab into the new gd_grab_devices functionGerd Hoffmann
2014-06-11gtk: cleanup backend dependenciesGerd Hoffmann
2014-06-11gtk: factor out keycode mappingGerd Hoffmann
2014-06-11bsd-user: Fix syscall format, add strace support for more syscallsSean Bruno