qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Add Block-TLB support for hppa target
@ 2023-09-13  9:53 deller
  2023-09-13  9:53 ` [PATCH 1/6] target/hppa: Update to SeaBIOS-hppa version 9 deller
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: deller @ 2023-09-13  9:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Helge Deller

From: Helge Deller <deller@gmx.de>

All 32-bit hppa CPUs allow a fixed number of TLB entries to have a
different page size than the default 4k.
Those are called "Block-TLBs" and are created at startup by the
operating system and managed by the firmware of hppa machines
through the firmware PDC_BLOCK_TLB call.

This patchset adds the necessary glue to SeaBIOS-hppa and
qemu to allow up to 16 BTLB entries in the emulation.

Signed-off-by: Helge Deller <deller@gmx.de>

Helge Deller (6):
  target/hppa: Update to SeaBIOS-hppa version 9
  target/hppa: Allow up to 16 BTLB entries
  target/hppa: Provide qemu version via fw_cfg to firmware
  target/hppa: Add BTLB support to hppa TLB functions
  target/hppa: Extract diagnose immediate value
  target/hppa: Wire up diag instruction to support BTLB

 hw/hppa/machine.c         |  10 +--
 pc-bios/hppa-firmware.img | Bin 720216 -> 732376 bytes
 roms/seabios-hppa         |   2 +-
 target/hppa/cpu.h         |  11 ++-
 target/hppa/helper.h      |   1 +
 target/hppa/insns.decode  |   2 +-
 target/hppa/int_helper.c  |   2 +-
 target/hppa/mem_helper.c  | 179 ++++++++++++++++++++++++++++++++------
 target/hppa/op_helper.c   |   3 +-
 target/hppa/translate.c   |  15 +++-
 10 files changed, 184 insertions(+), 41 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2023-09-13  9:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-13  9:53 [PATCH 0/6] Add Block-TLB support for hppa target deller
2023-09-13  9:53 ` [PATCH 1/6] target/hppa: Update to SeaBIOS-hppa version 9 deller
2023-09-13  9:53 ` [PATCH 2/6] target/hppa: Allow up to 16 BTLB entries deller
2023-09-13  9:53 ` [PATCH 3/6] target/hppa: Provide qemu version via fw_cfg to firmware deller
2023-09-13  9:53 ` [PATCH 4/6] target/hppa: Add BTLB support to hppa TLB functions deller
2023-09-13  9:53 ` [PATCH 5/6] target/hppa: Extract diagnose immediate value deller
2023-09-13  9:53 ` [PATCH 6/6] target/hppa: Wire up diag instruction to support BTLB deller

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