aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-13timer: update commentsCao jin
2016-09-13rules.mak: Don't extract libs from .mo-libs in link commandFam Zheng
2016-09-13tcg: rename tb_find_physical()Sergey Fedorov
2016-09-13tcg: Merge tb_find_slow() and tb_find_fast()Sergey Fedorov
2016-09-13tcg: Avoid bouncing tb_lock between tb_gen_code() and tb_add_jump()Sergey Fedorov
2016-09-13tcg: cpu-exec: remove tb_lock from the hot-pathAlex Bennée
2016-09-13tcg: set up tb->page_addr before insertionAlex Bennée
2016-09-13tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini
2016-09-13tcg: Prepare safe access to tb_flushed out of tb_lockSergey Fedorov
2016-09-13tcg: Prepare safe tb_jmp_cache lookup out of tb_lockSergey Fedorov
2016-09-13tcg: Pass last_tb by value to tb_find_fast()Sergey Fedorov
2016-09-13util: fix some coding style issueCao jin
2016-09-13util/qemu-sockets: revert Yoda Conditions to normalCao jin
2016-09-13qtail: clean up direct access to tqe_prev fieldIgor Mammedov
2016-09-13Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2016-09-13hw/net/e1000e: Fix compiler warningChanglong Xie
2016-09-13target-m68k: fix get_mac_extf helperPaolo Bonzini
2016-09-13timer/cpus: fix some typos and update some commentsCao jin
2016-09-13timer.h: fix inconsistency between comment and function prototypeCao jin
2016-09-13timer.h: fix typoCao jin
2016-09-13maint: Ignore generated version fileEric Blake
2016-09-13Document that curses usually needs -k option tooSamuel Thibault
2016-09-13trace-event: display "%d" instead of "0x%d"Laurent Vivier
2016-09-13linux-user, trivial: display "0x%x" instead of "0x%d"Laurent Vivier
2016-09-13pic: fix typo in error message: KVM_GET_IRQCHIP -> KVM_SET_IRQCHIPBruce Rogers
2016-09-13sparc: Use g_memdup() instead of g_new0() + memcpy()Thomas Huth
2016-09-13vl: remove unnecessary duplicate call to tpm_cleanupPaolo Bonzini
2016-09-13arm: spelling fix: mismatchMichael Tokarev
2016-09-13hw/dma/omap: spelling fix: endiannessMichael Tokarev
2016-09-13hw/bt/hci: spelling fix: endiannessMichael Tokarev
2016-09-13docs: Fix description of the leaky bucket algorithm in throttle.txtAlberto Garcia
2016-09-13configure: Always compile with -fwrapvPeter Maydell
2016-09-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-09-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160913-1' into s...Peter Maydell
2016-09-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160913-1' into st...Peter Maydell
2016-09-13Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2016-09-13iothread: Stop threads before main() quitsFam Zheng
2016-09-13tests: fix qvirtqueue_kickLaurent Vivier
2016-09-13MAINTAINERS: add maintainer for replicationChanglong Xie
2016-09-13support replication driver in blockdev-addWen Congyang
2016-09-13tests: add unit test case for replicationChanglong Xie
2016-09-13replication: Implement new driver for block replicationWen Congyang
2016-09-13replication: Introduce new APIs to do replication operationChanglong Xie
2016-09-13configure: support replicationChanglong Xie
2016-09-13mirror: auto complete active commitWen Congyang
2016-09-13docs: block replication's descriptionWen Congyang
2016-09-13block: Link backup into block coreWen Congyang
2016-09-13Backup: export interfaces for extra serializationChanglong Xie
2016-09-13Backup: clear all bitmap when doing block checkpointWen Congyang
2016-09-13block: unblock backup operations in backing fileWen Congyang