mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
char/cadence_uart: Add missing uart_update_state
This should be rechecked on bus write accesses as such accesses may change the underlying state that generates the interrupt. Particular relevant for when the guest touches the interrupt status or mask. Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: 1c250cd61b7b8de492fbc8b79b8370958a56d83b.1388626249.git.peter.crosthwaite@xilinx.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
059ca2bf0d
commit
589bfb6888
1 changed files with 1 additions and 0 deletions
|
@ -403,6 +403,7 @@ static void uart_write(void *opaque, hwaddr offset,
|
|||
uart_parameters_setup(s);
|
||||
break;
|
||||
}
|
||||
uart_update_status(s);
|
||||
}
|
||||
|
||||
static uint64_t uart_read(void *opaque, hwaddr offset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue