]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/arm_gic: Fix GIC_SET_LEVEL
authorChristoffer Dall <christoffer.dall@linaro.org>
Wed, 26 Feb 2014 17:19:59 +0000 (17:19 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 27 Feb 2014 15:38:42 +0000 (09:38 -0600)
commite50218c2697812c7f2068f190a2868e4836874fe
tree9bba525fbeddafdd885f90b88afe6ea1186f5a64
parentfa98e47a250516d83dd3712e9456bf795c83627b
hw/intc/arm_gic: Fix GIC_SET_LEVEL

The GIC_SET_LEVEL macro unfortunately overwrote the entire level
bitmask instead of just or'ing on the necessary bits, causing active
level PPIs on a core to clear PPIs on other cores.

Cc: qemu-stable@nongnu.org
Reported-by: Rob Herring <rob.herring@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Message-id: 1393031030-8692-1-git-send-email-christoffer.dall@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 6453fa998a11e133e673c0a613b88484a8231d1d)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/intc/gic_internal.h