[PATCH 18/31] qemuBlockStorageSourceGetFormatProps: Use new frontend name accessor

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 src/qemu/qemu_block.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_block.c b/src/qemu/qemu_block.c
index 10c2c0104b..0fa5b6e55d 100644
--- a/src/qemu/qemu_block.c
+++ b/src/qemu/qemu_block.c
@@ -1418,7 +1418,7 @@ qemuBlockStorageSourceGetFormatProps(virStorageSource *src,
         src->format >= VIR_STORAGE_FILE_BACKING) {
         if (virStorageSourceIsBacking(backingStore)) {
             backingFormatterStr = "s:backing";
-            backingNodename = backingStore->nodeformat;
+            backingNodename = qemuBlockStorageSourceGetEffectiveNodename(backingStore);
         } else {
             /* chain is terminated, indicate that no detection should happen in qemu */
             backingFormatterStr = "n:backing";
-- 
2.41.0




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux