[PR #5] [CLOSED] Rpi #5

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/5
Author: @cdewhurst
Created: 11/27/2013
Status: Closed

Base: masterHead: rpi


📝 Commits (10+)

  • 7c12383 Merge remote-tracking branch 'qemu/master'
  • 1e6c361 Merge remote-tracking branch 'qemu/master'
  • b575f1a Merge remote-tracking branch 'qemu/master'
  • 3a65b2f Merge remote-tracking branch 'qemu/master'
  • d7e258d Merge remote-tracking branch 'qemu/master'
  • 7f1e463 Merge remote-tracking branch 'qemu/master'
  • 9d771ce configure: Fix warnings
  • d6e4887 Merge remote-tracking branch 'qemu/master'
  • 145896e baum: fix build
  • ea3ca11 qemu-char: fix win32 build

📊 Changes

275 files changed (+44968 additions, -760 deletions)

View changed files

📝 .gitmodules (+5 -5)
📝 Changelog (+1 -1)
📝 MAINTAINERS (+4 -4)
📝 Makefile (+8 -9)
📝 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)

...and 80 more files

📄 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/5 **Author:** [@cdewhurst](https://github.com/cdewhurst) **Created:** 11/27/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `rpi` --- ### 📝 Commits (10+) - [`7c12383`](https://github.com/qemu/qemu/commit/7c12383c6446b3e33cbb811b2a164a8fb931066c) Merge remote-tracking branch 'qemu/master' - [`1e6c361`](https://github.com/qemu/qemu/commit/1e6c361f208d74b90136d5b88475ab51c605a097) Merge remote-tracking branch 'qemu/master' - [`b575f1a`](https://github.com/qemu/qemu/commit/b575f1ab906f42b781b753790e1cde927eaa4397) Merge remote-tracking branch 'qemu/master' - [`3a65b2f`](https://github.com/qemu/qemu/commit/3a65b2f1094a808f811443ef42e1dbe5cc64943c) Merge remote-tracking branch 'qemu/master' - [`d7e258d`](https://github.com/qemu/qemu/commit/d7e258db11750afa5eafd657ba1a4d61734aa187) Merge remote-tracking branch 'qemu/master' - [`7f1e463`](https://github.com/qemu/qemu/commit/7f1e46357f86d8e152d8bdfdbbfe33585ff8ced8) Merge remote-tracking branch 'qemu/master' - [`9d771ce`](https://github.com/qemu/qemu/commit/9d771ce7f5d9c3adfaba159cd9bdea65779b0873) configure: Fix warnings - [`d6e4887`](https://github.com/qemu/qemu/commit/d6e48878541d62756fcfa903435e95da87dd93b2) Merge remote-tracking branch 'qemu/master' - [`145896e`](https://github.com/qemu/qemu/commit/145896e99eb23fb063a0f3b3fb75ee2861f60562) baum: fix build - [`ea3ca11`](https://github.com/qemu/qemu/commit/ea3ca11a5cef856e51f6c3bb0f01fbc9aa8c2ecd) qemu-char: fix win32 build ### 📊 Changes **275 files changed** (+44968 additions, -760 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+5 -5) 📝 `Changelog` (+1 -1) 📝 `MAINTAINERS` (+4 -4) 📝 `Makefile` (+8 -9) 📝 `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) _...and 80 more files_ </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:29:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#5