From c83b0ff7fc7d3a67d5b4cdd3eea93fe216cb221e Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 28 Sep 2021 15:49:46 +0100 Subject: [PATCH] Only expose org.spice-space.webdav.0 on Linux and Windows Not supported on macOS --- quickemu | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/quickemu b/quickemu index d5fe361..e98dc08 100755 --- a/quickemu +++ b/quickemu @@ -481,8 +481,6 @@ function vm_boot() { -chardev spicevmc,id=vdagent0,name=vdagent -device virtserialport,chardev=vdagent0,name=com.redhat.spice.0 -monitor none - -chardev spiceport,id=webdav0,name=org.spice-space.webdav.0 - -device virtserialport,chardev=webdav0,name=org.spice-space.webdav.0 -serial mon:stdio) # Add the disks @@ -542,7 +540,10 @@ function vm_boot() { -device usb-redir,chardev=usbredirchardev3,id=usbredirdev3 -device usb-ccid -chardev spicevmc,id=ccid,name=smartcard - -device ccid-card-passthru,chardev=ccid) + -device ccid-card-passthru,chardev=ccid + -device virtio-serial-pci + -chardev spiceport,id=webdav0,name=org.spice-space.webdav.0 + -device virtserialport,chardev=webdav0,name=org.spice-space.webdav.0 -device virtio-rng-pci,rng=rng0 -object rng-random,id=rng0,filename=/dev/urandom) fi