Age | Commit message (Expand) | Author |
2014-06-11 | monitor: Add migrate_set_capability completion | Hani Benhabiles |
2014-06-11 | monitor: Add watchdog_action argument completion | Hani Benhabiles |
2014-06-11 | monitor: Add ringbuf_write and ringbuf_read argument completion | Hani Benhabiles |
2014-06-11 | dump: simplify get_len_buf_out() | Laszlo Ersek |
2014-06-11 | dump: hoist lzo_init() from get_len_buf_out() to dump_init() | Laszlo Ersek |
2014-06-11 | dump: select header bitness based on ELF class, not ELF architecture | Laszlo Ersek |
2014-06-11 | dump: eliminate DumpState.page_size ("guest's page size") | Laszlo Ersek |
2014-06-11 | dump: eliminate DumpState.page_shift ("guest's page shift") | Laszlo Ersek |
2014-06-11 | dump: simplify write_start_flat_header() | Laszlo Ersek |
2014-06-11 | dump: fill in the flat header signature more pleasingly to the eye | Laszlo Ersek |
2014-06-11 | gtk: update window size after showing/hiding tabs | Gerd Hoffmann |
2014-06-11 | gtk: factor out gtk3 grab into the new gd_grab_devices function | Gerd Hoffmann |
2014-06-11 | gtk: cleanup backend dependencies | Gerd Hoffmann |
2014-06-11 | gtk: factor out keycode mapping | Gerd Hoffmann |
2014-06-11 | bsd-user: Fix syscall format, add strace support for more syscalls | Sean Bruno |
2014-06-11 | bsd-user: Implement strace support for thr_* syscalls | Sean Bruno |
2014-06-11 | bsd-user: Implement strace support for extattr_* syscalls | Sean Bruno |
2014-06-11 | bsd-user: Implement strace support for __acl_* syscalls | Sean Bruno |
2014-06-11 | bsd-user: Implement strace support for print_ioctl syscall | Sean Bruno |
2014-06-11 | bsd-user: Implement strace support for print_sysctl syscall | Sean Bruno |
2014-06-11 | bsd-user: GPL v2 attribution update and style | Sean Bruno |
2014-06-11 | bsd-user: add HOST_VARIANT_DIR for various *BSD dependent code | Stacey Son |
2014-06-11 | exec: replace ffsl with ctzl | Natanael Copa |
2014-06-11 | vhost: replace ffsl with ctzl | Natanael Copa |
2014-06-11 | xen: replace ffsl with ctzl | Natanael Copa |
2014-06-11 | util/qemu-openpty: fix build with musl libc by include termios.h as fallback | Natanael Copa |
2014-06-11 | bsd-user/mmap.c: Don't try to override g_malloc/g_free | Peter Maydell |
2014-06-11 | util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalent | Peter Maydell |
2014-06-11 | bsd-user: refresh freebsd system call numbers | Stacey Son |
2014-06-10 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-10' in... | Peter Maydell |
2014-06-10 | virtio.c: fix error message | Michael Tokarev |
2014-06-10 | hw: vmware_vga: don't return cursorx when the driver asks for cursory register | Nicolas Owens |
2014-06-10 | migration: Plug memory leak in migrate-set-cache-size command | Chen Gang |
2014-06-10 | libcacard: Clean up dead stores before g_free() | Markus Armbruster |
2014-06-10 | libcacard: Drop superfluous conditionals around g_free() | Markus Armbruster |
2014-06-10 | cpu/x86: correctly set errors in x86_cpu_parse_featurestr | Paolo Bonzini |
2014-06-10 | smbios: use g_free directly on NULL pointers | Paolo Bonzini |
2014-06-10 | vdi: remove double conversion | Paolo Bonzini |
2014-06-10 | apb: Fix compiler warnings (large constants) | Stefan Weil |
2014-06-10 | hw/net/ne2000-isa: Register vmstate struct | Peter Maydell |
2014-06-10 | target-microblaze: Delete unused sign_extend() function | Peter Maydell |
2014-06-10 | hw/misc/milkymist-softusb: Remove unused softusb_{read, write}_pmem() | Peter Maydell |
2014-06-10 | target-i386/translate.c: Remove unused tcg_gen_lshift() | Peter Maydell |
2014-06-10 | hw/isa/pc87312: Remove unused function is_parallel_epp() | Peter Maydell |
2014-06-10 | hw/intc/openpic: Remove unused function IRQ_testbit() | Peter Maydell |
2014-06-10 | hw/dma/xilinx_axidma: Remove unused stream_halted() function | Peter Maydell |
2014-06-10 | util/qemu-sockets.c: Avoid unused variable warnings | Peter Maydell |
2014-06-10 | hw/sd/sd.c: Drop unused sd_acmd_type[] array | Peter Maydell |
2014-06-10 | hw/i386/pc.c: Remove unused parallel_io and parallel_irq variables | Peter Maydell |
2014-06-10 | slirp: Remove unused zero_ethaddr[] variable | Peter Maydell |