[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] c5d0ae: target/hppa: Avoid squishing DISAS_IA
From: |
Peter Maydell |
Subject: |
[Qemu-commits] [qemu/qemu] c5d0ae: target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXIT |
Date: |
Sun, 17 Mar 2019 08:54:06 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: c5d0aec25f48ac708ad486f84a73e8b622d5b96b
https://github.com/qemu/qemu/commit/c5d0aec25f48ac708ad486f84a73e8b622d5b96b
Author: Richard Henderson <address@hidden>
Date: 2019-03-15 (Fri, 15 Mar 2019)
Changed paths:
M target/hppa/translate.c
Log Message:
-----------
target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXIT
Within a delay slot, we were squishing both DISAS_IAQ_N_STALE and
DISAS_IAQ_N_STALE_EXIT to DISAS_IAQ_N_UPDATED. This lost the
required exit to the main loop, and could result in interrupts
never being delivered.
Tested-by: Sven Schnelle <address@hidden>
Reported-by: Sven Schnelle <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>
Commit: 2b42f31eae2c24507c38326b3534cd9292e7dfcf
https://github.com/qemu/qemu/commit/2b42f31eae2c24507c38326b3534cd9292e7dfcf
Author: Helge Deller <address@hidden>
Date: 2019-03-15 (Fri, 15 Mar 2019)
Changed paths:
M hw/hppa/hppa_hardware.h
M pc-bios/hppa-firmware.img
M roms/seabios-hppa
Log Message:
-----------
Update seabios-hppa to latest upstream
This patch fixes two issues in the hppa/parisc emulation:
1. The CPU HPA was wrong in the sense that we had negative module
offsets in the firmware-internal module table (which we ignored up to
now). Get it correct by changing the CPU HPA to 0xfffb0000 which is
greater than the DINO_HPA of 0xfff80000.
This change requires the seabios-firmware update.
2. Sven noticed that the FPU register cr10 is only able to reference up
to 8 FPUs, so let's reduce the maximum amount of SMP CPUs too.
Signed-off-by: Helge Deller <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>
Commit: d4e65539e570d5872003710b5a1064489911d33d
https://github.com/qemu/qemu/commit/d4e65539e570d5872003710b5a1064489911d33d
Author: Peter Maydell <address@hidden>
Date: 2019-03-17 (Sun, 17 Mar 2019)
Changed paths:
M hw/hppa/hppa_hardware.h
M pc-bios/hppa-firmware.img
M roms/seabios-hppa
M target/hppa/translate.c
Log Message:
-----------
Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190316' into
staging
Fix lost interrupts.
Update seabios-hppa.
# gpg: Signature made Sat 16 Mar 2019 16:13:42 GMT
# gpg: using RSA key 64DF38E8AF7E215F
# gpg: Good signature from "Richard Henderson <address@hidden>" [full]
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F
* remotes/rth/tags/pull-hppa-20190316:
Update seabios-hppa to latest upstream
target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXIT
Signed-off-by: Peter Maydell <address@hidden>
Compare: https://github.com/qemu/qemu/compare/c4b21ed1cfd2...d4e65539e570
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] c5d0ae: target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXIT,
Peter Maydell <=