diff --git a/qemu/launchers/windows10 b/qemu/launchers/windows10 index 0919149..eddc008 100755 --- a/qemu/launchers/windows10 +++ b/qemu/launchers/windows10 @@ -7,7 +7,7 @@ export QEMUSH_BASE=kvm } # Launch the virtual machine -exec spice \ +set -- spice \ -drive file="$(pathof disk)",if=virtio \ -net nic -net user,hostname="${QEMUSH_NAME}" \ -usbdevice tablet \ @@ -15,3 +15,4 @@ exec spice \ -device intel-hda -device hda-duplex,audiodev=snd0 \ "$@" set -x +exec "$@"