[PR #141] [MERGED] Allow configuring guest VM tablet mode #259

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

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/141
Author: @pgporada
Created: 10/18/2021
Status: Merged
Merged: 10/18/2021
Merged by: @ggongaware

Base: masterHead: configure-tablet-mode


📝 Commits (1)

  • 8da3665 Allow configuring guest VM tablet mode

📊 Changes

1 file changed (+22 additions, -14 deletions)

View changed files

📝 proxmox/config_qemu.go (+22 -14)

📄 Description

https://pve.proxmox.com/pve-docs/pve-admin-guide.html

The manual way to do this is:

qm set $VMID --tablet 0

From what I've read on proxmox forum posts, disabling this option will return a non-negligible amount of CPU back to each guest VM.


🔄 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/141 **Author:** [@pgporada](https://github.com/pgporada) **Created:** 10/18/2021 **Status:** ✅ Merged **Merged:** 10/18/2021 **Merged by:** [@ggongaware](https://github.com/ggongaware) **Base:** `master` ← **Head:** `configure-tablet-mode` --- ### 📝 Commits (1) - [`8da3665`](https://github.com/Telmate/proxmox-api-go/commit/8da36659b2c71aa33be72784e8e70414b1f5a0cc) Allow configuring guest VM tablet mode ### 📊 Changes **1 file changed** (+22 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config_qemu.go` (+22 -14) </details> ### 📄 Description https://pve.proxmox.com/pve-docs/pve-admin-guide.html The manual way to do this is: ``` qm set $VMID --tablet 0 ``` From what I've read on proxmox forum posts, disabling this option will return a non-negligible amount of CPU back to each guest VM. --- <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:27 +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#259
No description provided.