search for: passtrhrough

Displaying 2 results from an estimated 2 matches for "passtrhrough".

Did you mean: passthrough
2020 Oct 28
2
proper config for qemu's host_cdrom
Greetings, I was wondering what is the proper way to configure a scsi cdrom pass-through so in when the qemu line is generated, host_Cdrom will be used instead of host_device. looking at https://gitlab.com/libvirt/libvirt/-/blob/master/src/qemu/qemu_block.c#L1090, I see that hostcdrom must be true. in order for that to be true, the following must be (see
2020 Nov 02
0
Re: proper config for qemu's host_cdrom
...ote that all of the above is not "SCSI passthrough" but rather device emulation backed with a real cdrom. This is fine if you want to use the cdrom for block operations (reading) CDs. In that case qemu must use "host_cdrom" to provide functionality such as eject. For true SCSI passtrhrough, when all commands are passed to the host device (good also for other operations, e.g. writing CDs) For such operation the XML using <hostdev> ... > the other 3 are more complicated. my xml snippet is this: > <devices> > <hostdev mode='subsystem' type='scsi...