commit | 64bf09674a5911fd70a3b4050c2d7081b0353cf5 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Wed Oct 25 21:46:39 2023 +0200 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Nov 06 18:49:34 2023 -0800 |
tree | 152e4f8faaabd102dba6846bcc46d2c21120e973 | |
parent | fd842b2f4ce2da082b400f9b9278fa6bd45d0864 [diff] |
hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memory The CPU HPA is in the high F-region on PA2.0 CPUs, so use F_EXTEND() to trigger interrupt request at the right CPU HPA address. Note that the cpu_hpa value comes out of the IRT, which doesn't store the higher addresss bits. Signed-off-by: Helge Deller <deller@gmx.de>