aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-06-11bsd-user: Implement strace support for thr_* syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for extattr_* syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for __acl_* syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for print_ioctl syscallSean Bruno
2014-06-11bsd-user: Implement strace support for print_sysctl syscallSean Bruno
2014-06-11bsd-user: GPL v2 attribution update and styleSean Bruno
2014-06-11bsd-user: add HOST_VARIANT_DIR for various *BSD dependent codeStacey Son
2014-06-11exec: replace ffsl with ctzlNatanael Copa
2014-06-11vhost: replace ffsl with ctzlNatanael Copa
2014-06-11xen: replace ffsl with ctzlNatanael Copa
2014-06-11util/qemu-openpty: fix build with musl libc by include termios.h as fallbackNatanael Copa
2014-06-11bsd-user/mmap.c: Don't try to override g_malloc/g_freePeter Maydell
2014-06-11util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalentPeter Maydell
2014-06-11bsd-user: refresh freebsd system call numbersStacey Son
2014-06-10Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-10' in...Peter Maydell
2014-06-10virtio.c: fix error messageMichael Tokarev
2014-06-10hw: vmware_vga: don't return cursorx when the driver asks for cursory registerNicolas Owens
2014-06-10migration: Plug memory leak in migrate-set-cache-size commandChen Gang
2014-06-10libcacard: Clean up dead stores before g_free()Markus Armbruster
2014-06-10libcacard: Drop superfluous conditionals around g_free()Markus Armbruster
2014-06-10cpu/x86: correctly set errors in x86_cpu_parse_featurestrPaolo Bonzini
2014-06-10smbios: use g_free directly on NULL pointersPaolo Bonzini
2014-06-10vdi: remove double conversionPaolo Bonzini
2014-06-10apb: Fix compiler warnings (large constants)Stefan Weil
2014-06-10hw/net/ne2000-isa: Register vmstate structPeter Maydell