[PATCH 0/5] mac99: Boot OpenBSD/macppc

Kirill A. Korinsky posted 5 patches 3 days, 17 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260903115229.95811-1-kirill@korins.ky
Maintainers: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Chinmay Rath <rathc@linux.ibm.com>, Nicholas Piggin <npiggin@gmail.com>, Glenn Miles <milesg@linux.ibm.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>
[PATCH 0/5] mac99: Boot OpenBSD/macppc
Posted by Kirill A. Korinsky 3 days, 17 hours ago
Greetings,

OpenBSD/macppc does not complete early boot on mac99: OpenPIC can
reassert an interrupt still masked by CTPR; the edge triggered
decrementer does not raise on zero; successful CUDA ADB replies omit the
original command; and the fixed CUDA shift register delay can stretch
packet delivery past the guest timeout on hosts with coarse timers.

This series corrects these four behaviours and adds a functional test
which boots the official OpenBSD 7.9 macppc CD to the installer prompt.

P.S. this is second third to send the same patch because previous one
had missed maintainers.