[PR #263] [MERGED] feat: support VM VirtIO-based Random Number Generator configuration #353

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

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/263
Author: @mabeett
Created: 5/21/2023
Status: Merged
Merged: 5/24/2023
Merged by: @mleone87

Base: masterHead: add_rng_device


📝 Commits (1)

  • 4f314bf feat: support VM VirtIO-based Random Number Generator configuration

📊 Changes

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

View changed files

📝 README.md (+5 -0)
📝 proxmox/config_qemu.go (+31 -0)

📄 Description

Adds support for VirtIO-based Random Number Generator in Virtual machines

config:

  "rng0": {
    "source": "/dev/urandom",
    "max_bytes": "1024",
    "period": "1000"
  }

🔄 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/263 **Author:** [@mabeett](https://github.com/mabeett) **Created:** 5/21/2023 **Status:** ✅ Merged **Merged:** 5/24/2023 **Merged by:** [@mleone87](https://github.com/mleone87) **Base:** `master` ← **Head:** `add_rng_device` --- ### 📝 Commits (1) - [`4f314bf`](https://github.com/Telmate/proxmox-api-go/commit/4f314bf82c92c6a14a6cd34a037a29256611c394) feat: support VM VirtIO-based Random Number Generator configuration ### 📊 Changes **2 files changed** (+36 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -0) 📝 `proxmox/config_qemu.go` (+31 -0) </details> ### 📄 Description Adds support for VirtIO-based Random Number Generator in Virtual machines config: ```json "rng0": { "source": "/dev/urandom", "max_bytes": "1024", "period": "1000" } ``` --- <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:52 +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#353
No description provided.