[libvirt] [sandbox PATCH 0/4] Getting qemu sandboxes run as root + host-image format

Cédric Bosdonnat cbosdonnat at suse.com
Mon Jun 15 13:43:42 UTC 2015


Hi all,

Here are a few patches to make sandboxes run with qemu:///system connection.
The last one is just a new feature to allow using somethings else than RAW images
in host-image mounts. This feature will later be needed to run docker container
using Eren's work.

Cédric Bosdonnat (4):
  Make sure the sandbox state dir and config can be accessed
  Write /dev/vd* instead of vd* in mounts.cfg
  qemu: mount all host-images as ext4
  Add host-image format parameter

 .../libvirt-sandbox-builder-container.c            |  4 +
 libvirt-sandbox/libvirt-sandbox-builder-machine.c  | 13 +++-
 .../libvirt-sandbox-config-mount-host-image.c      | 91 +++++++++++++++++++++-
 .../libvirt-sandbox-config-mount-host-image.h      |  5 +-
 libvirt-sandbox/libvirt-sandbox-config.c           | 70 +++++++++++++++--
 .../libvirt-sandbox-context-interactive.c          |  4 +-
 libvirt-sandbox/libvirt-sandbox.sym                |  5 ++
 libvirt-sandbox/tests/test-config.c                |  1 +
 8 files changed, 180 insertions(+), 13 deletions(-)

-- 
2.1.4




More information about the libvir-list mailing list