[PR #440] [MERGED] Feat: Qemu VirtIO RNG #472

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

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/440
Author: @Tinyblargon
Created: 7/18/2025
Status: Merged
Merged: 7/18/2025
Merged by: @Tinyblargon

Base: masterHead: #435


📝 Commits (2)

📊 Changes

4 files changed (+491 additions, -84 deletions)

View changed files

📝 proxmox/config__qemu.go (+82 -84)
proxmox/config__qemu__rng.go (+192 -0)
proxmox/config__qemu__rng_test.go (+78 -0)
📝 proxmox/config__qemu_test.go (+139 -0)

📄 Description

Adds support for VirtIO RNG device.

Resolves #435


🔄 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/440 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 7/18/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `#435` --- ### 📝 Commits (2) - [`727bea4`](https://github.com/Telmate/proxmox-api-go/commit/727bea4d46ebd504f83c2fa95bfae9b6fdb31f60) feat: Qemu VirtIO RNG - [`410a45e`](https://github.com/Telmate/proxmox-api-go/commit/410a45ea43649f0e870733c2aa7903adff277ed3) Add TODO ### 📊 Changes **4 files changed** (+491 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config__qemu.go` (+82 -84) ➕ `proxmox/config__qemu__rng.go` (+192 -0) ➕ `proxmox/config__qemu__rng_test.go` (+78 -0) 📝 `proxmox/config__qemu_test.go` (+139 -0) </details> ### 📄 Description Adds support for VirtIO RNG device. Resolves #435 --- <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:19 +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#472
No description provided.