]> git.ipfire.org Git - thirdparty/qemu.git/commit
misc: zynq_slcr: Fix MMIO writes
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>
Fri, 16 Oct 2015 10:14:53 +0000 (11:14 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Oct 2015 12:13:47 +0000 (13:13 +0100)
commitc209b0537203c58a051e5d837320335cea23e494
treef6c199fc6c527547b062164b15c00da1cb45e529
parentb64d64de1a5b88de88146e3ad36e7b09b97837eb
misc: zynq_slcr: Fix MMIO writes

The /4 for offset calculation in MMIO writes was happening twice giving
wrong write offsets. Fix.

While touching the code, change the if-else to be a short returning if
and convert the debug message to a GUEST_ERROR, which is more accurate
for this condition.

Cc: qemu-stable@nongnu.org
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/misc/zynq_slcr.c