mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #54] [CLOSED] Add KVM hardware virtualization support #187
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#187
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/54
Author: @snoord
Created: 10/7/2019
Status: ❌ Closed
Base:
master← Head:f-qemu-add-kvm-hardware-virt-option📝 Commits (10+)
95191c3Add KVM hardware virtualization support652f65bFix getting pool from the APIc664655Fix pool modification6f07917Throw an error if the wanted pool doesn't exist75a2e0fMerge pull request #55 from V-Paranoiaque/fix/pool-update186ecccAdd upload functionality832862cgofmtb0c2796Merge pull request #56 from carlpett/uploadcf52c5dAdd NextId and VMIdExists functiondd1ec59Merge pull request #58 from solidnerd/add-nextid📊 Changes
6 files changed (+489 additions, -72 deletions)
View changed files
📝
README.md(+1 -0)📝
main.go(+37 -2)📝
proxmox/client.go(+225 -6)📝
proxmox/config_lxc.go(+55 -55)📝
proxmox/config_qemu.go(+159 -7)📝
proxmox/session.go(+12 -2)📄 Description
This PR adds the ability to toggle KVM hardware virtualization on or off via the
kvmboolean. Open to criticism/feedback as I haven't had much experience with golang so I am looking to improve.Successfully tested with the following:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.