[libvirt] [PATCH 0/8] Yet another round of qemu namespace fixes

Michal Privoznik mprivozn at redhat.com
Thu Jun 22 16:18:27 UTC 2017


I've encountered couple of problems while playing with the namespaces. For the
first issue (2/8) I've got a confirmation from openstack guys that it fixes
their issue.

Michal Privoznik (8):
  conf: Rename and expose virDomainChrSourceDefPath
  qemuDomainBuildNamespace: Handle special file mount points
  qemu: Move preserved mount points path generation into a separate
    function
  qemuDomainCreateDeviceRecursive: Fail on unsupported file type
  qemuDomainAttachDeviceMknodHelper: Fail on unsupported file type
  qemuDomainCreateDeviceRecursive: Support file mount points
  qemuDomainAttachDeviceMknodRecursive: Support file mount points
  qemu ns: Create chardev backends more frequently

 src/conf/domain_audit.c  |  44 ++---------
 src/conf/domain_conf.c   |  33 +++++++++
 src/conf/domain_conf.h   |   2 +
 src/libvirt_private.syms |   1 +
 src/qemu/qemu_domain.c   | 186 ++++++++++++++++++++++++++++++++++-------------
 5 files changed, 178 insertions(+), 88 deletions(-)

-- 
2.13.0




More information about the libvir-list mailing list