From nobody Thu Jul 3 16:24:11 2025 Delivered-To: importer2@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer2=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=yandex-team.ru ARC-Seal: i=1; a=rsa-sha256; t=1708616432; cv=none; d=zohomail.com; s=zohoarc; b=W8zI66bCPm+oiLPl5toLkGDN2BScW1Dqq7sMzHupjCxr7dRrmENyliNHLsHZJA8rHCVioUikwnW7P8ZZJ5C826FIC4HN0FHQ5kDobIXotiWadkbygRbgFkM4K0H12F10UO8S6j2bvVU9hzH3a5hqUdiZNQP/aXycK5k0oBbh27A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1708616432; h=Content-Type: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:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=KAQ7bIK/33QGf3xImcTyGRwGSGrbYVHgYfFl9Kfrcqg=; b=hvmTo8se8cOUrxSy60HUcYLz1aSCwWpKN586jkBYH70jNa8tQM3vx/w/wbbSHXAIfOpl3PGt3MywwlRTMQRXIhydiUXWuo2pwuzxOfbma5v5xZJgdALU9yfluO0JYhTJuxPopFBVGPifXtNkc3unkTvkloSkFhgt1hCayTrC+mQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer2=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1708616432228824.8817507719258; Thu, 22 Feb 2024 07:40:32 -0800 (PST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rdBAl-0004Tt-O9; Thu, 22 Feb 2024 10:39:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rdBAj-0004Sl-Qn for qemu-devel@nongnu.org; Thu, 22 Feb 2024 10:39:41 -0500 Received: from forwardcorp1c.mail.yandex.net ([2a02:6b8:c03:500:1:45:d181:df01]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rdBAf-0002T7-4M for qemu-devel@nongnu.org; Thu, 22 Feb 2024 10:39:41 -0500 Received: from mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:9328:0:640:5832:0]) by forwardcorp1c.mail.yandex.net (Yandex) with ESMTPS id EF57A60D43; Thu, 22 Feb 2024 18:39:30 +0300 (MSK) Received: from davydov-max-nux.yandex.net (unknown [2a02:6b8:8f:4:b109:a1eb:adad:8bd8]) by mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id CdVQ8Q0i7a60-0QNjMFmn; Thu, 22 Feb 2024 18:39:30 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1708616370; bh=KAQ7bIK/33QGf3xImcTyGRwGSGrbYVHgYfFl9Kfrcqg=; h=Cc:Message-Id:References:Date:In-Reply-To:Subject:To:From; b=c2EiVvZWkdBaQ7drtHeGGdPF40w2La7w99yuJjYU9CVAzUbs7YUzaBpzGIexivmkz M+v91D3pMG/5Ss7U/UB/hNWnQ8O3yy+juncCFbPEfXRRTdf/RLnEuwlWQCmk9e+zlm ZK22ebxIyItGALb/HKh1eGEz6/mo2SJ9J+CBFvCA= Authentication-Results: mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru From: Maksim Davydov To: qemu-devel@nongnu.org Cc: davydov-max@yandex-team.ru, vsementsov@yandex-team.ru, eduardo@habkost.net, marcel.apfelbaum@gmail.com, philmd@linaro.org, wangyanan55@huawei.com, jsnow@redhat.com, eblake@redhat.com, armbru@redhat.com, pbonzini@redhat.com, berrange@redhat.com, alxndr@bu.edu, den@virtuozzo.com Subject: [PATCH v9 1/4] qom: add default value Date: Thu, 22 Feb 2024 18:39:09 +0300 Message-Id: <20240222153912.646053-2-davydov-max@yandex-team.ru> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240222153912.646053-1-davydov-max@yandex-team.ru> References: <20240222153912.646053-1-davydov-max@yandex-team.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer2=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=2a02:6b8:c03:500:1:45:d181:df01; envelope-from=davydov-max@yandex-team.ru; helo=forwardcorp1c.mail.yandex.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer2=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer2=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @yandex-team.ru) X-ZM-MESSAGEID: 1708616434138100001 qmp_qom_list_properties can print default values if they are available as qmp_device_list_properties does, because both of them use the ObjectPropertyInfo structure with default_value field. This can be useful when working with "not device" types (e.g. memory-backend). Signed-off-by: Maksim Davydov Reviewed-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Markus Armbruster --- qom/qom-qmp-cmds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qom/qom-qmp-cmds.c b/qom/qom-qmp-cmds.c index 7c087299de..e91a235347 100644 --- a/qom/qom-qmp-cmds.c +++ b/qom/qom-qmp-cmds.c @@ -212,6 +212,7 @@ ObjectPropertyInfoList *qmp_qom_list_properties(const c= har *typename, info->name =3D g_strdup(prop->name); info->type =3D g_strdup(prop->type); info->description =3D g_strdup(prop->description); + info->default_value =3D qobject_ref(prop->defval); =20 QAPI_LIST_PREPEND(prop_list, info); } --=20 2.34.1