On Tue, 18 Jan 2022 at 12:18, Philippe Mathieu-Daudé via <qemu-devel@nongnu.org> wrote: > > The following changes since commit 6621441db50d5bae7e34dbd04bf3c57a27a71b32: > > Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20220115' > into staging (2022-01-16 20:12:23 +0000) > > are available in the Git repository at: > > https://github.com/philmd/qemu.git tags/memory-api-20220118 > > for you to fetch changes up to 9d696cd50442327fd71ec7309e7b0c6fee693b1d: > > docs/devel: add some clarifying text for aliases (2022-01-18 12:56:29 +0100) > > ---------------------------------------------------------------- > Memory API patches > > - Directly dispatch MemoryRegion alias accesses > - Remove duplicated Address Space information in 'info mtree' > - Cleanups around memory_region_is_mapped() > - Fix incorrect calls of log_global_start/stop() > - Use dma_addr_t type definition when relevant > - Let dma_buf_read() / dma_buf_write() propagate MemTxResult > - Clarify MemoryRegion aliases documentation >
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0 for any user-visible changes. -- PMM