我使用 Qemu 来拥有一个 Windows 虚拟机(集成到活动目录域)。我想将文件从我的主机 (archlinux) 复制/粘贴到我的客户机 (Windows 10 商业版)。
为此,我使用spice
.因此,我使用以下命令启动 qemu:
qemu-system-x86_64 -enable-kvm
-cpu host
-smp 4
-drive if=pflash,format=raw,file=OVMF.fd
-vga qxl
-device virtio-serial-pci
-spice port=5930,disable-ticketing=on
-device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0
-chardev spicevmc,id=spicechannel0,name=vdagent
-m 16G
Windows.qcow2
(插入换行符以提高可读性)
然后,我用来spicy
连接它。
我spice-guest-tools
在客户 Windows 虚拟机上安装。
复制/粘贴适用于文本,但不适用于文件。我在 Linux 上使用 thunar 作为文件管理器。你知道为什么吗?
我也不想使用 virt-manager。