[libvirt] [PATCH 0/2] Yet another namespace fix, kinda

Martin Kletzander mkletzan at redhat.com
Fri Aug 18 15:36:02 UTC 2017


Fixing easy problem (patch 1) lead me to finding out that there is yet
another problem that needs fixing (patch 2).  For more information
read the code.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1443434


Martin Kletzander (2):
  qemu: Don't mangle the storage format for type='dir'
  qemu: Also treat directories properly when using namespaces

 src/qemu/qemu_domain.c                             | 38 +++++++++++++++++++---
 src/storage/storage_source.c                       |  5 +++
 .../qemuxml2argv-floppy-drive-noformat.args        | 24 ++++++++++++++
 .../qemuxml2argv-floppy-drive-noformat.xml         | 31 ++++++++++++++++++
 tests/qemuxml2argvtest.c                           |  2 ++
 5 files changed, 95 insertions(+), 5 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-floppy-drive-noformat.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-floppy-drive-noformat.xml

--
2.14.1




More information about the libvir-list mailing list