mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[PR #584] [MERGED] Properly parse the capabilities XML to confirm KVM support #686
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/retspen/webvirtmgr/pull/584
Author: @mattface
Created: 11/2/2015
Status: ✅ Merged
Merged: 11/27/2015
Merged by: @retspen
Base:
master← Head:master📝 Commits (2)
202b73bProperly parse the capabilities XML to confirm KVM supportdf3c5c1Fixup an un-needed import📊 Changes
1 file changed (+2 additions, -3 deletions)
View changed files
📝
vrtManager/util.py(+2 -3)📄 Description
I was using webvirtmgr on an old piece of hardware that didnt have KVM support, but the word "kvm" appeared in the capabilities XML so I was unable to create a new instance as this function was determining I had KVM available.
I've used one of the helper methods in utils to parse the XML for the domain/type section instead. This works on my non-KVM box and my newer KVM-capable machine, though it could do with wider testing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.