From: "Alex Bennée" <alex.bennee@linaro.org>
To: peter.maydell@linaro.org
Cc: qemu-devel@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>
Subject: [Qemu-devel] [PULL 00/11] MTTCG Fix-ups for 2.9
Date: Thu, 9 Mar 2017 11:17:03 +0000 [thread overview]
Message-ID: <20170309111714.20394-1-alex.bennee@linaro.org> (raw)
The following changes since commit b64842dee42d6b24d51283e4722140b73be1e222:
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2017-03-08 09:47:52 +0000)
are available in the git repository at:
https://github.com/stsquad/qemu.git tags/pull-mttcg-fixups-090317-1
for you to fetch changes up to 68bf93ce9dc5c84c45a827ce2bd6eab768524e79:
hw/intc/arm_gic: modernise the DPRINTF (2017-03-09 10:41:49 +0000)
----------------------------------------------------------------
Fix-ups for MTTCG regressions for 2.9
This is the same as v3 posted a few days ago except with a few extra
Reviewed-by tags added.
----------------------------------------------------------------
Alex Bennée (9):
vl/cpus: be smarter with icount and MTTCG
target/i386/cpu.h: declare TCG_GUEST_DEFAULT_MO
cpus.c: add additional error_report when !TARGET_SUPPORT_MTTCG
sparc/sparc64: grab BQL before calling cpu_check_irqs
s390x/misc_helper.c: wrap IO instructions in BQL
target/xtensa: hold BQL for interrupt processing
translate-all: exit cpu_restore_state early if translating
target/arm/helper: make it clear the EC field is also in hex
hw/intc/arm_gic: modernise the DPRINTF
Paolo Bonzini (1):
target-i386: defer VMEXIT to do_interrupt
Yongbok Kim (1):
target/mips: hold BQL for timer interrupts
cpus.c | 11 +++++++----
hw/intc/arm_gic.c | 13 +++++++++----
hw/sparc/sun4m.c | 3 +++
hw/sparc64/sparc64.c | 3 +++
target/arm/helper.c | 2 +-
target/i386/cpu.h | 5 +++++
target/i386/seg_helper.c | 20 +++++++++++---------
target/i386/svm_helper.c | 22 +++++++++++++---------
target/mips/op_helper.c | 21 ++++++++++++++++++---
target/s390x/misc_helper.c | 21 +++++++++++++++++++++
target/sparc/int64_helper.c | 3 +++
target/sparc/win_helper.c | 13 +++++++++++++
target/xtensa/helper.c | 1 +
target/xtensa/op_helper.c | 7 +++++++
translate-all.c | 13 +++++++++++++
vl.c | 7 ++-----
16 files changed, 130 insertions(+), 35 deletions(-)
--
2.11.0
next reply other threads:[~2017-03-09 11:17 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-09 11:17 Alex Bennée [this message]
2017-03-09 11:17 ` [Qemu-devel] [PULL 01/11] vl/cpus: be smarter with icount and MTTCG Alex Bennée
2017-03-09 11:17 ` [Qemu-devel] [PULL 02/11] target/i386/cpu.h: declare TCG_GUEST_DEFAULT_MO Alex Bennée
2017-03-09 11:17 ` [Qemu-devel] [PULL 03/11] cpus.c: add additional error_report when !TARGET_SUPPORT_MTTCG Alex Bennée
2017-03-09 11:17 ` [Qemu-devel] [PULL 04/11] sparc/sparc64: grab BQL before calling cpu_check_irqs Alex Bennée
2017-03-09 11:17 ` [Qemu-devel] [PULL 05/11] s390x/misc_helper.c: wrap IO instructions in BQL Alex Bennée
2017-03-09 11:17 ` [Qemu-devel] [PULL 06/11] target/xtensa: hold BQL for interrupt processing Alex Bennée
2017-03-09 11:17 ` [Qemu-devel] [PULL 07/11] translate-all: exit cpu_restore_state early if translating Alex Bennée
2017-03-09 11:17 ` [Qemu-devel] [PULL 08/11] target/mips: hold BQL for timer interrupts Alex Bennée
2017-03-09 11:17 ` [Qemu-devel] [PULL 09/11] target-i386: defer VMEXIT to do_interrupt Alex Bennée
2017-03-09 11:17 ` [Qemu-devel] [PULL 10/11] target/arm/helper: make it clear the EC field is also in hex Alex Bennée
2017-03-09 11:17 ` [Qemu-devel] [PULL 11/11] hw/intc/arm_gic: modernise the DPRINTF Alex Bennée
2017-03-13 11:25 ` [Qemu-devel] [PULL 00/11] MTTCG Fix-ups for 2.9 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170309111714.20394-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).