Advertisement
Guest User

Untitled

a guest
Apr 7th, 2023
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Error starting domain: internal error: qemu unexpectedly closed the monitor: 2023-04-07T22:43:23.828685Z qemu-system-x86_64: -device {"driver":"vfio-pci","host":"0000:18:00.0","id":"hostdev0","bus":"pci.6","addr":"0x0"}: vfio 0000:18:00.0: group 4 is not viable
  2. Please ensure all devices within the iommu_group are bound to their vfio bus driver.
  3.  
  4. Traceback (most recent call last):
  5. File "/usr/share/virt-manager/virtManager/asyncjob.py", line 72, in cb_wrapper
  6. callback(asyncjob, *args, **kwargs)
  7. File "/usr/share/virt-manager/virtManager/asyncjob.py", line 108, in tmpcb
  8. callback(*args, **kwargs)
  9. File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
  10. ret = fn(self, *args, **kwargs)
  11. File "/usr/share/virt-manager/virtManager/object/domain.py", line 1402, in startup
  12. self._backend.create()
  13. File "/usr/lib/python3.10/site-packages/libvirt.py", line 1373, in create
  14. raise libvirtError('virDomainCreate() failed')
  15. libvirt.libvirtError: internal error: qemu unexpectedly closed the monitor: 2023-04-07T22:43:23.828685Z qemu-system-x86_64: -device {"driver":"vfio-pci","host":"0000:18:00.0","id":"hostdev0","bus":"pci.6","addr":"0x0"}: vfio 0000:18:00.0: group 4 is not viable
  16. Please ensure all devices within the iommu_group are bound to their vfio bus driver.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement