summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-16vmstate: Refactor opening of filesJuan Quintela1-19/+19
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela65-219/+113
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela14-73/+37
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
2014-06-11dump: simplify get_len_buf_out()Laszlo Ersek1-30/+16
2014-06-11dump: hoist lzo_init() from get_len_buf_out() to dump_init()Laszlo Ersek1-7/+6
2014-06-11dump: select header bitness based on ELF class, not ELF architectureLaszlo Ersek1-1/+1
2014-06-11dump: eliminate DumpState.page_size ("guest's page size")Laszlo Ersek1-26/+25
2014-06-11dump: eliminate DumpState.page_shift ("guest's page shift")Laszlo Ersek2-10/+8
2014-06-11dump: simplify write_start_flat_header()Laszlo Ersek1-11/+9
2014-06-11dump: fill in the flat header signature more pleasingly to the eyeLaszlo Ersek1-2/+2
2014-06-11gtk: update window size after showing/hiding tabsGerd Hoffmann1-0/+2
2014-06-11gtk: factor out gtk3 grab into the new gd_grab_devices functionGerd Hoffmann1-64/+36
2014-06-11gtk: cleanup backend dependenciesGerd Hoffmann2-28/+46
2014-06-11gtk: factor out keycode mappingGerd Hoffmann1-7/+16
2014-06-11bsd-user: Fix syscall format, add strace support for more syscallsSean Bruno1-5/+14
2014-06-11bsd-user: Implement strace support for thr_* syscallsSean Bruno1-0/+9
2014-06-11bsd-user: Implement strace support for extattr_* syscallsSean Bruno1-0/+13
2014-06-11bsd-user: Implement strace support for __acl_* syscallsSean Bruno1-0/+12
2014-06-11bsd-user: Implement strace support for print_ioctl syscallSean Bruno2-1/+20
2014-06-11bsd-user: Implement strace support for print_sysctl syscallSean Bruno2-2/+41
2014-06-11bsd-user: GPL v2 attribution update and styleSean Bruno2-58/+94
2014-06-11bsd-user: add HOST_VARIANT_DIR for various *BSD dependent codeStacey Son2-1/+13
2014-06-11exec: replace ffsl with ctzlNatanael Copa1-1/+1
2014-06-11vhost: replace ffsl with ctzlNatanael Copa1-4/+2
2014-06-11xen: replace ffsl with ctzlNatanael Copa1-1/+1