[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] hw: More dma_memory_read/write() API cleanup
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/3] hw: More dma_memory_read/write() API cleanup |
Date: |
Fri, 21 Feb 2020 14:25:47 +0100 |
Following up "global exec/memory/dma APIs cleanup"
https://www.mail-archive.com/address@hidden/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(-)
--
2.21.1
- [PATCH 0/3] hw: More dma_memory_read/write() API cleanup,
Philippe Mathieu-Daudé <=
- [PATCH 1/3] hw/dma/sparc32_dma: Make espdma_memory_[read/write] static, Philippe Mathieu-Daudé, 2020/02/21
- [PATCH 3/3] hw/net/pcnet: Let phys_mem_read/write take void pointer and boolean, Philippe Mathieu-Daudé, 2020/02/21
- [PATCH 2/3] hw/scsi/esp: Let ESPDMAMemoryReadWriteFunc take void pointer and size_t, Philippe Mathieu-Daudé, 2020/02/21
- Re: [PATCH 0/3] hw: More dma_memory_read/write() API cleanup, Paolo Bonzini, 2020/02/21
- Re: [PATCH 0/3] hw: More dma_memory_read/write() API cleanup, Mark Cave-Ayland, 2020/02/22