Gotcha
Will do
Thanks for the help!
L
Offline
Posts
-
PCI Passthrough back to dom0
I've been trying to do pci passthrough of an AMD 5600xt . I got it to work on a Windows VM (though I did not test its performance), but now I want to assign the pci back to dom0, and I can't seem to find a straight answer on the web.
I tried
# xl pci-assignable-remove -r <uuid>
based on xen documentation but that did not work
Out of frustration I did:
/opt/xensource/libexec/xen-cmdline --set-dom0 "xen-pciback.hide=()"
and when I checked
pci-assignable-list
I got
libxl: error: libxl_pci.c:427:libxl_device_pci_assignable_list: Looks like pciback driver not loaded
Does any one see this being an issue/problem later on?
What would be the proper command to give the pci back to dom0?