summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2014-02-04 15:12:23 -0500
committerCole Robinson <crobinso@redhat.com>2014-02-04 15:27:56 -0500
commit8618a3abd7ea11fbff2f07aa9b71716982777741 (patch)
tree9b8aff15d10006badc891f653adecc46249b1a15 /data
parent2cf19012862545052104763a6b5f66e7ad48a08a (diff)
downloadvirt-manager-8618a3abd7ea11fbff2f07aa9b71716982777741.tar.gz
prefs: Add 'Add SPICE USB redirection' option, enable it
For qemu guests that are using spice, add 4 redirdevs so USB redirection happens for free. This can be disabled in the preferences dialog.
Diffstat (limited to 'data')
-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 9a10b205..db4ba4b5 100644
--- a/data/org.virt-manager.virt-manager.gschema.xml
+++ b/data/org.virt-manager.virt-manager.gschema.xml
@@ -214,6 +214,12 @@
<description>Install selected graphics type for new VM. vnc or spice, system for software configured default</description>
</key>
+ <key name="add-spice-usbredir" type="s">
+ <default>'system'</default>
+ <summary>Add spice usbredir HW for new VMs</summary>
+ <description>Add spice usbredir HW for new VMs. yes, no, or system for software configured default</description>
+ </key>
+
<key name="storage-format" type="s">
<default>'default'</default>
<summary>Use selected format for new VM storage</summary>