[libvirt PATCH 10/17] virstoragefile: move virStorageIsRelative into virfile

Peter Krempa pkrempa at redhat.com
Mon Jan 4 15:48:53 UTC 2021


On Mon, Dec 14, 2020 at 16:55:30 +0100, Pavel Hrdina wrote:
> Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
> ---
>  src/libvirt_private.syms  |  2 +-
>  src/qemu/qemu_block.c     |  2 +-
>  src/qemu/qemu_snapshot.c  |  2 +-
>  src/util/virfile.c        | 13 +++++++++++++
>  src/util/virfile.h        |  2 ++
>  src/util/virstoragefile.c | 15 +--------------
>  src/util/virstoragefile.h |  2 --
>  7 files changed, 19 insertions(+), 19 deletions(-)

NACK based on the same grounds as previous patch. This function is not
checking whether a file is relative, but just the filename. This is
relevant just to backing chain manipulation.




More information about the libvir-list mailing list