Skip to content

ppcexec: Respect CPU-specific POW behavior#188

Merged
dingusdev merged 1 commit into
dingusdev:masterfrom
mihaip:upstream-ppc-pow-mode
Jul 4, 2026
Merged

ppcexec: Respect CPU-specific POW behavior#188
dingusdev merged 1 commit into
dingusdev:masterfrom
mihaip:upstream-ppc-pow-mode

Conversation

@mihaip

@mihaip mihaip commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Followup to #186 - select MSR[POW] handling mode once during CPU initialization instead of treating every processor as HID0-gated.

We match documented (and QEMU) behavior:

  • 603/7xx CPUs require HID0 doze, nap, or sleep bits before we enter the emulator sleep loop
  • 604-family CPUs use just for POW directly
  • 601 does not support POW at all

Followup to dingusdev#186 - select `MSR[POW]` handling mode once during CPU
initialization instead of treating every processor as `HID0`-gated.

We match documented (and QEMU) behavior:
- 603/7xx CPUs require `HID0` doze, nap, or sleep bits before we enter
  the emulator sleep loop
- 604-family CPUs use just for `POW` directly
- 601 does not support `POW` at all
@dingusdev dingusdev merged commit c5d24e9 into dingusdev:master Jul 4, 2026
7 checks passed
@mihaip mihaip deleted the upstream-ppc-pow-mode branch July 4, 2026 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants