The following changes since commit 6b92bbfe812746fe7841a24c24e6460f5359ce72:
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2016-07-15 16:56:08 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 6e5532eb16b1fcc7b6d5a15bc5fc0089c1f776f0: block/iscsi: allow caching of the allocation map (2016-07-18 11:19:47 +0200) ---------------------------------------------------------------- * tb_lock-less * two old patches from prospective GSoC students * i386 -kernel device tree support * Coverity fix * memory usage improvement from Peter * checkpatch fix * g_path_get_dirname cleanup * caching of block status for iSCSI ---------------------------------------------------------------- Alex Bennée (2): tcg: set up tb->page_addr before insertion tcg: cpu-exec: remove tb_lock from the hot-path Antonio Borneo (1): hw/i386: add device tree support Md Haris Iqbal (1): Changed malloc to g_malloc, free to g_free in bsd-user/qemu.h Paolo Bonzini (3): compiler: never omit assertions if using a static analysis tool megasas: remove useless check for cmd->frame util/qht: Document memory ordering assumptions Peter Lieven (3): exec: avoid realloc in phys_map_node_reserve block/iscsi: fix rounding in iscsi_allocationmap_set block/iscsi: allow caching of the allocation map Pranith Kumar (1): Move README to markdown Sergey Fedorov (10): cpu-exec: Move down some declarations in cpu_exec() tcg: Pass last_tb by value to tb_find_fast() tcg: Prepare safe tb_jmp_cache lookup out of tb_lock tcg: Prepare safe access to tb_flushed out of tb_lock target-i386: Remove redundant HF_SOFTMMU_MASK tcg: Introduce tb_mark_invalid() and tb_is_invalid() tcg: Prepare TB invalidation for lockless TB lookup tcg: Avoid bouncing tb_lock between tb_gen_code() and tb_add_jump() tcg: Merge tb_find_slow() and tb_find_fast() tcg: rename tb_find_physical() Stefan Hajnoczi (1): checkpatch: consider git extended headers valid patches Wei Jiangang (1): use g_path_get_dirname instead of dirname README => README.md | 41 ++++---- block/iscsi.c | 248 ++++++++++++++++++++++++++++++++++++----------- bsd-user/qemu.h | 4 +- cpu-exec.c | 124 +++++++++++------------- exec.c | 4 +- hw/i386/pc.c | 46 +++++++++ hw/scsi/megasas.c | 6 +- include/exec/exec-all.h | 16 +++ include/qemu/compiler.h | 3 + include/qemu/qht.h | 5 + os-posix.c | 3 +- scripts/checkpatch.pl | 5 + target-alpha/cpu.h | 14 +++ target-arm/cpu.h | 14 +++ target-cris/cpu.h | 14 +++ target-i386/cpu.c | 3 - target-i386/cpu.h | 20 +++- target-i386/translate.c | 12 +-- target-lm32/cpu.h | 14 +++ target-m68k/cpu.h | 14 +++ target-microblaze/cpu.h | 14 +++ target-mips/cpu.h | 14 +++ target-moxie/cpu.h | 14 +++ target-openrisc/cpu.h | 14 +++ target-ppc/cpu.h | 14 +++ target-s390x/cpu.h | 14 +++ target-sh4/cpu.h | 14 +++ target-sparc/cpu.h | 14 +++ target-sparc/translate.c | 1 + target-tilegx/cpu.h | 14 +++ target-tricore/cpu.h | 14 +++ target-unicore32/cpu.h | 14 +++ target-xtensa/cpu.h | 14 +++ tcg/tcg.h | 2 +- translate-all.c | 29 +++--- util/oslib-posix.c | 4 +- util/qht.c | 7 +- 37 files changed, 633 insertions(+), 188 deletions(-) rename README => README.md (85%) -- 2.7.4