]> Git Repo - qemu.git/blobdiff - blockdev.c
tests/docker: Remove the remainders of debian9 containers from the Makefile
[qemu.git] / blockdev.c
index 412354b4b6ac56b9d5696ac17795293e0f0ecab2..2431448c5d41ed6e50a083adaa3767666e11fb82 100644 (file)
@@ -1827,6 +1827,7 @@ static void drive_backup_prepare(BlkActionState *common, Error **errp)
     if (set_backing_hd) {
         bdrv_set_backing_hd(target_bs, source, &local_err);
         if (local_err) {
+            error_propagate(errp, local_err);
             goto unref;
         }
     }
This page took 0.022735 seconds and 4 git commands to generate.