aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-13tcg: Avoid bouncing tb_lock between tb_gen_code() and tb_add_jump()Sergey Fedorov1-4/+11
2016-09-13tcg: cpu-exec: remove tb_lock from the hot-pathAlex Bennée1-27/+21
2016-09-13tcg: set up tb->page_addr before insertionAlex Bennée1-4/+4
2016-09-13tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini3-2/+8
2016-09-13tcg: Prepare safe access to tb_flushed out of tb_lockSergey Fedorov2-11/+9
2016-09-13tcg: Prepare safe tb_jmp_cache lookup out of tb_lockSergey Fedorov2-5/+9
2016-09-13tcg: Pass last_tb by value to tb_find_fast()Sergey Fedorov1-8/+7
2016-09-13util: fix some coding style issueCao jin1-5/+11
2016-09-13util/qemu-sockets: revert Yoda Conditions to normalCao jin1-5/+5
2016-09-13qtail: clean up direct access to tqe_prev fieldIgor Mammedov4-4/+5
2016-09-13Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell15-28/+34
2016-09-13hw/net/e1000e: Fix compiler warningChanglong Xie1-1/+1
2016-09-13target-m68k: fix get_mac_extf helperPaolo Bonzini1-1/+1
2016-09-13timer/cpus: fix some typos and update some commentsCao jin2-4/+4
2016-09-13timer.h: fix inconsistency between comment and function prototypeCao jin1-6/+11
2016-09-13timer.h: fix typoCao jin1-3/+3
2016-09-13maint: Ignore generated version fileEric Blake1-0/+2
2016-09-13Document that curses usually needs -k option tooSamuel Thibault1-1/+1
2016-09-13trace-event: display "%d" instead of "0x%d"Laurent Vivier1-1/+1
2016-09-13linux-user, trivial: display "0x%x" instead of "0x%d"Laurent Vivier1-1/+1
2016-09-13pic: fix typo in error message: KVM_GET_IRQCHIP -> KVM_SET_IRQCHIPBruce Rogers1-1/+1
2016-09-13sparc: Use g_memdup() instead of g_new0() + memcpy()Thomas Huth1-2/+1
2016-09-13vl: remove unnecessary duplicate call to tpm_cleanupPaolo Bonzini1-3/+0
2016-09-13arm: spelling fix: mismatchMichael Tokarev1-1/+1
2016-09-13hw/dma/omap: spelling fix: endiannessMichael Tokarev1-1/+1
2016-09-13hw/bt/hci: spelling fix: endiannessMichael Tokarev1-1/+1
2016-09-13docs: Fix description of the leaky bucket algorithm in throttle.txtAlberto Garcia1-1/+4
2016-09-13configure: Always compile with -fwrapvPeter Maydell1-1/+5
2016-09-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell27-65/+2113
2016-09-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160913-1' into s...Peter Maydell3-5/+19
2016-09-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160913-1' into st...Peter Maydell3-13/+13
2016-09-13Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-5/+54
2016-09-13iothread: Stop threads before main() quitsFam Zheng3-4/+23
2016-09-13tests: fix qvirtqueue_kickLaurent Vivier1-3/+3
2016-09-13MAINTAINERS: add maintainer for replicationChanglong Xie1-0/+9
2016-09-13support replication driver in blockdev-addWen Congyang1-2/+21
2016-09-13tests: add unit test case for replicationChanglong Xie3-0/+580
2016-09-13replication: Implement new driver for block replicationWen Congyang2-0/+660
2016-09-13replication: Introduce new APIs to do replication operationChanglong Xie4-0/+295
2016-09-13configure: support replicationChanglong Xie1-0/+11
2016-09-13mirror: auto complete active commitWen Congyang4-7/+13
2016-09-13docs: block replication's descriptionWen Congyang1-0/+239
2016-09-13block: Link backup into block coreWen Congyang1-1/+1
2016-09-13Backup: export interfaces for extra serializationChanglong Xie2-7/+48
2016-09-13Backup: clear all bitmap when doing block checkpointWen Congyang2-0/+43
2016-09-13block: unblock backup operations in backing fileWen Congyang1-0/+17
2016-09-13virtio-blk: rename virtio_device_info to virtio_blk_infoChanglong Xie1-2/+2
2016-09-13linux-aio: process completions from ioq_submit()Roman Pen1-2/+22
2016-09-13linux-aio: split processing events functionRoman Pen1-10/+21
2016-09-13linux-aio: consume events in userspace instead of calling io_geteventsRoman Pen1-26/+99