Is it possible to restore to /dev/nvme0n1 a qcow2 drive image on the fly (without saving the .qcow2 drive image)? I read it would be possible passing "dd" command, but I don't know how to deal with it.
wget 'https://www.example.com/image.qcow2' -O image.qcow2
qemu-img convert -p -f qcow2 -O raw image.qcow2 /dev/nvme0n1