search for: hostdev3

Displaying 6 results from an estimated 6 matches for "hostdev3".

Did you mean: hostdev
2020 Feb 03
0
Re: USB devices with same vendor:product id
...bsystem' type='usb' managed='yes'> > <source> > <vendor id='0x04b9'/> > <product id='0x0300'/> > <address bus='1' device='6'/> > </source> > <alias name='hostdev3'/> > <address type='usb' bus='0' port='1.1'/> > </hostdev> >------- > >Any idea on how to handle this case ? > >We were thinking about using udev, but it seems that libvirt only supports vendor/id (not unique in our case) and b...
2020 Feb 03
4
USB devices with same vendor:product id
...<hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x04b9'/> <product id='0x0300'/> <address bus='1' device='6'/> </source> <alias name='hostdev3'/> <address type='usb' bus='0' port='1.1'/> </hostdev> ------- Any idea on how to handle this case ? We were thinking about using udev, but it seems that libvirt only supports vendor/id (not unique in our case) and bus/device (not predictable)...
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'
2017 Apr 24
0
Issues with exposing USB serial dongle to guest VM
...sb.0,port=1 -chardev spicevmc,id=charredir1,name=usbredir -device usb-redir,chardev=charredir1,id=redir1,bus=usb.0,port=2 -device usb-host,hostbus=3,hostaddr=13,id=hostdev1,bus=usb.0,port=3 -device usb-host,hostbus=3,hostaddr=12,id=hostdev2,bus=usb.0,port=4 -device usb-host,hostbus=3,hostaddr=15,id=hostdev3,bus=usb1.0,port=1 -device vfio-pci,host=07:10.0,id=hostdev0,bus=pci.0,addr=0x3 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x8 -msg timestamp=on [philipp at kvm1 ~]$ sudo lsof -p 13468 -n -P COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME qemu-kvm 13468...
2020 Oct 15
2
Re: scsi passthrough differs between guests
...e scsi-generic,bus=scsi0.0,channel=0,scsi-id=0,lun=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
2016 Dec 21
1
Re: Audio in Windows 10 VM is distorted. Using ALSA.
Hi, I found the main reason for sound distortions on my system is guest timer configuration. The working one is: <clock offset="localtime"> <timer name="hypervclock" present="yes"/> <timer name="hpet" present="no"/> <timer name="rtc" present="yes" track="guest"