From 29daff1296e771d867fce2db785b06c1aef5a862 Mon Sep 17 00:00:00 2001 From: Dmitry Fedorov Date: Wed, 27 Jan 2021 17:46:01 +0300 Subject: [PATCH] winusb: fix naming --- templates/libvirt/xen.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/libvirt/xen.xml b/templates/libvirt/xen.xml index 8ad672663..02f235523 100644 --- a/templates/libvirt/xen.xml +++ b/templates/libvirt/xen.xml @@ -188,7 +188,7 @@ memory="{{ vm.stubdom_mem * 1024 -}}" {% endif %} {% if vm.features.check_with_template('audio-model', False) - or vm.features.check_with_template('stubdom_qrexec', False) %} + or vm.features.check_with_template('stubdom-qrexec', False) %} kernel="/usr/libexec/xen/boot/qemu-stubdom-linux-full-kernel" ramdisk="/usr/libexec/xen/boot/qemu-stubdom-linux-full-rootfs" {% endif %}