[PATCH 0/2] qemu: Two improvements wrt mount namespaces

Michal Privoznik posted 2 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1662387792.git.mprivozn@redhat.com
docs/kbase/qemu-passthrough-security.rst | 22 ++++++++++++++++++++++
src/qemu/qemu_process.c                  | 12 +++++++++++-
2 files changed, 33 insertions(+), 1 deletion(-)
[PATCH 0/2] qemu: Two improvements wrt mount namespaces
Posted by Michal Privoznik 1 year, 8 months ago
While investigating a bug (which I believe is just a misconfiguration;
linked in 2/2) I've found a problem with memfd (patch 1/2).

Michal Prívozník (2):
  qemu_process: Don't require a hugetlbfs mount for memfd
  kbase: Document QEMU private mount NS limitations

 docs/kbase/qemu-passthrough-security.rst | 22 ++++++++++++++++++++++
 src/qemu/qemu_process.c                  | 12 +++++++++++-
 2 files changed, 33 insertions(+), 1 deletion(-)

-- 
2.35.1

Re: [PATCH 0/2] qemu: Two improvements wrt mount namespaces
Posted by Martin Kletzander 1 year, 7 months ago
On Mon, Sep 05, 2022 at 04:32:27PM +0200, Michal Privoznik wrote:
>While investigating a bug (which I believe is just a misconfiguration;
>linked in 2/2) I've found a problem with memfd (patch 1/2).
>
>Michal Prívozník (2):
>  qemu_process: Don't require a hugetlbfs mount for memfd
>  kbase: Document QEMU private mount NS limitations
>

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>

> docs/kbase/qemu-passthrough-security.rst | 22 ++++++++++++++++++++++
> src/qemu/qemu_process.c                  | 12 +++++++++++-
> 2 files changed, 33 insertions(+), 1 deletion(-)
>
>-- 
>2.35.1
>