[PULL 0/3] Hppa reboot fix patches

Helge Deller posted 3 patches 10 months, 4 weeks ago
Failed in applying to current master (apply log)
hw/hppa/machine.c         |  15 +++++++++++++--
pc-bios/hppa-firmware.img | Bin 719376 -> 720216 bytes
roms/seabios-hppa         |   2 +-
3 files changed, 14 insertions(+), 3 deletions(-)
[PULL 0/3] Hppa reboot fix patches
Posted by Helge Deller 10 months, 4 weeks ago
The following changes since commit c5ffd16ba4c8fd3601742cc9d2b3cff03995dd5d:

  Revert "cputlb: Restrict SavedIOTLB to system emulation" (2023-06-21 07:19:46 +0200)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/hppa-reboot-fix-pull-request

for you to fetch changes up to b9bed0896e8352a340188e32bee69988209e4f72:

  target/hppa: Update to SeaBIOS-hppa version 8 (2023-06-24 11:45:52 +0200)

----------------------------------------------------------------
target/hppa: Fix boot and reboot for SMP machines

Fix some SMP-related boot and reboot issues with HP-UX and Linux by
correctly initializing the CPU PSW bits, disabling data and instruction
translations and unhalting the CPU in the qemu hppa_machine_reset()
function.

To work correctly some fixes are needed in the SeaBIOS-hppa firmware too,
which is why this series updates it to version 8 which includes those
fixes and enhancements:

Fixes
- boot of HP-UX with SMP, and
- reboot of Linux and HP-UX with SMP

Enhancements:
- show qemu version in boot menu
- adds exit menu entry in boot menu to quit emulation
- allow to trace PCD_CHASSIS codes more specifically

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

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

Helge Deller (3):
  target/hppa: Fix OS reboot issues
  target/hppa: Provide qemu version via fw_cfg to firmware
  target/hppa: Update to SeaBIOS-hppa version 8

 hw/hppa/machine.c         |  15 +++++++++++++--
 pc-bios/hppa-firmware.img | Bin 719376 -> 720216 bytes
 roms/seabios-hppa         |   2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)

--
2.38.1
Re: [PULL 0/3] Hppa reboot fix patches
Posted by Helge Deller 10 months, 4 weeks ago
On 6/24/23 13:29, Helge Deller wrote:
> The following changes since commit c5ffd16ba4c8fd3601742cc9d2b3cff03995dd5d:
>
>    Revert "cputlb: Restrict SavedIOTLB to system emulation" (2023-06-21 07:19:46 +0200)
>
> are available in the Git repository at:
>
>    https://github.com/hdeller/qemu-hppa.git tags/hppa-reboot-fix-pull-request
>
> for you to fetch changes up to b9bed0896e8352a340188e32bee69988209e4f72:
>
>    target/hppa: Update to SeaBIOS-hppa version 8 (2023-06-24 11:45:52 +0200)
>
> ----------------------------------------------------------------
> target/hppa: Fix boot and reboot for SMP machines

Please ignore this pull request, as it is based on a wrong base commit.

I'll resend a new pull request.

Thanks,
Helge