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

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/61
Author: @aaron-sierra
Created: 11/7/2017
Status: Closed

Base: masterHead: with-explicit-ppc-targets-2.10+


📝 Commits (1)

  • 425b2fc linux-user: Support explicit targets for PowerPC

📊 Changes

4 files changed (+34 additions, -14 deletions)

View changed files

📝 Makefile (+4 -0)
📝 configure (+24 -13)
📝 linux-user/main.c (+3 -1)
📝 scripts/create_config (+3 -0)

📄 Description

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


🔄 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/61 **Author:** [@aaron-sierra](https://github.com/aaron-sierra) **Created:** 11/7/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `with-explicit-ppc-targets-2.10+` --- ### 📝 Commits (1) - [`425b2fc`](https://github.com/qemu/qemu/commit/425b2fc501b3e51d60b57b1f8a0c0949bac109fe) linux-user: Support explicit targets for PowerPC ### 📊 Changes **4 files changed** (+34 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+4 -0) 📝 `configure` (+24 -13) 📝 `linux-user/main.c` (+3 -1) 📝 `scripts/create_config` (+3 -0) </details> ### 📄 Description 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> --- <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:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#110