On 21/02/2020 13:25, Philippe Mathieu-Daudé wrote: > Following up "global exec/memory/dma APIs cleanup" > https://www.mail-archive.com/qemu-devel@nongnu.org/msg681475.html > > Few more cleanups in PCNET & SCSI ESP devices. > > Philippe Mathieu-Daudé (3): > hw/dma/sparc32_dma: Make espdma_memory_[read/write] static > hw/scsi/esp: Let ESPDMAMemoryReadWriteFunc take void pointer and > size_t > hw/net/pcnet: Let phys_mem_read/write take void pointer and boolean > > hw/net/pcnet.h | 4 ++-- > include/hw/scsi/esp.h | 2 +- > include/hw/sparc/sparc32_dma.h | 6 ++---- > hw/dma/sparc32_dma.c | 8 ++++---- > hw/net/pcnet-pci.c | 5 +++-- > hw/net/pcnet.c | 16 ++++++++-------- > hw/scsi/esp-pci.c | 6 +++--- > 7 files changed, 23 insertions(+), 24 deletions(-)
LGTM. Reviewed-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> ATB, Mark.