summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/includes/passthrough-mdev.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/includes/passthrough-mdev.inc')
-rw-r--r--core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/includes/passthrough-mdev.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/includes/passthrough-mdev.inc b/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/includes/passthrough-mdev.inc
index 067cc35d..f2e2942b 100644
--- a/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/includes/passthrough-mdev.inc
+++ b/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/includes/passthrough-mdev.inc
@@ -145,14 +145,11 @@ function passthrough_mdev_setup() {
return 1;
fi
- writelog "Passthrough of mediated devices (mdev) is enabled successfully"
-
# obtain created mediated device for passthrough
local pt_gpu_mdev_id="$(passthrough_mdev_instance_get)"
# check if mediated device ID could be obtained
if [ -z "${pt_gpu_mdev_id}" ]; then
- writelog "Failed to obtain created mediated device UUID"
return 2;
fi