[PR #317] [CLOSED] Ipc consolidation pure polling #444

Closed
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/317
Author: @nishantmysore
Created: 1/28/2026
Status: Closed

Base: masterHead: ipc-consolidation-pure-polling


📝 Commits (7)

  • f392500 Initial PCIe BAR mapping
  • 1239939 hw/misc: Add shared memory infrastructure for Q1 PCIe device
  • 602aaf7 updated pcie.c
  • 26cb4d6 Merge pull request #1 from QernelAI/qemu-q1-sim
  • fd72535 Merge branch 'qemu:master' into master
  • 270ae84 Fix shared memory layout to match firmware
  • f5af934 hw/misc/q1: Remove socket signaling, use pure shared memory polling

📊 Changes

6 files changed (+1325 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 (+830 -0)
hw/misc/q1_shmem.c (+135 -0)
hw/misc/q1_shmem.h (+146 -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/317 **Author:** [@nishantmysore](https://github.com/nishantmysore) **Created:** 1/28/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ipc-consolidation-pure-polling` --- ### 📝 Commits (7) - [`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 - [`26cb4d6`](https://github.com/qemu/qemu/commit/26cb4d6dedb7b72bf51a9d38ab33fc19be430b7a) Merge pull request #1 from QernelAI/qemu-q1-sim - [`fd72535`](https://github.com/qemu/qemu/commit/fd725356f29851d809c807bc35f4055eff924c4d) Merge branch 'qemu:master' into master - [`270ae84`](https://github.com/qemu/qemu/commit/270ae84766551498499bc09bbcbbf70d423bc511) Fix shared memory layout to match firmware - [`f5af934`](https://github.com/qemu/qemu/commit/f5af9342a73571a3261b29e73cfc41c35d5edc91) hw/misc/q1: Remove socket signaling, use pure shared memory polling ### 📊 Changes **6 files changed** (+1325 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` (+830 -0) ➕ `hw/misc/q1_shmem.c` (+135 -0) ➕ `hw/misc/q1_shmem.h` (+146 -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: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#444