[libvirt] [sandbox 0/6] Misc patches

Cédric Bosdonnat cbosdonnat at suse.com
Tue Dec 5 09:53:16 UTC 2017


Hi all,

Here are a few patches I found sitting on my local copy. I also added a
few patches to convert to python3.

Cédric Bosdonnat (6):
  Pass debug and verbose values to init
  machine: use squash security mode  for non-root virt-sandbox mounts
  Add tests .log and .trs files to gitignore
  service: fix bad ConfigMountHostImage constructor call
  Convert to python3
  Don't hardcode interpreter path

 .gitignore                                        |  2 +
 bin/virt-sandbox-image                            |  2 +-
 bin/virt-sandbox-service                          | 75 +++++++++++++----------
 bin/virt-sandbox.c                                |  3 +
 examples/demo.py                                  |  2 +-
 examples/shell.py                                 |  2 +-
 examples/virt-sandbox-mkinitrd.py                 |  2 +-
 examples/virt-sandbox.py                          |  2 +-
 libvirt-sandbox/image/cli.py                      | 20 +++---
 libvirt-sandbox/image/sources/base.py             |  1 -
 libvirt-sandbox/image/sources/docker.py           | 42 ++++++-------
 libvirt-sandbox/image/sources/virtbuilder.py      |  1 -
 libvirt-sandbox/image/template.py                 |  8 +--
 libvirt-sandbox/libvirt-sandbox-builder-machine.c |  5 +-
 libvirt-sandbox/libvirt-sandbox-config.c          | 75 +++++++++++++++++++++++
 libvirt-sandbox/libvirt-sandbox-config.h          |  6 ++
 libvirt-sandbox/libvirt-sandbox-init-common.c     |  3 +
 libvirt-sandbox/libvirt-sandbox.sym               |  4 ++
 18 files changed, 179 insertions(+), 76 deletions(-)

-- 
2.15.1




More information about the libvir-list mailing list