search for: 11t05

Displaying 4 results from an estimated 4 matches for "11t05".

Did you mean: 1105
2016 Jan 11
0
"INTx fd" busy error on VM startup at boot, subsequent startup okay
...it afterwards works fine. This is on a Ubuntu Wily i7-4790 box running Linux 4.2 and libvirt 1.2.16. There is a legacy (5V) PCI card being passed through to the VM, the error seems to relate to that. The error that always appears at boot in `/var/log/libvirt/qemu/test-vm.log` is: > 2016-01-11T05:29:28.487935Z qemu-system-x86_64: -device > vfio-pci,host=05:00.0,id=hostdev0,bus=pci.0,addr=0x4: vfio: Error: > Failed to setup INTx fd: Device or resource busy > 2016-01-11T05:29:28.488148Z qemu-system-x86_64: -device > vfio-pci,host=05:00.0,id=hostdev0,bus=pci.0,addr=0x4: Device...
2016 Mar 29
0
Re: "INTx fd" busy error on VM startup at boot, subsequent startup okay
...arting it afterwards works fine. This is on a Ubuntu Wily i7-4790 box running Linux 4.2 and libvirt 1.2.16. There is a legacy (5V) PCI card being passed through to the VM, the error seems to relate to that. The error that always appears at boot in `/var/log/libvirt/qemu/test-vm.log` is: 2016-01-11T05:29:28.487935Z qemu-system-x86_64: -device vfio-pci,host=05:00.0,id=hostdev0,bus=pci.0,addr=0x4: vfio: Error: Failed to setup INTx fd: Device or resource busy 2016-01-11T05:29:28.488148Z qemu-system-x86_64: -device vfio-pci,host=05:00.0,id=hostdev0,bus=pci.0,addr=0x4: Device initialization failed 20...
2020 Feb 11
2
Cannot turn iommu on inside guest
...<driver intremap='on'/> </iommu> </devices> or just a simpler <devices> <iommu model='intel /'> </devices> However, when I try to boot it, it crashes with the following error message (stolen from /var/log/libvirt/qemu/testkvm.log): 2020-02-11T05:13:27.278707Z qemu-system-x86_64: We need to set caching-mode=on for intel-iommu to enable device assignment with IOMMU protection. 2020-02-11 05:13:27.577+0000: shutting down, reason=crashed that sounds like it wants me to do something like qemu-system-x86_64 [...] -device intel-iommu,intremap=o...
2020 Feb 11
0
Re: Cannot turn iommu on inside guest
...</devices> > > or just a simpler > > <devices> > <iommu model='intel /'> > </devices> > > However, when I try to boot it, it crashes with the following error > message (stolen from /var/log/libvirt/qemu/testkvm.log): > > 2020-02-11T05:13:27.278707Z qemu-system-x86_64: We need to set > caching-mode=on for intel-iommu to enable device assignment with IOMMU > protection. > 2020-02-11 05:13:27.577+0000: shutting down, reason=crashed > > that sounds like it wants me to do something like > > qemu-system-x86_64 [...