[PULL 0/1] qemu-macppc queue 20240918

Mark Cave-Ayland posted 1 patch 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240918094624.938242-1-mark.cave-ayland@ilande.co.uk
Maintainers: John Snow <jsnow@redhat.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/ide/macio.c             | 6 ------
include/hw/ppc/mac_dbdma.h | 4 ----
2 files changed, 10 deletions(-)
[PULL 0/1] qemu-macppc queue 20240918
Posted by Mark Cave-Ayland 1 year, 2 months ago
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(-)
Re: [PULL 0/1] qemu-macppc queue 20240918
Posted by Peter Maydell 1 year, 1 month ago
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