From nobody Sun Nov 24 02:11:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=pass(p=reject dis=none) header.from=lists.libvirt.org ARC-Seal: i=1; a=rsa-sha256; t=1732119165; cv=none; d=zohomail.com; s=zohoarc; b=nxRDTmTXLVAqiCxbig9Orz5YtxxT1pZTN57T2Fy3VcfTAN0f9tzD+G1zZxYRsEwpk0o8isnqNLAClw5VgL7NJv3i0sHjUPDyXYHnqiKKP9qPWaGiy8508p5t827gEZ8OGISgnNVbfhVWuKhNOXqTFWQx0ngqx8n++7ovjzrxWWU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1732119165; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Reply-To:References:Subject:Subject:To:To:Message-Id; bh=arubILl+du+NMuyYGy0w0uuhEBazPPEYDefekzONR2Y=; b=E432AwMvWOi6vJyEGuNBmSDBFBOYbWBM0clqHvEuariJlwYxn/2XSRnjC6fZApcXwro9Tyy5X3G3R9DAGYB3KcAQvpySd2YD7gZ1OJ1ic+dY9L4nWIXlGy8SiARrABuNeUJhgnn0wZ6+4h8BdRa7WgyHavgak71fyokKC/EcBoM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=pass header.from= (p=reject dis=none) Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1732119165657301.28071325667815; Wed, 20 Nov 2024 08:12:45 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 90046149C; Wed, 20 Nov 2024 11:12:44 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 28A6D1565; Wed, 20 Nov 2024 11:09:59 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 1161014CB; Wed, 20 Nov 2024 11:09:53 -0500 (EST) Received: from relay.virtuozzo.com (relay.virtuozzo.com [130.117.225.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id DC0AE1561 for ; Wed, 20 Nov 2024 11:09:40 -0500 (EST) Received: from [130.117.225.1] (helo=vz9-barybin-2.ch-qa.vzint.dev) by relay.virtuozzo.com with esmtp (Exim 4.96) (envelope-from ) id 1tDn0X-0005yc-1a; Wed, 20 Nov 2024 16:52:45 +0100 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED,SPF_HELO_NONE autolearn=unavailable autolearn_force=no version=3.4.4 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=virtuozzo.com; s=relay; h=MIME-Version:Message-ID:Date:Subject:From: Content-Type; bh=sU9yXZaUySf02N06qQQcWFcf4ZjvYAR/o1rIoIsYLeE=; b=LHW2bjruRpdV /4S/bIfbrRA0nCm48Yc1OYO2P+fQr3SQh3dPCebithtqxnzLSlMoZAWBSB4+pWPjbUlgHDlkaMSRg EwNhS7GPoyffTmo2L0l2YSOkBiAndbc3eWg8S5cxCqub6m+cRBdFn7vNLKcbx+lqdHOlbn/rkvD/1 Lfr55KNBTBzSjZG6OVaALtF9fK+NeD1kHea2+GgpQLrYdU1KUYyZbYXuLl+CSaTvE82dafxaoTmP9 FOgQiSbIaTdq68CUI1iQ1sUN5ZvwrnVwSHyxr3JsB8LjrJBSYZpUy9SIQnhEyy63IKLBTAqnkjnu8 GrJAuaHCQpEwT91UP9pGHA==; To: devel@lists.libvirt.org Subject: [PATCH 02/15] Add VIR_STORAGE_FILE_FEATURE_DATA_FILE to virStorageFileFeature enum Date: Wed, 20 Nov 2024 18:48:37 +0300 Message-ID: <20241120155229.1259-3-nikolai.barybin@virtuozzo.com> X-Mailer: git-send-email 2.43.5 In-Reply-To: <20241120155229.1259-1-nikolai.barybin@virtuozzo.com> References: <20241120155229.1259-1-nikolai.barybin@virtuozzo.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: FZ6WD6G6KR3OKH5KZUPMUKFWFUVRQLZ3 X-Message-ID-Hash: FZ6WD6G6KR3OKH5KZUPMUKFWFUVRQLZ3 X-MailFrom: nikolai.barybin@virtuozzo.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: den@openvz.org, Nikolai Barybin X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: From: Nikolai Barybin via Devel Reply-To: Nikolai Barybin X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1732119166580116600 Content-Type: text/plain; charset="utf-8" Signed-off-by: Nikolai Barybin Reviewed-by: Peter Krempa --- src/conf/storage_source_conf.c | 1 + src/conf/storage_source_conf.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/conf/storage_source_conf.c b/src/conf/storage_source_conf.c index d4e39b9b57..2b658dd485 100644 --- a/src/conf/storage_source_conf.c +++ b/src/conf/storage_source_conf.c @@ -69,6 +69,7 @@ VIR_ENUM_IMPL(virStorageFileFeature, VIR_STORAGE_FILE_FEATURE_LAST, "lazy_refcounts", "extended_l2", + "data_file", ); =20 =20 diff --git a/src/conf/storage_source_conf.h b/src/conf/storage_source_conf.h index aa2aa680de..9463722518 100644 --- a/src/conf/storage_source_conf.h +++ b/src/conf/storage_source_conf.h @@ -88,6 +88,7 @@ VIR_ENUM_DECL(virStorageFileFormat); typedef enum { VIR_STORAGE_FILE_FEATURE_LAZY_REFCOUNTS =3D 0, VIR_STORAGE_FILE_FEATURE_EXTENDED_L2, + VIR_STORAGE_FILE_FEATURE_DATA_FILE, =20 VIR_STORAGE_FILE_FEATURE_LAST } virStorageFileFeature; --=20 2.43.5