Re: [PATCH v3 00/10] hw/dma: Use dma_addr_t type definition when relevant

2022-01-17 Thread Philippe Mathieu-Daudé via
On 1/11/22 19:42, Philippe Mathieu-Daudé wrote: > Philippe Mathieu-Daudé (10): > stubs: Restrict fw_cfg to system emulation > hw/nvram: Restrict fw_cfg QOM interface to sysemu and tools > hw/pci: Restrict pci-bus stub to sysemu > hw/pci: Document pci_dma_map() > hw/dma: Remove

Re: [PATCH v3 00/10] hw/dma: Use dma_addr_t type definition when relevant

2022-01-11 Thread Peter Xu
On Tue, Jan 11, 2022 at 07:42:59PM +0100, Philippe Mathieu-Daudé wrote: > Since v2: > - Split meson patch restricting fw_cfg (Richard) > - Reorder pci_dma_map() docstring (Peter, Richard) > - Move QEMUSGList in previous patch (David) > - Have dma_buf_read/dma_buf_write return dma_addr_t (Peter) >

[PATCH v3 00/10] hw/dma: Use dma_addr_t type definition when relevant

2022-01-11 Thread Philippe Mathieu-Daudé
Since v2: - Split meson patch restricting fw_cfg (Richard) - Reorder pci_dma_map() docstring (Peter, Richard) - Move QEMUSGList in previous patch (David) - Have dma_buf_read/dma_buf_write return dma_addr_t (Peter) - Drop 'propagate MemTxResult' patch (David) - Added R-b tags Since v1: - Addressed