Hi, Following the manual, I use this command to boot a centos guest and access a ashared folder between host and guest
qemu-system-x86_64 -m 2000 -hda cent7.img -boot c -usbdevice tablet -enable-kvm -device e1000,netdev=host_files -netdev user,net=10.0.2.0/24,id=host_files -virtfs fsdriver,id=shared,path=/home/mahmood/Downloads,mount_tag=Downloads However, I get this error t_tag=Downloads: Parameter 'driver' expects device type What should I do? Regards, Mahmood