]> git.ipfire.org Git - thirdparty/qemu.git/commit
arm_gicv3_kvm: increase clroffset accordingly
authorShannon Zhao <zhaoshenglong@huawei.com>
Thu, 31 May 2018 13:50:51 +0000 (14:50 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 21 Jun 2018 01:45:06 +0000 (20:45 -0500)
commite55c6b67955b926f4113211c0d1f6cab0e6bb4f9
treec72c51ef981e2d922e43607931739bcbe9f1028b
parent8da7a171c0a27f8b634001bec76953fc59b78cbc
arm_gicv3_kvm: increase clroffset accordingly

It forgot to increase clroffset during the loop. So it only clear the
first 4 bytes.

Fixes: 367b9f527becdd20ddf116e17a3c0c2bbc486920
Cc: qemu-stable@nongnu.org
Signed-off-by: Shannon Zhao <zhaoshenglong@huawei.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-id: 1527047633-12368-1-git-send-email-zhaoshenglong@huawei.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 34ffacae085914fce54590ea84bae9c6ad95e2a4)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/intc/arm_gicv3_kvm.c