[PR #61] linux-user: Support explicit targets for PowerPC #115

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

Original Pull Request: https://github.com/qemu/qemu/pull/61

State: closed
Merged: No


Enable building PowerPC targets supporting a specific CPU, without
having to set QEMU_CPU via the environment. For example these build
targets (and many more) become available:

qemu-ppc.e500mc
qemu-ppc.e500v2
qemu-ppc.e5500
qemu-ppc.e600
qemu-ppc.e6500

These (statically compiled) binaries have proven useful for emulating
PowerPC CPUs within Docker containers, where it's hard to reliably
define environment variables that are available for every process.

Signed-off-by: Aaron Sierra asierra@xes-inc.com

**Original Pull Request:** https://github.com/qemu/qemu/pull/61 **State:** closed **Merged:** No --- Enable building PowerPC targets supporting a specific CPU, without having to set QEMU_CPU via the environment. For example these build targets (and many more) become available: qemu-ppc.e500mc qemu-ppc.e500v2 qemu-ppc.e5500 qemu-ppc.e600 qemu-ppc.e6500 These (statically compiled) binaries have proven useful for emulating PowerPC CPUs within Docker containers, where it's hard to reliably define environment variables that are available for every process. Signed-off-by: Aaron Sierra <asierra@xes-inc.com>
claunia added the pull-request label 2026-01-31 21:29:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#115