mbox series

[v4,0/6] hppa CPU reset and speedup

Message ID 20241231190620.24442-1-philmd@linaro.org
Headers show
Series hppa CPU reset and speedup | expand

Message

Philippe Mathieu-Daudé Dec. 31, 2024, 7:06 p.m. UTC
Respin of:
https://lore.kernel.org/qemu-devel/20241229234154.32250-1-deller@kernel.org/
"Add CPU reset function and speed up runtime and translation."

Since v3:
- Added tests, dropped R-b tags

Helge Deller (4):
  target/hppa: Convert hppa_cpu_init() to ResetHold handler
  hw/hppa: Reset vCPUs calling resettable_reset()
  target/hppa: Set PC on vCPU reset
  target/hppa: Speed up hppa_is_pa20()

Philippe Mathieu-Daudé (2):
  tests: Add functional tests for HPPA machines
  target/hppa: Only set PSW 'M' bit on reset

 MAINTAINERS                           |  1 +
 target/hppa/cpu.h                     | 11 +++++++--
 hw/hppa/machine.c                     |  6 ++---
 target/hppa/cpu.c                     | 22 ++++++++++++++++-
 tests/functional/meson.build          |  4 +++
 tests/functional/test_hppa_seabios.py | 35 +++++++++++++++++++++++++++
 6 files changed, 73 insertions(+), 6 deletions(-)
 create mode 100755 tests/functional/test_hppa_seabios.py