mbox series

[v2,0/2] qemu: virtiofs: support <sandbox mode='chroot'/>

Message ID cover.1616778890.git.crobinso@redhat.com
Headers show
Series qemu: virtiofs: support <sandbox mode='chroot'/> | expand

Message

Cole Robinson March 26, 2021, 5:15 p.m. UTC
Add support for virtiofsd -o sandbox=chroot|namespace

v2:
  Add link to virtiofsd docs in libvirt docs
  validate the new field for qemu
  break up the patch

Cole Robinson (2):
  conf: Introduce <sandbox mode='chroot'/> for <filesystem><binary>
  qemu: virtiofs: support <sandbox mode='chroot'/>

 docs/formatdomain.rst                         |  6 +++++
 docs/schemas/domaincommon.rng                 | 12 ++++++++++
 src/conf/domain_conf.c                        | 23 +++++++++++++++++++
 src/conf/domain_conf.h                        | 10 ++++++++
 src/libvirt_private.syms                      |  1 +
 src/qemu/qemu_validate.c                      |  7 ++++++
 src/qemu/qemu_virtiofs.c                      |  2 ++
 .../vhost-user-fs-fd-memory.xml               |  1 +
 8 files changed, 62 insertions(+)

-- 
2.30.2

Comments

Michal Prívozník April 15, 2021, 9:10 a.m. UTC | #1
On 3/26/21 6:15 PM, Cole Robinson wrote:
> Add support for virtiofsd -o sandbox=chroot|namespace

> 

> v2:

>    Add link to virtiofsd docs in libvirt docs

>    validate the new field for qemu

>    break up the patch

> 

> Cole Robinson (2):

>    conf: Introduce <sandbox mode='chroot'/> for <filesystem><binary>

>    qemu: virtiofs: support <sandbox mode='chroot'/>

> 

>   docs/formatdomain.rst                         |  6 +++++

>   docs/schemas/domaincommon.rng                 | 12 ++++++++++

>   src/conf/domain_conf.c                        | 23 +++++++++++++++++++

>   src/conf/domain_conf.h                        | 10 ++++++++

>   src/libvirt_private.syms                      |  1 +

>   src/qemu/qemu_validate.c                      |  7 ++++++

>   src/qemu/qemu_virtiofs.c                      |  2 ++

>   .../vhost-user-fs-fd-memory.xml               |  1 +

>   8 files changed, 62 insertions(+)

> 


Reviewed-by: Michal Privoznik <mprivozn@redhat.com>


Michal