Re: [libvirt] [PATCH v4 01/20] qemu: generalize qemuFetchConfigs

2019-09-18 Thread Ján Tomko
On Fri, Sep 13, 2019 at 04:50:38PM +0400, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau The same config files disovery & priority rules are used for vhost-user backends. No functional change, the only difference is that qemuInteropFetchConfigs() takes a "name" argument and

[libvirt] [PATCH v4 01/20] qemu: generalize qemuFetchConfigs

2019-09-13 Thread marcandre . lureau
From: Marc-André Lureau The same config files disovery & priority rules are used for vhost-user backends. No functional change, the only difference is that qemuInteropFetchConfigs() takes a "name" argument and construct paths with it (ex: "firmware"). Signed-off-by: Marc-André Lureau ---