All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] Implement missing functionality and hooks in mk68k to support upcoming sun3 impl
@ 2026-08-18  2:22 54weasels
  2026-08-18  2:22 ` [PATCH v4 1/6] target/m68k: Add dummy CAAR register 54weasels
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: 54weasels @ 2026-08-18  2:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent, 54weasels

Extends the 68020 implementation to support the requirements of a sun3 machine.
This patch was originally submitted as part of the monolithic Sun-3 Machine Emulation series (https://patchew.org/QEMU/20260503015756.99176-1-54weasels@gmail.com/) and has been split into smaller parts.

54weasels (6):
  target/m68k: Add dummy CAAR register
  target/m68k: Fix fsave/frestore for 68881 FPU
  target/m68k: Fix NMI pending for Level 7 interrupts
  target/m68k: Extract Function Codes during TLB fills
  target/m68k: Implement custom MMU intercept hook
  target/m68k: Implement Physical Bus Error and Stack

 target/m68k/cpu.c       |   4 +-
 target/m68k/cpu.h       |  18 ++++-
 target/m68k/helper.c    | 130 ++++++++++++++++++++++++++++-
 target/m68k/op_helper.c | 175 ++++++++++++++++++++++++++--------------
 target/m68k/translate.c |  30 +++++--
 5 files changed, 280 insertions(+), 77 deletions(-)

-- 
2.50.1 (Apple Git-155)



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

end of thread, other threads:[~2026-08-20  9:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-18  2:22 [PATCH v4 0/6] Implement missing functionality and hooks in mk68k to support upcoming sun3 impl 54weasels
2026-08-18  2:22 ` [PATCH v4 1/6] target/m68k: Add dummy CAAR register 54weasels
2026-08-18  2:22 ` [PATCH v4 2/6] target/m68k: Fix fsave/frestore for 68881 FPU 54weasels
2026-08-18 10:52   ` BALATON Zoltan
2026-08-20  4:37     ` Purr Box
2026-08-20  9:55       ` BALATON Zoltan
2026-08-18  2:22 ` [PATCH v4 3/6] target/m68k: Fix NMI pending for Level 7 interrupts 54weasels
2026-08-18 10:56   ` BALATON Zoltan
2026-08-20  7:37     ` Purr Box
2026-08-18  2:22 ` [PATCH v4 4/6] target/m68k: Extract Function Codes during TLB fills 54weasels
2026-08-18  2:22 ` [PATCH v4 5/6] target/m68k: Implement custom MMU intercept hook 54weasels
2026-08-18  2:22 ` [PATCH v4 6/6] target/m68k: Implement Physical Bus Error and Stack 54weasels

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.