mbox series

[v1,0/2] target/microblaze: Improve bus fault handling

Message ID 20200828113931.3252489-1-edgar.iglesias@gmail.com (mailing list archive)
Headers show
Series target/microblaze: Improve bus fault handling | expand

Message

Edgar E. Iglesias Aug. 28, 2020, 11:39 a.m. UTC
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

Richards recent MicroBlaze patches exposed a bug in
the MB ports bus fault handling. If the core is not
setup for exceptions, we clobber the CPU state when
preparing to raise one. This fixes the bug.

Best regards,
Edgar

Edgar E. Iglesias (2):
  target/microblaze: Use CPU properties to conditionalize bus exceptions
  target/microblaze: Improve transaction failure handling

 target/microblaze/op_helper.c | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)