Re: [PATCH v1 07/34] qemuDomainNamespaceSetupHostdev: Create paths in one go

2020-07-24 Thread Ján Tomko
On a Wednesday in 2020, Michal Privoznik wrote: While qemuDomainNamespaceMknodPaths() doesn't actually creates s/creates/create/ files in the namespace in one go (it forks for each path), it a few commits time it will. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain_namespace.c |

[PATCH v1 07/34] qemuDomainNamespaceSetupHostdev: Create paths in one go

2020-07-22 Thread Michal Privoznik
While qemuDomainNamespaceMknodPaths() doesn't actually creates files in the namespace in one go (it forks for each path), it a few commits time it will. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain_namespace.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff