Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-fixups-for-rc2-100417-1' into staging
Final icount and misc MTTCG fixes for 2.9
Minor differences from:
Message-Id: <20170405132503.32125-1-alex.bennee@linaro.org>
- dropped new feature patches
- last minute typo fix from Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
# gpg: Signature made Mon 10 Apr 2017 11:38:10 BST
# gpg: using RSA key 0xFBD0DB095A9E2A44
# gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>"
# Primary key fingerprint: 6685 AE99 E751 67BC AFC8 DF35 FBD0 DB09 5A9E 2A44
* remotes/stsquad/tags/pull-mttcg-fixups-for-rc2-100417-1:
replay: assert time only goes forward
cpus: call cpu_update_icount on read
cpu-exec: update icount after each TB_EXIT
cpus: introduce cpu_update_icount helper
cpus: don't credit executed instructions before they have run
cpus: move icount preparation out of tcg_exec_cpu
cpus: check cpu->running in cpu_get_icount_raw()
cpus: remove icount handling from qemu_tcg_cpu_thread_fn
target/i386/misc_helper: wrap BQL around another IRQ generator
cpus: fix wrong define name
scripts/qemugdb/mtree.py: fix up mtree dump
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- cpu-exec.c 7 additions, 7 deletionscpu-exec.c
- cpus.c 80 additions, 31 deletionscpus.c
- include/qemu/timer.h 1 addition, 0 deletionsinclude/qemu/timer.h
- include/qom/cpu.h 1 addition, 0 deletionsinclude/qom/cpu.h
- replay/replay-internal.c 4 additions, 0 deletionsreplay/replay-internal.c
- replay/replay.c 4 additions, 0 deletionsreplay/replay.c
- scripts/qemugdb/mtree.py 10 additions, 2 deletionsscripts/qemugdb/mtree.py
- target/i386/misc_helper.c 3 additions, 0 deletionstarget/i386/misc_helper.c
Loading
Please register or sign in to comment