On 09/11/14 19:47, Peter Krempa wrote:
To express empty drive we historically use storage source with empty
path. Unfortunately NBD disks may be declared without a path.
Add a helper to wrap this logic.
---
src/libvirt_private.syms | 1 +
src/util/virstoragefile.c | 20 ++++++++++++++++++++
src/util/virstoragefile.h | 1 +
3 files changed, 22 insertions(+)
This patch was now pushed as a part of a different series (with a few
modifications).
Peter