[PR #376] [MERGED] feat: Full Qemu PCI support #429

Closed
opened 2026-02-28 00:42:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/376
Author: @Tinyblargon
Created: 11/20/2024
Status: Merged
Merged: 11/21/2024
Merged by: @Tinyblargon

Base: masterHead: #372-pcie


📝 Commits (3)

  • abdff28 feat: Full Qemu PCI support
  • 7f796da Merge branch 'master' into #372-pcie
  • 0694dab fix: prefix added to empty string

📊 Changes

7 files changed (+1631 additions, -63 deletions)

View changed files

📝 proxmox/config_qemu.go (+15 -52)
proxmox/config_qemu_pcie.go (+550 -0)
proxmox/config_qemu_pcie_test.go (+516 -0)
📝 proxmox/config_qemu_test.go (+455 -0)
📝 proxmox/resource_mapping.go (+46 -11)
📝 proxmox/util.go (+10 -0)
📝 proxmox/util_test.go (+39 -0)

📄 Description

Re-implemented how PCI is handled for Qemu.

Closes #372


🔄 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/Telmate/proxmox-api-go/pull/376 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 11/21/2024 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `#372-pcie` --- ### 📝 Commits (3) - [`abdff28`](https://github.com/Telmate/proxmox-api-go/commit/abdff28b2fdaecaadf98f3676f4b7b26b70ca926) feat: Full Qemu PCI support - [`7f796da`](https://github.com/Telmate/proxmox-api-go/commit/7f796da479e0f6f9bb88e93aec3b602c195550b0) Merge branch 'master' into #372-pcie - [`0694dab`](https://github.com/Telmate/proxmox-api-go/commit/0694dab030d80160116c4ae97f2fb0dd53faddc3) fix: prefix added to empty string ### 📊 Changes **7 files changed** (+1631 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config_qemu.go` (+15 -52) ➕ `proxmox/config_qemu_pcie.go` (+550 -0) ➕ `proxmox/config_qemu_pcie_test.go` (+516 -0) 📝 `proxmox/config_qemu_test.go` (+455 -0) 📝 `proxmox/resource_mapping.go` (+46 -11) 📝 `proxmox/util.go` (+10 -0) 📝 `proxmox/util_test.go` (+39 -0) </details> ### 📄 Description Re-implemented how PCI is handled for Qemu. Closes #372 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:42:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#429
No description provided.