Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 6670b494fdb23f74ecd9be3d952c007f64e268f1
      
https://github.com/qemu/qemu/commit/6670b494fdb23f74ecd9be3d952c007f64e268f1
  Author: Peter Maydell <peter.mayd...@linaro.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M hw/char/cmsdk-apb-uart.c

  Log Message:
  -----------
  hw/char/cmsdk-apb-uart.c: Correctly clear INTSTATUS bits on writes

The CMSDK APB UART INTSTATUS register bits are all write-one-to-clear.
We were getting this correct for the TXO and RXO bits (which need
special casing because their state lives in the STATE register),
but had forgotten to handle the normal bits for RX and TX which
we do store in our s->intstatus field.

Perform the W1C operation on the bits in s->intstatus too.

Fixes: https://bugs.launchpad.net/qemu/+bug/1760262
Cc: qemu-sta...@nongnu.org
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
Message-id: 20180410134203.17552-1-peter.mayd...@linaro.org


Reply via email to