From 3959788711fa5d20ae9be4b34846f1be0d8a024d Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 23 Jan 2024 10:33:58 +0100 Subject: [PATCH] launchers/windows10 : suppression `-monitor` --- qemu/launchers/windows10 | 1 - 1 file changed, 1 deletion(-) diff --git a/qemu/launchers/windows10 b/qemu/launchers/windows10 index ed02a52..7771830 100755 --- a/qemu/launchers/windows10 +++ b/qemu/launchers/windows10 @@ -6,7 +6,6 @@ export QEMUSH_NAME # Launch the virtual machine exec kvm-spice \ - -monitor "unix:$(sockpath),server,nowait" \ -drive file="$(diskpath)",if=virtio \ -net user,hostname="${QEMUSH_NAME}" \ -usbdevice tablet \