summaryrefslogtreecommitdiff
path: root/data/org.virt-manager.virt-manager.gschema.xml
diff options
context:
space:
mode:
authorCharles Arnold <carnold@suse.com>2022-01-25 19:48:19 -0500
committerCole Robinson <crobinso@redhat.com>2022-01-31 13:55:00 -0500
commit0a1dd8b82202651b9f61ebc27d7a87db2212b602 (patch)
treea5728aa5c03e0d2df09c6f085cf22ec9599794c5 /data/org.virt-manager.virt-manager.gschema.xml
parentf4aea0dca034fc3eab12af358227de28477362db (diff)
downloadvirt-manager-0a1dd8b82202651b9f61ebc27d7a87db2212b602.tar.gz
virt-manager: Add firmware preferences for creating a new VM
Possible values are BIOS (default) and UEFI. The firmware used is determined by libvirt unless a specific firmware is selected from the Customize dialog. See https://bugzilla.redhat.com/show_bug.cgi?id=1997882
Diffstat (limited to 'data/org.virt-manager.virt-manager.gschema.xml')
-rw-r--r--data/org.virt-manager.virt-manager.gschema.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/org.virt-manager.virt-manager.gschema.xml b/data/org.virt-manager.virt-manager.gschema.xml
index dadbb5b7..07908bdf 100644
--- a/data/org.virt-manager.virt-manager.gschema.xml
+++ b/data/org.virt-manager.virt-manager.gschema.xml
@@ -265,6 +265,12 @@
<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>
+ <key name="firmware" type="s">
+ <default>'default'</default>
+ <summary>Use selected firmware for new VM booting</summary>
+ <description>Firmware used for new VMs. Possible values are BIOS (default) and UEFI. The firmware used is determined by libvirt unless a specific firmware is selected from the Customize dialog.</description>
+ </key>
+
</schema>
<schema id="org.virt-manager.virt-manager.paths"