[PR #316] [CLOSED] Qemu q1 sim #443

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/316
Author: @nishantmysore
Created: 1/28/2026
Status: Closed

Base: masterHead: qemu-q1-sim


📝 Commits (3)

  • f392500 Initial PCIe BAR mapping
  • 1239939 hw/misc: Add shared memory infrastructure for Q1 PCIe device
  • 602aaf7 updated pcie.c

📊 Changes

6 files changed (+1672 additions, -0 deletions)

View changed files

docs/q1-pcie-device.md (+208 -0)
📝 hw/misc/Kconfig (+5 -0)
📝 hw/misc/meson.build (+1 -0)
hw/misc/q1_pcie.c (+936 -0)
hw/misc/q1_shmem.c (+307 -0)
hw/misc/q1_shmem.h (+215 -0)

📄 Description

Creates QEMU PCIe simulation


🔄 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/316 **Author:** [@nishantmysore](https://github.com/nishantmysore) **Created:** 1/28/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `qemu-q1-sim` --- ### 📝 Commits (3) - [`f392500`](https://github.com/qemu/qemu/commit/f392500673817e9d5da81dedb460de01ac9ca9e7) Initial PCIe BAR mapping - [`1239939`](https://github.com/qemu/qemu/commit/1239939de94db4bbb7dd45368f3080c80067ffd0) hw/misc: Add shared memory infrastructure for Q1 PCIe device - [`602aaf7`](https://github.com/qemu/qemu/commit/602aaf795815b77a8712c141eab859777c21f7b8) updated pcie.c ### 📊 Changes **6 files changed** (+1672 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/q1-pcie-device.md` (+208 -0) 📝 `hw/misc/Kconfig` (+5 -0) 📝 `hw/misc/meson.build` (+1 -0) ➕ `hw/misc/q1_pcie.c` (+936 -0) ➕ `hw/misc/q1_shmem.c` (+307 -0) ➕ `hw/misc/q1_shmem.h` (+215 -0) </details> ### 📄 Description Creates QEMU PCIe simulation --- <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:31:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#443