On 18.07.2025 13:52, Mykyta Poturai wrote:
> On 16.07.25 11:36, Jan Beulich wrote:
>> On 16.07.2025 09:43, Mykyta Poturai wrote:
>>> Without pci-passthrough=on Xen does not know anything about present PCI
>>> devices due to PHYSDEVOP_pci_device_add not executing.
>>
>> While the latter half of the
On 16.07.25 11:36, Jan Beulich wrote:
> On 16.07.2025 09:43, Mykyta Poturai wrote:
>> Without pci-passthrough=on Xen does not know anything about present PCI
>> devices due to PHYSDEVOP_pci_device_add not executing.
>
> While the latter half of the sentence is true, Xen may know of PCI devices
> b
On 16.07.2025 09:43, Mykyta Poturai wrote:
> Without pci-passthrough=on Xen does not know anything about present PCI
> devices due to PHYSDEVOP_pci_device_add not executing.
While the latter half of the sentence is true, Xen may know of PCI devices
be other means. It scans the bus itself after all
Without pci-passthrough=on Xen does not know anything about present PCI
devices due to PHYSDEVOP_pci_device_add not executing. This causes
PHYSDEVOP_pci_device_reset to fail when trying to find the device that
is being reset and return ENODEV.
Add explicit is_pci_passthrough_enabled check to retur