On 07/23/2018 11:03 AM, Peter Maydell wrote: > In icc_dir_write() we were incorrectly checking HCR_EL2.FMO > when determining whether IRQ should be routed to EL2; this should > be HCR_EL2.IMO (compare the GICv3 pseudocode ICC_DIR_EL1[]). > Use the correct mask. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > Cut-n-paste bug we've had since forever. Linux always sets > FMO and IMO to the same thing, so we haven't noticed this. > Probably should go into 3.0, though... > > hw/intc/arm_gicv3_cpuif.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~