mbox

[PULL,0/2] Hppa updates

Message ID 20241230002248.33648-1-deller@kernel.org (mailing list archive)
State New
Headers show

Pull-request

https://github.com/hdeller/qemu-hppa.git tags/hppa-updates-for-v9.2-v3-pull-request

Message

Helge Deller Dec. 30, 2024, 12:22 a.m. UTC
From: Helge Deller <deller@gmx.de>

The following changes since commit ae35f033b874c627d81d51070187fbf55f0bf1a7:

  Update version for v9.2.0 release (2024-12-10 16:20:54 +0000)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/hppa-updates-for-v9.2-v3-pull-request

for you to fetch changes up to bd2fb633a931b192540522fd842151b2421824ad:

  target/hppa: Speed up hppa_is_pa20() (2024-12-30 01:16:15 +0100)

----------------------------------------------------------------
hppa CPU reset and speedup

Add CPU reset function and speed up runtime and translataion.

----------------------------------------------------------------

Helge Deller (2):
  target/hppa: Add CPU reset method
  target/hppa: Speed up hppa_is_pa20()

 hw/hppa/machine.c |  6 +++---
 target/hppa/cpu.c | 27 +++++++++++++++++++++++++--
 target/hppa/cpu.h |  9 ++++++++-
 3 files changed, 36 insertions(+), 6 deletions(-)

Comments

Philippe Mathieu-Daudé Dec. 30, 2024, 9:45 a.m. UTC | #1
Hi Stefan,

On 30/12/24 01:22, deller@kernel.org wrote:
> From: Helge Deller <deller@gmx.de>
> 
> The following changes since commit ae35f033b874c627d81d51070187fbf55f0bf1a7:
> 
>    Update version for v9.2.0 release (2024-12-10 16:20:54 +0000)
> 
> are available in the Git repository at:
> 
>    https://github.com/hdeller/qemu-hppa.git tags/hppa-updates-for-v9.2-v3-pull-request
> 
> for you to fetch changes up to bd2fb633a931b192540522fd842151b2421824ad:
> 
>    target/hppa: Speed up hppa_is_pa20() (2024-12-30 01:16:15 +0100)
> 
> ----------------------------------------------------------------
> hppa CPU reset and speedup
> 
> Add CPU reset function and speed up runtime and translataion.
> 
> ----------------------------------------------------------------

Please hold on for this PR, it was posted roughly 1h after the v2
and I still have comments for the first patch.