Hi, Is there a way to pass extra parameters to KVM VMs when they start? That is, to the qemu.system-x86_64 command.
I am looking a way to expose SRIOV PCI device to the VM and I need to pass extra parameters like this qemu.system-x86_64 -device vfio-pci,host=3f:01.0 <normal-args> Is this possible somehow? -- Thanks, Sakari