Displaying 4 results from an estimated 4 matches for "hostdev4".
Did you mean:
hostdev
2018 Nov 05
2
usb post passthough stopped workng after kernel upgrade
...ssues
I've upgraded to 4.18.6-1~bpo9+1. after the upgrade, my vm doesn't starts anymore, I see this msg:
error: Failed to start domain router
error: internal error: qemu unexpectedly closed the monitor: 2018-11-02T13:43:32.174730Z qemu-system-x86_64: -device usb-host,hostbus=1,hostaddr=4,id=hostdev4,bus=usb.0,port=1: failed to find host usb device 1:4
how can a kernel upgrade cause this? is there a fix for this issue?
Thanks,
Dagg.
2018 Nov 08
0
Re: usb post passthough stopped workng after kernel upgrade
...9;ve upgraded to 4.18.6-1~bpo9+1. after the upgrade, my vm doesn't starts anymore, I see this msg:
> error: Failed to start domain router
> error: internal error: qemu unexpectedly closed the monitor: 2018-11-02T13:43:32.174730Z qemu-system-x86_64: -device usb-host,hostbus=1,hostaddr=4,id=hostdev4,bus=usb.0,port=1: failed to find host usb device 1:4
>
> how can a kernel upgrade cause this? is there a fix for this issue?
>
> Thanks,
>
> Dagg.
>
> _______________________________________________
> libvirt-users mailing list
> libvirt-users@redhat.com
> https...
2020 Oct 14
2
scsi passthrough differs between guests
Greetings,
I have two machines running the same distro, both running qemu 5.1.0, one runs libvirt 6.7.0, the other 6.8.0.
I've decided to test the viability of passing through my sata cdrom into a vm, so I went to the libvirt docs, read a bit and added the following to a debian10 uefi vm running on libvirt 6.8.0:
<controller type='scsi' index='0'
2020 Oct 15
2
Re: scsi passthrough differs between guests
...un=0,drive=libvirt-hostdev0-backend,id=hostdev0 \
-device vfio-pci,host=0000:00:02.0,id=hostdev1,bus=pci.7,addr=0x0,romfile=/home/streamer/gpu-8086:5902-uefi.rom \
-device vfio-pci,host=0000:00:1f.3,id=hostdev2,bus=pci.2,addr=0x2 \
-device usb-host,id=hostdev3,bus=usb.0,port=1 \
-device usb-host,id=hostdev4,bus=usb.0,port=2 \
-device virtio-balloon-pci,id=balloon0,bus=pci.6,addr=0x0 \
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \
-msg timestamp=on
Dagg