search for: testkvm

Displaying 3 results from an estimated 3 matches for "testkvm".

2020 Feb 11
2
Cannot turn iommu on inside guest
...#39;intel'> <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 i...
2020 Feb 11
0
Re: Cannot turn iommu on inside guest
.../> > </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...
2010 Oct 06
1
Error while starting the domain "error: monitor socket did not show up.: Connection refused"
...troy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/libexec/qemu-kvm</emulator> <disk type='file' device='disk'> <source file='/var/lib/libvirt/images/testKVM'/> <target dev='hda' bus='ide'/> <address type='drive' controller='0' bus='0' unit='0'/> </disk> <controller type='ide' index='0'/> <interface type='network'> &...