Loading block/qcow2.c +3 −3 Original line number Diff line number Diff line Loading @@ -2123,8 +2123,8 @@ static int qcow2_inactivate(BlockDriverState *bs) qcow2_store_persistent_dirty_bitmaps(bs, &local_err); if (local_err != NULL) { result = -EINVAL; error_report_err(local_err); error_report("Persistent bitmaps are lost for node '%s'", error_reportf_err(local_err, "Lost persistent bitmaps during " "inactivation of node '%s': ", bdrv_get_device_or_node_name(bs)); } Loading Loading
block/qcow2.c +3 −3 Original line number Diff line number Diff line Loading @@ -2123,8 +2123,8 @@ static int qcow2_inactivate(BlockDriverState *bs) qcow2_store_persistent_dirty_bitmaps(bs, &local_err); if (local_err != NULL) { result = -EINVAL; error_report_err(local_err); error_report("Persistent bitmaps are lost for node '%s'", error_reportf_err(local_err, "Lost persistent bitmaps during " "inactivation of node '%s': ", bdrv_get_device_or_node_name(bs)); } Loading