[PR #221] [CLOSED] Jf release #266

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/221
Author: @jfrohnhofen
Created: 9/21/2022
Status: Closed

Base: masterHead: jf-release


📝 Commits (9)

  • eed4f3f Allow loading 64 bit multiboot images
  • e215706 Add simple FwdFPGA device
  • ca7df72 Create ddln-build script that builds QEMU and creates the tar file that can be loaded by DBT
  • 94ce654 Fix output file in message
  • 591a1bb support building in / from other directories
  • dc36e15 Create output file in build/ directory
  • a378222 Merge pull request #2 from daedaleanai/jf-build-script
  • 5ece481 Merge pull request #1 from daedaleanai/armin/fpga
  • 0175449 Add release workflow

📊 Changes

6 files changed (+269 additions, -5 deletions)

View changed files

.github/workflows/release.yml (+45 -0)
build.sh (+33 -0)
📝 hw/i386/multiboot.c (+0 -5)
📝 hw/misc/Kconfig (+5 -0)
hw/misc/fwdfpga.c (+185 -0)
📝 hw/misc/meson.build (+1 -0)

📄 Description

No description provided


🔄 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/221 **Author:** [@jfrohnhofen](https://github.com/jfrohnhofen) **Created:** 9/21/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `jf-release` --- ### 📝 Commits (9) - [`eed4f3f`](https://github.com/qemu/qemu/commit/eed4f3fbd14bcfba6f542973d3b67bab6f823306) Allow loading 64 bit multiboot images - [`e215706`](https://github.com/qemu/qemu/commit/e215706a3fe73ca007a733405da1f6cf67bf286f) Add simple FwdFPGA device - [`ca7df72`](https://github.com/qemu/qemu/commit/ca7df7291a35f76c6ee7773196fce93bc5ef26c3) Create ddln-build script that builds QEMU and creates the tar file that can be loaded by DBT - [`94ce654`](https://github.com/qemu/qemu/commit/94ce6548ba3e60693f97c0185457964d2479d7f4) Fix output file in message - [`591a1bb`](https://github.com/qemu/qemu/commit/591a1bbc1b7664477b587203afac8e39f05891a2) support building in / from other directories - [`dc36e15`](https://github.com/qemu/qemu/commit/dc36e156051a837a2970b79f67115a3ce469e992) Create output file in build/ directory - [`a378222`](https://github.com/qemu/qemu/commit/a378222ca32a289355638dbfac50d24601722f44) Merge pull request #2 from daedaleanai/jf-build-script - [`5ece481`](https://github.com/qemu/qemu/commit/5ece4819bafc0690bc41b8e7bcfe5631e99065ad) Merge pull request #1 from daedaleanai/armin/fpga - [`0175449`](https://github.com/qemu/qemu/commit/01754497acbb2bb860b478e4dff00564616c713a) Add release workflow ### 📊 Changes **6 files changed** (+269 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/release.yml` (+45 -0) ➕ `build.sh` (+33 -0) 📝 `hw/i386/multiboot.c` (+0 -5) 📝 `hw/misc/Kconfig` (+5 -0) ➕ `hw/misc/fwdfpga.c` (+185 -0) 📝 `hw/misc/meson.build` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:30:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#266