[PATCH v1 0/3] ZynqMP / Versal: various fixes

Frederic Konrad posted 3 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231124143505.1493184-1-fkonrad@amd.com
Maintainers: Alistair Francis <alistair@alistair23.me>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Francisco Iglesias <francisco.iglesias@amd.com>
hw/dma/xlnx_csu_dma.c                      | 14 +++++++++-----
hw/ssi/xilinx_spips.c                      |  7 ++++++-
include/hw/misc/xlnx-versal-cframe-reg.h   |  2 +-
include/hw/misc/xlnx-versal-cfu.h          |  2 +-
include/hw/misc/xlnx-versal-pmc-iou-slcr.h |  2 +-
include/hw/ssi/xilinx_spips.h              |  3 +++
include/hw/ssi/xlnx-versal-ospi.h          |  2 +-
7 files changed, 22 insertions(+), 10 deletions(-)
[PATCH v1 0/3] ZynqMP / Versal: various fixes
Posted by Frederic Konrad 1 year ago
Hi,

Those are various simple fixes for ZynqMP:
  * 1: fixes a possible out of bound access in the SPI model.
  * 2: is a trivial fix for documentation url.
  * 3: is a log guest error fix for the CSU DMA.

Best Regards,
Fred

Frederic Konrad (3):
  hw/ssi/xilinx_spips: fix an out of bound access
  fix some url for amd / xilinx models
  hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC
    DMA

 hw/dma/xlnx_csu_dma.c                      | 14 +++++++++-----
 hw/ssi/xilinx_spips.c                      |  7 ++++++-
 include/hw/misc/xlnx-versal-cframe-reg.h   |  2 +-
 include/hw/misc/xlnx-versal-cfu.h          |  2 +-
 include/hw/misc/xlnx-versal-pmc-iou-slcr.h |  2 +-
 include/hw/ssi/xilinx_spips.h              |  3 +++
 include/hw/ssi/xlnx-versal-ospi.h          |  2 +-
 7 files changed, 22 insertions(+), 10 deletions(-)

-- 
2.25.1
Re: [PATCH v1 0/3] ZynqMP / Versal: various fixes
Posted by Peter Maydell 1 year ago
On Fri, 24 Nov 2023 at 14:35, Frederic Konrad <fkonrad@amd.com> wrote:
>
> Hi,
>
> Those are various simple fixes for ZynqMP:
>   * 1: fixes a possible out of bound access in the SPI model.
>   * 2: is a trivial fix for documentation url.
>   * 3: is a log guest error fix for the CSU DMA.
>



Applied to target-arm.next, thanks.

-- PMM