Re: Extra parameters to KVM instances

2020-01-24 Thread Ivan Kudryavtsev
Sakari, looks like you are looking for this one: https://github.com/apache/cloudstack/pull/3510 Also, Im working on implementation, which handles it another way: https://github.com/apache/cloudstack/issues/3823 пт, 24 янв. 2020 г., 17:45 Sakari Poussa : > Hi, > > Is there a way to pass extra

Extra parameters to KVM instances

2020-01-24 Thread Sakari Poussa
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 Is this possible somehow?