Re: [libvirt] [PATCH v4 4/6] conf: util: Add API to find net def given its domain's hostdev

2018-07-17 Thread John Ferlan
$SUBJ: "conf: Introduce virDomainNetFindByHostdev" Is fine. then the commit message can be more descriptive. On 06/28/2018 09:22 AM, Jai Singh Rana wrote: > Introduce API virDomainNetFindByHostdev which retrieves net def in > given domain for the given hostdev def. This API will now be used

[libvirt] [PATCH v4 4/6] conf: util: Add API to find net def given its domain's hostdev

2018-06-28 Thread Jai Singh Rana
Introduce API virDomainNetFindByHostdev which retrieves net def in given domain for the given hostdev def. This API will now be used by virDomainNetFind to further probe net for hostdev network devices. Signed-off-by: Jai Singh Rana --- src/conf/domain_conf.c | 43