Re: [PATCH] hw/dma/etraxfs_dma: Simplify using MemoryRegionOps::impl access_size

2019-10-05 Thread Peter Maydell
On Sat, 5 Oct 2019 at 16:04, Philippe Mathieu-Daudé wrote: > > This device implementation is clearly restricted to 32-bit > accesses. Set the MemoryRegionOps::impl min/max access_size > fields to simplify the code, and remove the hw_error() call. > > Signed-off-by: Philippe Mathieu-Daudé > --- >

[PATCH] hw/dma/etraxfs_dma: Simplify using MemoryRegionOps::impl access_size

2019-10-05 Thread Philippe Mathieu-Daudé
This device implementation is clearly restricted to 32-bit accesses. Set the MemoryRegionOps::impl min/max access_size fields to simplify the code, and remove the hw_error() call. Signed-off-by: Philippe Mathieu-Daudé --- hw/dma/etraxfs_dma.c | 25 - 1 file changed, 4 ins