[PR #69] [CLOSED] merge #118

Open
opened 2026-01-31 21:29:51 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/69
Author: @startmenu
Created: 8/13/2018
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 30b44d4 macio: add dummy screamer device
  • ada94f9 macio: basic AWACS/screamer hookup
  • 4a25c9c screamer: some basic reg work, plus basic DMA wire-up
  • 13a18d8 WIP: more screamer stuff with debug etc.
  • 83c5200 WIP: basic DMA functionality for screamer
  • 1717b82 WIP: wire up to new world machine
  • f11be4c WIP: screamer now able to play on Debian Linux/snd_powermac
  • 5182040 WIP: working sound in MacOS 9.1/9.2
  • f112d40 WIP: try and honour DMA flush
  • 2fab1d5 WIP: add openbios with screamer support

📊 Changes

8 files changed (+472 additions, -4 deletions)

View changed files

📝 default-configs/ppc-softmmu.mak (+1 -0)
📝 hw/misc/macio/Makefile.objs (+1 -0)
📝 hw/misc/macio/macio.c (+28 -4)
hw/misc/macio/screamer.c (+404 -0)
📝 hw/ppc/mac.h (+32 -0)
📝 hw/ppc/mac_newworld.c (+3 -0)
📝 hw/ppc/mac_oldworld.c (+3 -0)
📝 pc-bios/openbios-ppc (+0 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/69 **Author:** [@startmenu](https://github.com/startmenu) **Created:** 8/13/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`30b44d4`](https://github.com/qemu/qemu/commit/30b44d4692cf9765181744f4e153b1173fd6666f) macio: add dummy screamer device - [`ada94f9`](https://github.com/qemu/qemu/commit/ada94f98e65c1f31e58df870194ef01d6582fe54) macio: basic AWACS/screamer hookup - [`4a25c9c`](https://github.com/qemu/qemu/commit/4a25c9cd86a6f7d7c32379374ebf5c269fa75d94) screamer: some basic reg work, plus basic DMA wire-up - [`13a18d8`](https://github.com/qemu/qemu/commit/13a18d8317b8971e50cec501d6a0f685378fd010) WIP: more screamer stuff with debug etc. - [`83c5200`](https://github.com/qemu/qemu/commit/83c520013421676f7b9c84e752673ddff953fe24) WIP: basic DMA functionality for screamer - [`1717b82`](https://github.com/qemu/qemu/commit/1717b82b3dd5f6c7666e43ede811f46fe1d7e69a) WIP: wire up to new world machine - [`f11be4c`](https://github.com/qemu/qemu/commit/f11be4ca3ef3e2a8f583b54a85fdd574962728c8) WIP: screamer now able to play on Debian Linux/snd_powermac - [`5182040`](https://github.com/qemu/qemu/commit/518204081266c98d9cdeabf128c149de1ced73b2) WIP: working sound in MacOS 9.1/9.2 - [`f112d40`](https://github.com/qemu/qemu/commit/f112d40a337bcf8e1a519c5f3ff6b7bb09260902) WIP: try and honour DMA flush - [`2fab1d5`](https://github.com/qemu/qemu/commit/2fab1d550fcc74cce412d0bcdde22676c929e196) WIP: add openbios with screamer support ### 📊 Changes **8 files changed** (+472 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `default-configs/ppc-softmmu.mak` (+1 -0) 📝 `hw/misc/macio/Makefile.objs` (+1 -0) 📝 `hw/misc/macio/macio.c` (+28 -4) ➕ `hw/misc/macio/screamer.c` (+404 -0) 📝 `hw/ppc/mac.h` (+32 -0) 📝 `hw/ppc/mac_newworld.c` (+3 -0) 📝 `hw/ppc/mac_oldworld.c` (+3 -0) 📝 `pc-bios/openbios-ppc` (+0 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:29:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#118