Where is qemu-kvm command?

Hi,

Would like to share files between ClearLinux KVM host and Windows7/10 guest. Was following Example Sharing Host files with the Guest.

However I couldn’t find qemu-kvm command. In which bundle is it available?

Or better still, are there any other ways to share files?

Sometime back drag and drop file from Gnome Files to Windows Desktop used to work and now the virt-manager crashes.

qemu-kvm is a made up script added by some distributions. I would suggest changing instances of qemu-kvm with qemu-system-x86_64 -enable-kvm

Thanks @sunnyflunk for the reply. The command worked. Now checking on sharing contents.