[PR #233] [CLOSED] dev-ankit/cohmem-0330 #283

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/233
Author: @ankita-nv
Created: 3/30/2023
Status: Closed

Base: masterHead: dev-ankit/cohmem-0330


📝 Commits (3)

  • eee90c8 add GPU memory information as object
  • 9584321 patch guest SRAT for GPU memory
  • 4710fb9 patch guest DSDT for GPU memory

📊 Changes

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

View changed files

📝 hw/arm/virt-acpi-build.c (+54 -0)
📝 hw/pci-host/gpex-acpi.c (+71 -0)
📝 hw/vfio/pci-quirks.c (+13 -0)
📝 hw/vfio/pci.c (+72 -0)
📝 hw/vfio/pci.h (+1 -0)
📝 include/hw/pci/pci_device.h (+3 -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/233 **Author:** [@ankita-nv](https://github.com/ankita-nv) **Created:** 3/30/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev-ankit/cohmem-0330` --- ### 📝 Commits (3) - [`eee90c8`](https://github.com/qemu/qemu/commit/eee90c83639543fc19a9662016c1ccc06fb50bdf) add GPU memory information as object - [`9584321`](https://github.com/qemu/qemu/commit/9584321d4a40552e61a029dcc7c16ebdeb2ffb70) patch guest SRAT for GPU memory - [`4710fb9`](https://github.com/qemu/qemu/commit/4710fb966bc9f7486781c22c073cd54799babba0) patch guest DSDT for GPU memory ### 📊 Changes **6 files changed** (+214 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `hw/arm/virt-acpi-build.c` (+54 -0) 📝 `hw/pci-host/gpex-acpi.c` (+71 -0) 📝 `hw/vfio/pci-quirks.c` (+13 -0) 📝 `hw/vfio/pci.c` (+72 -0) 📝 `hw/vfio/pci.h` (+1 -0) 📝 `include/hw/pci/pci_device.h` (+3 -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:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#283