Hello everyone.
I have a situation in one of my VMs that requires disabling MSI-X in order to use the Virtio network device. I only need to add the flag -set device.eth0.vectors=0 to Args but it must come after the flags that define the network devices (net0 in my case) otherwise I just get the error that net0 doesn't exist. Apparently the Args: parameter goes before everything else in the VM's .conf file.
Is there any way to do this?
I have a situation in one of my VMs that requires disabling MSI-X in order to use the Virtio network device. I only need to add the flag -set device.eth0.vectors=0 to Args but it must come after the flags that define the network devices (net0 in my case) otherwise I just get the error that net0 doesn't exist. Apparently the Args: parameter goes before everything else in the VM's .conf file.
Is there any way to do this?