mbox

[PULL,0/2] Misc HW patches for 2024-04-15

Message ID 20240415145506.48179-1-philmd@linaro.org
State New
Headers show

Pull-request

https://github.com/philmd/qemu.git tags/hw-misc-20240415

Message

Philippe Mathieu-Daudé April 15, 2024, 2:55 p.m. UTC
The following changes since commit 824ebb92c39920a65b34a93d1bd462baf0d2d174:

  Merge tag 'pull-sp-20240412' of https://gitlab.com/rth7680/qemu into staging (2024-04-13 09:43:46 +0100)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/hw-misc-20240415

for you to fetch changes up to 6e4aceba2079e3df42edc89d44f4ee02343bb09e:

  hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus (2024-04-15 13:07:15 +0200)

----------------------------------------------------------------
Misc HW patch queue

Fixes for hardware used by machines running AmigaOS.

----------------------------------------------------------------

BALATON Zoltan (2):
  hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
  hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus

 hw/isa/vt82c686.c         |  3 ++-
 hw/pci-host/ppc440_pcix.c | 11 ++++-------
 2 files changed, 6 insertions(+), 8 deletions(-)

Comments

Peter Maydell April 16, 2024, 10:41 a.m. UTC | #1
On Mon, 15 Apr 2024 at 15:56, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> The following changes since commit 824ebb92c39920a65b34a93d1bd462baf0d2d174:
>
>   Merge tag 'pull-sp-20240412' of https://gitlab.com/rth7680/qemu into staging (2024-04-13 09:43:46 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/hw-misc-20240415
>
> for you to fetch changes up to 6e4aceba2079e3df42edc89d44f4ee02343bb09e:
>
>   hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus (2024-04-15 13:07:15 +0200)
>
> ----------------------------------------------------------------
> Misc HW patch queue
>
> Fixes for hardware used by machines running AmigaOS.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM