diff options
author | Frederic Konrad <fkonrad@amd.com> | 2023-11-24 14:35:05 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-11-27 17:02:04 +0000 |
commit | 1ee80592bf24eabef77e2260a86d9358b54c08fd (patch) | |
tree | 2d3b23de480b216809c48242224ca2a58b192d91 /tests | |
parent | a9bc470ec208bd27a82100abc9dccf1b69f41b45 (diff) | |
download | qemu-1ee80592bf24eabef77e2260a86d9358b54c08fd.zip qemu-1ee80592bf24eabef77e2260a86d9358b54c08fd.tar.gz qemu-1ee80592bf24eabef77e2260a86d9358b54c08fd.tar.bz2 |
hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMA
UG1087 states for the source channel that: if SIZE is programmed to 0, and the
DMA is started, the interrupts DONE and MEM_DONE will be asserted.
This implies that it is allowed for the guest to stop the source DMA by writing
a size of 0 to the SIZE register, so remove the LOG_GUEST_ERROR in that case.
While at it remove the comment marking the SIZE register as write-only.
See: https://docs.xilinx.com/r/en-US/ug1087-zynq-ultrascale-registers/CSUDMA_SRC_SIZE-CSUDMA-Register
Signed-off-by: Frederic Konrad <fkonrad@amd.com>
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com>
Message-id: 20231124143505.1493184-4-fkonrad@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions