Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libvirt.libvirtError: unsupported configuration: host doesn't support passthrough of host PCI devices #19

Open
hexlocation opened this issue Jul 2, 2022 · 2 comments

Comments

@hexlocation
Copy link

Error starting domain: unsupported configuration: host doesn't support passthrough of host PCI devices

Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 72, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 108, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
ret = fn(self, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/object/domain.py", line 1384, in startup
self._backend.create()
File "/usr/lib/python3.10/site-packages/libvirt.py", line 1352, in create
raise libvirtError('virDomainCreate() failed')
libvirt.libvirtError: unsupported configuration: host doesn't support passthrough of host PCI devices

while trying to start my VM.

@hexlocation
Copy link
Author

21:44 sam@archpc /home/sam
% cat logs
error: internal error: qemu unexpectedly closed the monitor: 2022-07-02T19:41:18.784519Z qemu-system-x86_64: -device {"driver":"vfio-pci","host":"0000:09:00.0","id":"hostdev0","bus":"pci.1","addr":"0x0","romfile":"/usr/share/vgabios/gpu.rom"}: vfio 0000:09:00.0: group 2 is not viable
Please ensure all devices within the iommu_group are bound to their vfio bus driver.
21:44 sam@archpc /home/sam
%

@hexlocation
Copy link
Author

Got it fixed... sort of...

When going into my pc over ssh and doing sudo virsh start win10

It says Domain Started Win10 but my monitor just goes into standby. Help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant