Re: [libvirt] [PATCH] vmx: do not treat controllers as implicit devices

2017-08-23 Thread John Ferlan
On 08/21/2017 11:41 AM, Ján Tomko wrote: > When parsing the config, we look for the SCSI controllers one by one, > remembering their models, then let virDomainDefAddImplicitDevices > add them if any SCSI disk is using them. > > Since these controllers are not really implicit (they are present >

[libvirt] [PATCH] vmx: do not treat controllers as implicit devices

2017-08-21 Thread Ján Tomko
When parsing the config, we look for the SCSI controllers one by one, remembering their models, then let virDomainDefAddImplicitDevices add them if any SCSI disk is using them. Since these controllers are not really implicit (they are present in the source config), add them explicitly. This patch