On 31/5/24 14:46, Peter Maydell wrote:
In fdf029762f501 we factored out the handling of reading and writing
DMA descriptors from guest memory. Unfortunately we accidentally
made the descriptor-read read the descriptor into the address of the
buffer rather than into the buffer, because we didn't
On Fri, May 31, 2024 at 2:46 PM Peter Maydell
wrote:
> In fdf029762f501 we factored out the handling of reading and writing
> DMA descriptors from guest memory. Unfortunately we accidentally
> made the descriptor-read read the descriptor into the address of the
> buffer rather than into the buff
On 31/5/24 14:46, Peter Maydell wrote:
In fdf029762f501 we factored out the handling of reading and writing
DMA descriptors from guest memory. Unfortunately we accidentally
made the descriptor-read read the descriptor into the address of the
buffer rather than into the buffer, because we didn't
In fdf029762f501 we factored out the handling of reading and writing
DMA descriptors from guest memory. Unfortunately we accidentally
made the descriptor-read read the descriptor into the address of the
buffer rather than into the buffer, because we didn't notice we
needed to update the arguments