Re: [Qemu-devel] [PATCHv2 00/13] sun4m: sparc32_dma tidy-ups

2017-10-14 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 1508004545-28578-1-git-send-email-mark.cave-ayl...@ilande.co.uk Subject: [Qemu-devel] [PATCHv2 00/13] sun4m: sparc32_dma tidy-ups === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will

Re: [Qemu-devel] [PATCHv2 00/13] sun4m: sparc32_dma tidy-ups

2017-10-14 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 1508004545-28578-1-git-send-email-mark.cave-ayl...@ilande.co.uk Subject: [Qemu-devel] [PATCHv2 00/13

Re: [Qemu-devel] [PATCHv2 00/13] sun4m: sparc32_dma tidy-ups

2017-10-14 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1508004545-28578-1-git-send-email-mark.cave-ayl...@ilande.co.uk Subject: [Qemu-devel] [PATCHv2 00/13] sun4m: sparc32_dma tidy-ups === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] [PATCHv2 00/13] sun4m: sparc32_dma tidy-ups

2017-10-14 Thread Mark Cave-Ayland
This patchset aims to tidy-up the sparc32_dma code by improving the modelling of the espdma/ledma devices using both QOM and the memory API which didn't exist when the code was first written. The result is that it is now possible to remove both the iommu_opaque and is_ledma workarounds from the co