Re: [libvirt] [PATCHv2 3/7] Introduce qemuDomainNamespaceMknodPaths

2017-12-07 Thread Ján Tomko
On Thu, Dec 07, 2017 at 07:51:40AM -0500, John Ferlan wrote: On 12/01/2017 11:50 AM, Ján Tomko wrote: Separate the logic of creating devices from their gathering. Use this new function in qemuDomainNamespaceSetupHostdev and qemuDomainNamespaceSetupDisk. --- src/qemu/qemu_domain.c | 74 ++

Re: [libvirt] [PATCHv2 3/7] Introduce qemuDomainNamespaceMknodPaths

2017-12-07 Thread John Ferlan
On 12/01/2017 11:50 AM, Ján Tomko wrote: > Separate the logic of creating devices from their gathering. > > Use this new function in qemuDomainNamespaceSetupHostdev and > qemuDomainNamespaceSetupDisk. > --- > src/qemu/qemu_domain.c | 74 > ++ > 1

[libvirt] [PATCHv2 3/7] Introduce qemuDomainNamespaceMknodPaths

2017-12-01 Thread Ján Tomko
Separate the logic of creating devices from their gathering. Use this new function in qemuDomainNamespaceSetupHostdev and qemuDomainNamespaceSetupDisk. --- src/qemu/qemu_domain.c | 74 ++ 1 file changed, 44 insertions(+), 30 deletions(-) diff --git