Closed jeremfg closed 2 years ago
Thanks for this report. To me, this looks like an issue in XAPI when it computes the arguments to pass to the usb_reset.py
tool.
Could you report your issue upstream, to the XAPI project?
Here's the link: https://github.com/xapi-project/xen-api/issues
Fix contributed upstream by @jeremfg: https://github.com/xapi-project/xen-api/pull/4492
Well done!
I looked at the fix and it does not look like it could bring more issues than it fixes, so I'm considering backporting it to the next XAPI bugfix update in XCP-ng 8.2.
Updated packages addressing this issue are available for testing on XCP-ng 8.2: https://xcp-ng.org/forum/post/41480
The update with the fix is now released to every XCP-ng 8.2 user: https://xcp-ng.org/blog/2021/12/08/december-2021-xcp-ng-updates/
Thanks @jeremfg for your contribution!
Following up on #108 and here
Environment: Hardware platform: SuperMicro X10SDV-TLN4F XCP-ng version: 8.2
I am trying to pass a USB device and a PCI peripheral to the same VM. Once assignations are properly made and I try to start the VM, the boot fails and XCP-ng Center shows the following error:
It doesn't seem to matter which USB peripheral(s) I try to pass, but as long as there is one while my GPU is also attached, it fails. If I remove the GPU and only pass USB devices, the VM boots successfully and the guest is able to use the USB peripheral.
Passthrough for PCI works, Passthrough for USB works. But doing both at the same time fails, preventing the VM from booting.
Based on the error message, it appears that an argument is missing when calling usb_reset.py under the specific condition that a PCI device is also attached. But I have no idea where this gets called.
My use case? Trying to setup a HTPC virtual machine, passing through a physical GPU connected to a nearby TV, and a USB IR receiver for the TV remote.
P.S. The issue is also mentioned here, albeit for XCP-ng 8.1 in that case.