Re: [libvirt PATCH] qemu: fix setting of scsi-id for ESP SCSI controllers

2020-11-20 Thread Laine Stump
On 11/20/20 11:08 AM, Daniel P. Berrangé wrote: The ESP SCSI controllers have same requirement as the LSI Logic controller for each disk to be set via the scsi-id=NNN property, not the lun=NNN property. Maybe you could list the 3 controllers that are "ESP controllers" in the commit log

[libvirt PATCH] qemu: fix setting of scsi-id for ESP SCSI controllers

2020-11-20 Thread Daniel P . Berrangé
The ESP SCSI controllers have same requirement as the LSI Logic controller for each disk to be set via the scsi-id=NNN property, not the lun=NNN property. Switching the code to use an enum will force authors to pay attention to this difference when adding future SCSI controllers. Signed-off-by: