$qemu-img create -f qcow2 void-1.img 50G$qemu-img create -f qcow2 void-2.img 50G Then run QEMU and make it possible to log in using SSH from a regular terminal by enabling sshd and redirecting to port 5555: $qemu-system-x86_64 -enable-kvm -machine q35 -device intel...