qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: Sergey Fedorov <serge.fdrv@gmail.com>,
	Greg Bellows <greg.bellows@linaro.org>,
	"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
	Fabian Aggeler <aggelerf@ethz.ch>,
	patches@linaro.org
Subject: [Qemu-devel] [PATCH 0/2] target-arm: fix some exception-masking issues
Date: Mon, 27 Oct 2014 12:58:05 +0000	[thread overview]
Message-ID: <1414414687-14265-1-git-send-email-peter.maydell@linaro.org> (raw)

These patches fix a couple of issues I noticed with the existing
code in the ARM arm_excp_unmasked() function while I was reviewing
the TrustZone series:
 * we currently try to use the same function for M profile and
   A/R profile, which makes both code paths harder to read (and
   maybe one day we'll implement what M actually does, in which
   case the two code paths will be totally divergent...)
 * accidental || vs && confusion in the conditionals governing
   VIRQ and VFIQ

I think they shouldn't conflict with the TZ patches except
as minor textual conflicts.

Peter Maydell (2):
  target-arm: Separate out M profile cpu_exec_interrupt handling
  target-arm: Correct condition for taking VIRQ and VFIQ

 target-arm/cpu.c | 49 +++++++++++++++++++++++++++++++++++++++----------
 target-arm/cpu.h | 20 ++++----------------
 2 files changed, 43 insertions(+), 26 deletions(-)

-- 
1.9.1

             reply	other threads:[~2014-10-27 12:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-27 12:58 Peter Maydell [this message]
2014-10-27 12:58 ` [Qemu-devel] [PATCH 1/2] target-arm: Separate out M profile cpu_exec_interrupt handling Peter Maydell
2014-10-28  0:12   ` Edgar E. Iglesias
2014-10-27 12:58 ` [Qemu-devel] [PATCH 2/2] target-arm: Correct condition for taking VIRQ and VFIQ Peter Maydell
2014-10-27 23:25   ` Edgar E. Iglesias
2014-10-27 23:37     ` 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=1414414687-14265-1-git-send-email-peter.maydell@linaro.org \
    --to=peter.maydell@linaro.org \
    --cc=aggelerf@ethz.ch \
    --cc=edgar.iglesias@gmail.com \
    --cc=greg.bellows@linaro.org \
    --cc=patches@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=serge.fdrv@gmail.com \
    /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).