Ich versuche, mit Passthrough qemu-kvm
unter virsh
Lubuntu 17.10 zu arbeiten
Ich habe Windows 7 (UEFI) installiert und es läuft in Ordnung, aber der Gerätetreiber installiert kein Sprichwort
Unzureichende Ressource (Fehler 12).
also habe ich gpu rom rausgeschmissen und hinzugefügt
<rom bar='on' file='/home/gpu.dump'/>
in <hostdev>
gpu pci.
Ich tat
chmod 777 /home
und
gpu.dump, user = "root" group = "root"
im Voraus
Immer wenn ich rom ... im Virsh-Skript hinzufüge, stoße ich auf eine solche Fehlermeldung
############################################################################### "Error starting domain: internal error: process exited while connecting to monitor: 2017-12-13T09:45:38.629221Z qemu-system-x86_64:
-chardev pty,id=charserial0: char device redirected to /dev/pts/2 (label charserial0) 2017-12-13T09:45:39.146358Z qemu-system-x86_64:
-device vfio-pci,host=03:00.0,id=hostdev0,bus=pci.0,addr=0x7,romfile=/home/gt710.dump: failed to find romfile "/home/gt710.dump"
Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 88, in cb_wrapper
callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/asyncjob.py", line 124, in tmpcb
callback(*args, **kwargs) File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 83, in newfn
ret = fn(self, *args, **kwargs) File "/usr/share/virt-manager/virtManager/domain.py", line 1405, in startup
self._backend.create() File "/usr/lib/python2.7/dist-packages/libvirt.py", line 1062, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self) libvirtError: internal error: process exited while connecting to monitor: 2017-12-13T09:45:38.629221Z qemu-system-x86_64:
-chardev pty,id=charserial0: char device redirected to /dev/pts/2 (label charserial0) 2017-12-13T09:45:39.146358Z qemu-system-x86_64:
-device vfio-pci,host=03:00.0,id=hostdev0,bus=pci.0,addr=0x7,romfile=/home/gt710.dump: failed to find romfile "/home/gt710.dump"
###############################################################################
Was sollte ich jetzt tun? Ich konnte ungefähr 30 Stunden nicht schlafen :-(