mbox

[PULL,0/1] qemu-macppc queue 20240918

Message ID 20240918094624.938242-1-mark.cave-ayland@ilande.co.uk
State New
Headers show

Pull-request

https://github.com/mcayland/qemu.git tags/qemu-macppc-20240918

Message

Mark Cave-Ayland Sept. 18, 2024, 9:46 a.m. UTC
The following changes since commit 2b81c046252fbfb375ad30632362fc16e6e22bd5:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2024-09-17 14:02:18 +0100)

are available in the Git repository at:

  https://github.com/mcayland/qemu.git tags/qemu-macppc-20240918

for you to fetch changes up to 2d0a071e625d7234e8c5623b7e7bf445e1bef72c:

  mac_dbdma: Remove leftover `dma_memory_unmap` calls (2024-09-18 09:31:56 +0100)

----------------------------------------------------------------
DMA fix for macio IDE device

----------------------------------------------------------------
Mattias Nissler (1):
      mac_dbdma: Remove leftover `dma_memory_unmap` calls

 hw/ide/macio.c             | 6 ------
 include/hw/ppc/mac_dbdma.h | 4 ----
 2 files changed, 10 deletions(-)

Comments

Peter Maydell Sept. 19, 2024, 9:08 a.m. UTC | #1
On Wed, 18 Sept 2024 at 10:46, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
>
> The following changes since commit 2b81c046252fbfb375ad30632362fc16e6e22bd5:
>
>   Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2024-09-17 14:02:18 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/mcayland/qemu.git tags/qemu-macppc-20240918
>
> for you to fetch changes up to 2d0a071e625d7234e8c5623b7e7bf445e1bef72c:
>
>   mac_dbdma: Remove leftover `dma_memory_unmap` calls (2024-09-18 09:31:56 +0100)
>
> ----------------------------------------------------------------
> DMA fix for macio IDE device
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM