[PR #277] [MERGED] Add efidisk support to qemu config #363

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

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/277
Author: @riverar
Created: 11/3/2023
Status: Merged
Merged: 12/6/2023
Merged by: @mleone87

Base: masterHead: rafael/efidisk


📝 Commits (1)

  • 6f3ba46 Add efidisk support to qemu config

📊 Changes

2 files changed (+39 additions, -0 deletions)

View changed files

📝 proxmox/config_qemu.go (+28 -0)
📝 proxmox/config_qemu_test.go (+11 -0)

📄 Description

Fixes: #253

Parses efidisk0 if returned from a qemu config request.
https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/config

(Thanks to @ManassehZhou for the first attempt in https://github.com/Telmate/proxmox-api-go/pull/259)


🔄 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/277 **Author:** [@riverar](https://github.com/riverar) **Created:** 11/3/2023 **Status:** ✅ Merged **Merged:** 12/6/2023 **Merged by:** [@mleone87](https://github.com/mleone87) **Base:** `master` ← **Head:** `rafael/efidisk` --- ### 📝 Commits (1) - [`6f3ba46`](https://github.com/Telmate/proxmox-api-go/commit/6f3ba462fa9cb437321197f2ecd9ab524ef863a4) Add efidisk support to qemu config ### 📊 Changes **2 files changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config_qemu.go` (+28 -0) 📝 `proxmox/config_qemu_test.go` (+11 -0) </details> ### 📄 Description Fixes: #253 Parses `efidisk0` if returned from a qemu config request. https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/config (Thanks to @ManassehZhou for the first attempt in https://github.com/Telmate/proxmox-api-go/pull/259) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:54 +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#363
No description provided.