]> git.proxmox.com Git - mirror_qemu.git/commit - hw/hppa/machine.c
hw/hppa: Move software power button address to page zero
authorHelge Deller <deller@gmx.de>
Sat, 11 Nov 2023 19:13:53 +0000 (20:13 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Nov 2023 17:21:32 +0000 (09:21 -0800)
commite274d2a777de168082b36a31b6b5ea2b9185e960
tree1f1967d829904cdd95307d390ab3da6ef48b2661
parent8066102df12fecfac7b076bd6aa208e63f8f0b04
hw/hppa: Move software power button address to page zero

Something appears to be off between the 64-bit CPU, the 32-bit PDC
(SeaBIOS-hppa firmware), and the 64-bit kernel in addressing the
power button address in high-mapped firmware memory.

Use a 32-bit value at PAGE0->pad0[4] instead.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/hppa/machine.c