virsh start domain; [--console] [--paused] [--autodestroy]
[--bypass-cache] [--force-boot]

Instala el archivo del repositorio.

wget https://fedorapeople.org/groups/virt/virtio-win/virtio-win.repo \
  -O /etc/yum.repos.d/virtio-win.repo

Instala el paquete virtio-win

sudo dnf install virtio-win -y

–console - will attach the terminal running virsh to the domain’s console device. This is runlevel 3. –paused - if this is supported by the driver, it will start the guest virtual machine in a paused state –autodestroy - the guest virtual machine is automatically destroyed when virsh disconnects –bypass-cache - used if the guest virtual machine is in the managedsave –force-boot - discards any managedsave options and causes a fresh boot to occur

Referencias