[libvirt] [PATCH 0/2] Set lxc container working directory

Cédric Bosdonnat cbosdonnat at suse.com
Tue Jun 6 14:10:48 UTC 2017


Hi all,

Here is a resubmit with:
  * virExec() call orders preserved while still sharing code with
    virCommandExec()
  * Cleanup in the last patch

Cédric Bosdonnat (2):
  util: share code between virExec and virCommandExec
  lxc: allow user to specify command working directory

 docs/formatdomain.html.in            |  5 +++
 docs/schemas/domaincommon.rng        |  5 +++
 src/conf/domain_conf.c               |  5 +++
 src/conf/domain_conf.h               |  1 +
 src/lxc/lxc_container.c              |  2 ++
 src/util/vircommand.c                | 69 +++++++++++++++++++++---------------
 tests/lxcxml2xmldata/lxc-initdir.xml | 30 ++++++++++++++++
 tests/lxcxml2xmltest.c               |  1 +
 8 files changed, 89 insertions(+), 29 deletions(-)
 create mode 100644 tests/lxcxml2xmldata/lxc-initdir.xml

-- 
2.12.2




More information about the libvir-list mailing list