[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2] hw: misc: Add Aspeed XDMA device
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [Qemu-devel] [PATCH v2] hw: misc: Add Aspeed XDMA device |
Date: |
Fri, 14 Jun 2019 14:27:06 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
On 6/14/19 2:10 PM, Cédric Le Goater wrote:
> On 11/06/2019 22:54, Eddie James wrote:
>> The XDMA engine embedded in the Aspeed SOCs performs PCI DMA operations
>> between the SOC (acting as a BMC) and a host processor in a server.
>>
>> The XDMA engine exists on the AST2400, AST2500, and AST2600 SOCs, so
>> enable it for all of those. Add trace events on the important register
>> writes in the XDMA engine.
>>
>> Signed-off-by: Eddie James <address@hidden>
>> ---
>> Changes since v1:
>> - add trace events
>> - minor cleanup
Thank you for these changes.
>>
>> This patch is based on Cedric's big Aspeed update:
>> http://patchwork.ozlabs.org/cover/1105343/
>
> Eddie,
>
> I have pushed the patch in my tree and I plan to resend
> as part of the patchset above.
>
> Thanks,
>
> C.
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>