All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] target/microblaze: Clean up MMU translation failed path
@ 2021-06-03  9:03 Philippe Mathieu-Daudé
  2021-06-03  9:03 ` [PATCH 1/6] target/microblaze: Use the IEC binary prefix definitions Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-06-03  9:03 UTC (permalink / raw)
  To: qemu-devel
  Cc: Edgar E. Iglesias, Richard Henderson, Alistair Francis,
	Philippe Mathieu-Daudé

Hi Edgar,

While reviewing/auditing how each arch handles failed MMU
transactions, I noticed some confusing code regarding the
On-chip Peripheral Bus (OPB) interface which is currently
not implemented. I took some notes and re-ordered the code
a bit, resulting in this series.

Q: Should we exit gracefully in mb_cpu_realizefn() if the
user requests features that are not implemented?

Thanks,

Phil.

Philippe Mathieu-Daudé (6):
  target/microblaze: Use the IEC binary prefix definitions
  target/microblaze: Extract FPU helpers to fpu_helper.c
  target/microblaze: Assert transaction failures have exception enabled
  target/microblaze: Fix Exception Status Register 'Cause' definitions
  target/microblaze: Replace magic values by proper definitions
  target/microblaze: Set OPB bits in tlb_fill, not in transaction_failed

 target/microblaze/cpu.h        |   8 +-
 target/microblaze/fpu_helper.c | 308 +++++++++++++++++++++++++++++++++
 target/microblaze/helper.c     |  35 +++-
 target/microblaze/mmu.c        |   5 +-
 target/microblaze/op_helper.c  | 304 +-------------------------------
 target/microblaze/meson.build  |   1 +
 6 files changed, 349 insertions(+), 312 deletions(-)
 create mode 100644 target/microblaze/fpu_helper.c

-- 
2.26.3



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

end of thread, other threads:[~2021-06-03 23:36 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03  9:03 [PATCH 0/6] target/microblaze: Clean up MMU translation failed path Philippe Mathieu-Daudé
2021-06-03  9:03 ` [PATCH 1/6] target/microblaze: Use the IEC binary prefix definitions Philippe Mathieu-Daudé
2021-06-03 16:29   ` Edgar E. Iglesias
2021-06-03 16:34   ` Richard Henderson
2021-06-03 23:34   ` Alistair Francis
2021-06-03  9:03 ` [PATCH 2/6] target/microblaze: Extract FPU helpers to fpu_helper.c Philippe Mathieu-Daudé
2021-06-03 16:29   ` Edgar E. Iglesias
2021-06-03 23:35   ` Alistair Francis
2021-06-03  9:03 ` [PATCH 3/6] target/microblaze: Assert transaction failures have exception enabled Philippe Mathieu-Daudé
2021-06-03 16:30   ` Edgar E. Iglesias
2021-06-03  9:03 ` [PATCH 4/6] target/microblaze: Fix Exception Status Register 'Cause' definitions Philippe Mathieu-Daudé
2021-06-03 16:35   ` Edgar E. Iglesias
2021-06-03  9:03 ` [PATCH 5/6] target/microblaze: Replace magic values by proper definitions Philippe Mathieu-Daudé
2021-06-03 16:36   ` Edgar E. Iglesias
2021-06-03 16:37   ` Richard Henderson
2021-06-03  9:03 ` [PATCH 6/6] target/microblaze: Set OPB bits in tlb_fill, not in transaction_failed Philippe Mathieu-Daudé
2021-06-03 16:47   ` Edgar E. Iglesias

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.