summaryrefslogtreecommitdiff
path: root/data/org.virt-manager.virt-manager.gschema.xml
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-09-20 17:20:10 -0400
committerCole Robinson <crobinso@redhat.com>2020-09-20 18:21:43 -0400
commit295c8a86ddaaad491839aeb35af2a6e06f3be146 (patch)
tree762a55534207dfe091f0a1b8041c7fa352de9c57 /data/org.virt-manager.virt-manager.gschema.xml
parent2f7931da637a98995fe001097490ad288c3a728e (diff)
downloadvirt-manager-295c8a86ddaaad491839aeb35af2a6e06f3be146.tar.gz
details: Add host-passthrough as an explicit CPU UI choice
Historically we have not advertised host-passthrough because it was not recommended for general usage. That stance is softening, tools like gnome-boxes already set it as the default, and users continue to ask about it. We may change the default in virt-manager but it will take more discussion. This is a tiny move in the direction of hiding it less than we already do. Drop the label for host-model and call it by its libvirt XML name, since otherwise it's hard to tell which combo choice is for each value Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'data/org.virt-manager.virt-manager.gschema.xml')
-rw-r--r--data/org.virt-manager.virt-manager.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.virt-manager.virt-manager.gschema.xml b/data/org.virt-manager.virt-manager.gschema.xml
index 81b2ee46..d4ed2973 100644
--- a/data/org.virt-manager.virt-manager.gschema.xml
+++ b/data/org.virt-manager.virt-manager.gschema.xml
@@ -262,7 +262,7 @@
<key name="cpu-default" type="s">
<default>'default'</default>
<summary>CPU setting to use for new VMs</summary>
- <description>CPU setting to use for new VMs. Limited to VMs matching the host architecture. Possible values: default (virt-manager default), hv-default (qemu's default), host-model-only (just the model, not the additional features), host-model (libvirt's host-model setting).</description>
+ <description>CPU setting to use for new VMs. Limited to VMs matching the host architecture. Possible values: default (virt-manager default), hv-default (qemu's default), host-model-only (just the model, not the additional features), host-model (libvirt's host-model setting), host-passthrough (libvirt's host-passthrough setting).</description>
</key>
</schema>