[PR #42] [CLOSED] MSYS2 Windows support #74

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/42
Author: @evanhunter
Created: 8/24/2016
Status: Closed

Base: masterHead: MSYS2


📝 Commits (2)

  • d9d2f03 Add support for building on Windows in MSYS2
  • d82587a Add build script for MSYS2

📊 Changes

9 files changed (+52 additions, -10 deletions)

View changed files

📝 block.c (+1 -1)
📝 configure (+11 -1)
msys2.sh (+30 -0)
📝 net/tap-bsd.c (+2 -2)
📝 os-posix.c (+3 -3)
📝 qga/channel-posix.c (+1 -1)
📝 slirp/slirp.h (+1 -1)
📝 util/compatfd.c (+2 -0)
📝 util/qemu-openpty.c (+1 -1)

📄 Description

Some minor changes to configure script and to defines allowing the system to build on Windows under MSYS2 environment


🔄 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/42 **Author:** [@evanhunter](https://github.com/evanhunter) **Created:** 8/24/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `MSYS2` --- ### 📝 Commits (2) - [`d9d2f03`](https://github.com/qemu/qemu/commit/d9d2f0380e213ee3549467fc24cc8f3dbbd70ed4) Add support for building on Windows in MSYS2 - [`d82587a`](https://github.com/qemu/qemu/commit/d82587aaaf6ec3b4521e7afbadcda8d0a4d58099) Add build script for MSYS2 ### 📊 Changes **9 files changed** (+52 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `block.c` (+1 -1) 📝 `configure` (+11 -1) ➕ `msys2.sh` (+30 -0) 📝 `net/tap-bsd.c` (+2 -2) 📝 `os-posix.c` (+3 -3) 📝 `qga/channel-posix.c` (+1 -1) 📝 `slirp/slirp.h` (+1 -1) 📝 `util/compatfd.c` (+2 -0) 📝 `util/qemu-openpty.c` (+1 -1) </details> ### 📄 Description Some minor changes to configure script and to defines allowing the system to build on Windows under MSYS2 environment --- <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:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#74