qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target-arm: fix some exception-masking issues
@ 2014-10-27 12:58 Peter Maydell
  2014-10-27 12:58 ` [Qemu-devel] [PATCH 1/2] target-arm: Separate out M profile cpu_exec_interrupt handling Peter Maydell
  2014-10-27 12:58 ` [Qemu-devel] [PATCH 2/2] target-arm: Correct condition for taking VIRQ and VFIQ Peter Maydell
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Maydell @ 2014-10-27 12:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: Sergey Fedorov, Greg Bellows, Edgar E. Iglesias, Fabian Aggeler,
	patches

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-10-28  0:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27 12:58 [Qemu-devel] [PATCH 0/2] target-arm: fix some exception-masking issues Peter Maydell
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

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).