[PR #24] [CLOSED] Rpi #43

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/24
Author: @nandk85
Created: 7/22/2015
Status: Closed

Base: masterHead: rpi


📝 Commits (10+)

  • 535d5a4 Merge tag 'v1.5.0'
  • c4ee1b1 Merge remote-tracking branch 'qemu/master'
  • 48898b6 Merge remote-tracking branch 'qemu/master'
  • 79e376a Merge remote-tracking branch 'qemu/master'
  • 4c540ed audio: Replace macro GCC_ATTR by GCC_FMT_ATTR and use inline functions
  • d091cec gtk: Suppress compiler warning for compilers without pragma diagnostic
  • 3237436 nsis: Improve w64 support
  • 5bbb7ce ar7: API change (include path)
  • 03647c0 Merge remote-tracking branch 'qemu/master'
  • 8644bc0 cpu-exec: Revert wrong patch for sigsetjmp

📊 Changes

267 files changed (+43767 additions, -699 deletions)

View changed files

📝 .gitmodules (+5 -5)
📝 Changelog (+1 -1)
📝 MAINTAINERS (+4 -4)
📝 Makefile.target (+15 -0)
📝 README (+1 -1)
README.ETHERNET (+62 -0)
SciTEDirectory.properties (+16 -0)
TODO (+3 -0)
TODO.AR7 (+292 -0)
block/fvd-create.c (+478 -0)
block/fvd-debug.c (+406 -0)
block/fvd-ext.h (+71 -0)
block/fvd-journal.c (+555 -0)
block/fvd-load.c (+364 -0)
block/fvd-misc.c (+616 -0)
block/fvd-open.c (+470 -0)
block/fvd-prefetch.c (+598 -0)
block/fvd-read.c (+562 -0)
block/fvd-store.c (+494 -0)
block/fvd-utils.c (+612 -0)

...and 80 more files

📄 Description

tracking rpi changes


🔄 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/24 **Author:** [@nandk85](https://github.com/nandk85) **Created:** 7/22/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `rpi` --- ### 📝 Commits (10+) - [`535d5a4`](https://github.com/qemu/qemu/commit/535d5a4da3ca53dee93f78bf389cf04c287882f9) Merge tag 'v1.5.0' - [`c4ee1b1`](https://github.com/qemu/qemu/commit/c4ee1b1cae12f4703b0006e0f8f7e0bbb5f80bc0) Merge remote-tracking branch 'qemu/master' - [`48898b6`](https://github.com/qemu/qemu/commit/48898b6464b5c13ed84b14ab15b5e639bcdfdb8c) Merge remote-tracking branch 'qemu/master' - [`79e376a`](https://github.com/qemu/qemu/commit/79e376a51b61d0606c5c49d5f87da86153880a30) Merge remote-tracking branch 'qemu/master' - [`4c540ed`](https://github.com/qemu/qemu/commit/4c540edebe40a3c3606c46e9ed1f26c2293eade8) audio: Replace macro GCC_ATTR by GCC_FMT_ATTR and use inline functions - [`d091cec`](https://github.com/qemu/qemu/commit/d091cec043f330c0423a114ad039be9b2549bec8) gtk: Suppress compiler warning for compilers without pragma diagnostic - [`3237436`](https://github.com/qemu/qemu/commit/323743678afce55b942e00d111d4212ab3e510dc) nsis: Improve w64 support - [`5bbb7ce`](https://github.com/qemu/qemu/commit/5bbb7ce4229216cae608ece614305bbe2161f67f) ar7: API change (include path) - [`03647c0`](https://github.com/qemu/qemu/commit/03647c0fc52db687609a36ae702019a7fde9d465) Merge remote-tracking branch 'qemu/master' - [`8644bc0`](https://github.com/qemu/qemu/commit/8644bc01753ac4bfd54698cb065460605cc09d14) cpu-exec: Revert wrong patch for sigsetjmp ### 📊 Changes **267 files changed** (+43767 additions, -699 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+5 -5) 📝 `Changelog` (+1 -1) 📝 `MAINTAINERS` (+4 -4) 📝 `Makefile.target` (+15 -0) 📝 `README` (+1 -1) ➕ `README.ETHERNET` (+62 -0) ➕ `SciTEDirectory.properties` (+16 -0) ➕ `TODO` (+3 -0) ➕ `TODO.AR7` (+292 -0) ➕ `block/fvd-create.c` (+478 -0) ➕ `block/fvd-debug.c` (+406 -0) ➕ `block/fvd-ext.h` (+71 -0) ➕ `block/fvd-journal.c` (+555 -0) ➕ `block/fvd-load.c` (+364 -0) ➕ `block/fvd-misc.c` (+616 -0) ➕ `block/fvd-open.c` (+470 -0) ➕ `block/fvd-prefetch.c` (+598 -0) ➕ `block/fvd-read.c` (+562 -0) ➕ `block/fvd-store.c` (+494 -0) ➕ `block/fvd-utils.c` (+612 -0) _...and 80 more files_ </details> ### 📄 Description tracking rpi changes --- <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: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#43