Re: [PATCH v1 19/34] qemuDomainBuildNamespace: Populate memory from daemon's namespace

2020-07-24 Thread Ján Tomko
On a Wednesday in 2020, Michal Privoznik wrote: As mentioned in one of previous commits, populating domain's namespace from pre-exec() hook is dangerous. This commit moves population of the namespace with domain memory (nvdimms) into daemon's namespace. Signed-off-by: Michal Privoznik ---

[PATCH v1 19/34] qemuDomainBuildNamespace: Populate memory from daemon's namespace

2020-07-22 Thread Michal Privoznik
As mentioned in one of previous commits, populating domain's namespace from pre-exec() hook is dangerous. This commit moves population of the namespace with domain memory (nvdimms) into daemon's namespace. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain_namespace.c | 22