I've seen in the new kvm-83 sources a new command line option:
-pcidevice host=.....
and a set of limitations:
Is this included into the new version of PVE?
And, is it possible to have, in each kvm machine an input box that permits to add additional parameters to the kvm guest startup?
I think that having a cmd-line option like:
Add extra args:
can be a good solution for the temerary peoples....
withouth having to touch (modify) the QemuServer.pm
Diaolin
-pcidevice host=.....
and a set of limitations:
- The host driver for the device, if any, needs to be removed first or assignment will fail.
- Currently, you cannot assign a device that shares irq with another host device
- The raw_io capability is needed for this to work
- This works only with the in-kernel irqchip method. In order to use the userspace irqchip, a kernel module (irqhook) and some extra changes are needed.
Is this included into the new version of PVE?
And, is it possible to have, in each kvm machine an input box that permits to add additional parameters to the kvm guest startup?
I think that having a cmd-line option like:
Add extra args:
can be a good solution for the temerary peoples....
withouth having to touch (modify) the QemuServer.pm
Diaolin