From nobody Sat May 18 14:54:05 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1603406074; cv=none; d=zohomail.com; s=zohoarc; b=mRfhKwmMS83mfmzeTiaquuOUkViGBVc8fVCn4MwYosAdsbRa14+WPmv7AJZbF9zhONr4RovTQA7FSPKYg+kPgKJQuHhyZr7yEKL8/KV7PDYQLybumy7B1rsexfInFnX7qDs6ZLcwER5q+NgwOaBkTaEWOd7+QFCLvXgTWf78RjM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1603406074; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=DbvZDt2YjT+OqOP+SYWN4gNFNx/iigt/9Fry3BpCckE=; b=E7GqfpQmGxPMPNcD6Rnh72WLtSUVwsRiATSFeaRoDuIOAFhxB+ElXGcGyszZXnmhKXbySmGfDmCk6CW5uUl875JPQjHlE4HqFXA6sesRkgN1eR7cDDz8i1rOo91p4cmIA06KyAXGLApsUdoJa2TaeZtAEsjVpxWbcV/W/4ma5LI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1603406074845464.8392662323531; Thu, 22 Oct 2020 15:34:34 -0700 (PDT) Received: from localhost ([::1]:52268 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVjAH-0007fU-NV for importer@patchew.org; Thu, 22 Oct 2020 18:34:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45090) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVj7p-0006Ji-08 for qemu-devel@nongnu.org; Thu, 22 Oct 2020 18:32:01 -0400 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:51261) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kVj7l-0007qj-6R for qemu-devel@nongnu.org; Thu, 22 Oct 2020 18:32:00 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-518-m8O5ulxoO92EE6qiO8qzhg-1; Thu, 22 Oct 2020 18:31:51 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1D393800050; Thu, 22 Oct 2020 22:31:50 +0000 (UTC) Received: from localhost (ovpn-66-44.rdu2.redhat.com [10.10.66.44]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0C1B76266E; Thu, 22 Oct 2020 22:31:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603405913; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DbvZDt2YjT+OqOP+SYWN4gNFNx/iigt/9Fry3BpCckE=; b=Gk+60wrQo7Xu9/VLFHvEodh/3tVRBzws7MbrRptEEtUwhXad55SDvjIqGdsSYpDmtbYSzr NmNAOVolKvadVuE+pJmmZMuDJ2T7Lr1sZ+uFNsZrXg6wohtxvsCNxGVGD7aMxiS31oDyLS wMSSwtCASpeKoJ+xNe6rPWfWh1QEJZc= X-MC-Unique: m8O5ulxoO92EE6qiO8qzhg-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH 1/4] qom: object*_property_add_bool_ptr() functions Date: Thu, 22 Oct 2020 18:31:37 -0400 Message-Id: <20201022223140.2083123-2-ehabkost@redhat.com> In-Reply-To: <20201022223140.2083123-1-ehabkost@redhat.com> References: <20201022223140.2083123-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ehabkost@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=63.128.21.124; envelope-from=ehabkost@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/22 08:09:01 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] 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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost , "Michael S. Tsirkin" , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Markus Armbruster , Igor Mammedov , Paolo Bonzini , Aurelien Jarno Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Provide helpers for registering boolean properties that simply read/write a struct field, to reduce the need to manually write property getters and setters. Signed-off-by: Eduardo Habkost Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- Cc: Paolo Bonzini Cc: "Daniel P. Berrang=C3=A9" Cc: Eduardo Habkost Cc: qemu-devel@nongnu.org --- include/qom/object.h | 23 +++++++++++++++++++++++ qom/object.c | 31 +++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/include/qom/object.h b/include/qom/object.h index a124cf897d..954a26c567 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -1815,6 +1815,29 @@ ObjectProperty *object_class_property_add_uint64_ptr= (ObjectClass *klass, ptrdiff_t offset, ObjectPropertyFlags flags); =20 +/** + * object_property_add_bool_ptr: + * @obj: the object to add a property to + * @name: the name of the property + * @v: pointer to value + * @flags: bitwise-or'd ObjectPropertyFlags + * + * Add an bool property in memory. This function will add a + * property of type 'bool'. + * + * Returns: The newly added property on success, or %NULL on failure. + */ +ObjectProperty * +object_property_add_bool_ptr(Object *obj, const char *name, + bool *v, + ObjectPropertyFlags flags); + +ObjectProperty * +object_class_property_add_bool_ptr(ObjectClass *klass, + const char *name, + ptrdiff_t offset, + ObjectPropertyFlags flags); + /** * object_property_add_alias: * @obj: the object to add a property to diff --git a/qom/object.c b/qom/object.c index 73f27b8b7e..2abc2bda33 100644 --- a/qom/object.c +++ b/qom/object.c @@ -2713,6 +2713,37 @@ object_class_property_add_uint64_ptr(ObjectClass *kl= ass, const char *name, flags, offset); } =20 +static void property_visit_bool_ptr(Object *obj, Visitor *v, const char *n= ame, + void *opaque, Error **errp) +{ + PointerProperty *prop =3D opaque; + bool *field =3D pointer_property_get_ptr(obj, prop); + visit_type_bool(v, name, field, errp); +} + +ObjectProperty * +object_property_add_bool_ptr(Object *obj, const char *name, + bool *v, + ObjectPropertyFlags flags) +{ + return object_property_add_uint_ptr(obj, name, "bool", + property_visit_bool_ptr, + property_visit_bool_ptr, + flags, + (void *)v); +} + +ObjectProperty * +object_class_property_add_bool_ptr(ObjectClass *klass, const char *name, + ptrdiff_t offset, + ObjectPropertyFlags flags) +{ + return object_class_property_add_uint_ptr(klass, name, "bool", + property_visit_bool_ptr, + property_visit_bool_ptr, + flags, offset); +} + typedef struct { Object *target_obj; char *target_name; --=20 2.28.0 From nobody Sat May 18 14:54:05 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1603406243; cv=none; d=zohomail.com; s=zohoarc; b=Dm5yKpyr2PXjNZWBSHGjxqsUVENsSWEbkBA7gd+B4W4q08FKicaZ0OW8KmyMeeZt37oYBb2bPqxrQ4iOdVv8NU/5KBvy9e7BWNpO+Df1uVojJQ9k1q10EVNO4x/TYUaCyZOSHCQouO69Ij0xaoP3JxsfTqT9mYklAUaVlx/tLCE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1603406243; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=CNrl9xgpABbIubEhK/YTHIB6JhzyiVoLX/QpInLarwk=; b=Bwam6Kua10r3wYX/NrL4yFWVbiTTq+Uy33H1ey5XebZG7NrVKFYcw9ThiQbpi3tovvPVtC9aVopncI/I90AHbBz3uWcfTI62ZWokIWybVm6XfyG6Y1girRQF4NCe+cutBl5m7iwkvOwIyYaTr/AMWY3a/jhRvwusuFWaAbCd5wg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 160340624379446.660981456966965; Thu, 22 Oct 2020 15:37:23 -0700 (PDT) Received: from localhost ([::1]:57818 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVjCz-0001bp-Sk for importer@patchew.org; Thu, 22 Oct 2020 18:37:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45092) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVj7p-0006Jt-4F for qemu-devel@nongnu.org; Thu, 22 Oct 2020 18:32:01 -0400 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:35068) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kVj7m-0007qu-Px for qemu-devel@nongnu.org; Thu, 22 Oct 2020 18:32:00 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-46-vULoavbYOYe8wtqTZWFm6A-1; Thu, 22 Oct 2020 18:31:55 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 12839107AFA5; Thu, 22 Oct 2020 22:31:54 +0000 (UTC) Received: from localhost (ovpn-66-44.rdu2.redhat.com [10.10.66.44]) by smtp.corp.redhat.com (Postfix) with ESMTP id EA07F5B4A2; Thu, 22 Oct 2020 22:31:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603405917; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CNrl9xgpABbIubEhK/YTHIB6JhzyiVoLX/QpInLarwk=; b=faBRSKQMy3+5R/e3hMHmNHUQv5MpYvqyyOs7GpDoAG3EqTK0x3+280CT6icZ1J89pivJ+p pQXxdod+pS5by7PyGUdvPzCfCHmrpKx1hJ2hft8TFk2IZHmt9NYVaN2CPVjYH84iTJZIpN N0vweswh5xSgTPw7eC1VzGVyTsbA5rU= X-MC-Unique: vULoavbYOYe8wtqTZWFm6A-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH 2/4] autz/listfile: Use object_class_property_add_bool_ptr() Date: Thu, 22 Oct 2020 18:31:38 -0400 Message-Id: <20201022223140.2083123-3-ehabkost@redhat.com> In-Reply-To: <20201022223140.2083123-1-ehabkost@redhat.com> References: <20201022223140.2083123-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ehabkost@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=63.128.21.124; envelope-from=ehabkost@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/22 08:09:01 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] 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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost , "Michael S. Tsirkin" , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Markus Armbruster , Igor Mammedov , Paolo Bonzini , Aurelien Jarno Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Signed-off-by: Eduardo Habkost Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- Cc: "Daniel P. Berrang=C3=A9" Cc: qemu-devel@nongnu.org --- authz/listfile.c | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/authz/listfile.c b/authz/listfile.c index aaf930453d..911c4e45f2 100644 --- a/authz/listfile.c +++ b/authz/listfile.c @@ -184,27 +184,6 @@ qauthz_list_file_prop_get_filename(Object *obj, } =20 =20 -static void -qauthz_list_file_prop_set_refresh(Object *obj, - bool value, - Error **errp G_GNUC_UNUSED) -{ - QAuthZListFile *fauthz =3D QAUTHZ_LIST_FILE(obj); - - fauthz->refresh =3D value; -} - - -static bool -qauthz_list_file_prop_get_refresh(Object *obj, - Error **errp G_GNUC_UNUSED) -{ - QAuthZListFile *fauthz =3D QAUTHZ_LIST_FILE(obj); - - return fauthz->refresh; -} - - static void qauthz_list_file_finalize(Object *obj) { @@ -227,9 +206,9 @@ qauthz_list_file_class_init(ObjectClass *oc, void *data) object_class_property_add_str(oc, "filename", qauthz_list_file_prop_get_filename, qauthz_list_file_prop_set_filename); - object_class_property_add_bool(oc, "refresh", - qauthz_list_file_prop_get_refresh, - qauthz_list_file_prop_set_refresh); + object_class_property_add_bool_ptr(oc, "refresh", + offsetof(QAuthZListFile, refresh), + OBJ_PROP_FLAG_READWRITE); =20 authz->is_allowed =3D qauthz_list_file_is_allowed; } --=20 2.28.0 From nobody Sat May 18 14:54:05 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1603406243; cv=none; d=zohomail.com; s=zohoarc; b=lwCSu16nS6E4TLt0IqiF3KLUIz52UnsnSV3vt8CCHBYwxkAKsOglEb6n4NOlEjXg61ORmwG7wXWzqbt/hBp5wAoc8CX1YZxPo9fg6cSa8lITIsDR9r0KFIyQ1JaTyiFLZFnSXvaLouG87GBEhvw+Cy/zJGpZTC1NqPCo5g1l6SI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1603406243; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=IHHfJL2HKHTfdvkd7qqVNYxdcwNdTDTUok1ETVSGZcA=; b=MRcfEhyQZ0Ji7OeJlgfSV1IDptZPUFiR408vxpuX8BjYN5DRZzvvg0wT95hl+HUWLOD5jYew7Mj609ZOliAWwkfLA7asM85lAMAJ56n6Z17lkF/nCbBKugkREHH7eF+1PgCBEFUsdgzb9UY1R+s6ubmEitnqCYSuCrZlKC7Lv0M= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1603406243106591.0171822381064; Thu, 22 Oct 2020 15:37:23 -0700 (PDT) Received: from localhost ([::1]:57716 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVjCy-0001ZK-Ue for importer@patchew.org; Thu, 22 Oct 2020 18:37:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45122) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVj7v-0006ME-4d for qemu-devel@nongnu.org; Thu, 22 Oct 2020 18:32:07 -0400 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:26517) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kVj7r-0007rG-0S for qemu-devel@nongnu.org; Thu, 22 Oct 2020 18:32:06 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-312-7VFkkiE9OQ2sXcoZzRwYyg-1; Thu, 22 Oct 2020 18:31:59 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 430998CAA24; Thu, 22 Oct 2020 22:31:58 +0000 (UTC) Received: from localhost (ovpn-66-44.rdu2.redhat.com [10.10.66.44]) by smtp.corp.redhat.com (Postfix) with ESMTP id C29FE5D9CC; Thu, 22 Oct 2020 22:31:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603405921; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IHHfJL2HKHTfdvkd7qqVNYxdcwNdTDTUok1ETVSGZcA=; b=PktZUmshL8ORRgZpZM/EjCQuYy6JqNfrUWSYr5Y56TV1v4brnjSMhURl6kWRQnH0eOYwf6 xnLvwSLDl83SQp3ypzMPrs1f0KwpBU+Li4/MoYfTw0S0Nv+NqjsymPBynYN4F9kkqEDTNP vgrT3WIPwOlJtRZdyr59xcjZ+BsC1zQ= X-MC-Unique: 7VFkkiE9OQ2sXcoZzRwYyg-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH 3/4] machine: Use object_class_property_add_bool_ptr() when possible Date: Thu, 22 Oct 2020 18:31:39 -0400 Message-Id: <20201022223140.2083123-4-ehabkost@redhat.com> In-Reply-To: <20201022223140.2083123-1-ehabkost@redhat.com> References: <20201022223140.2083123-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ehabkost@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=63.128.21.124; envelope-from=ehabkost@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/22 08:09:01 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] 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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost , "Michael S. Tsirkin" , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Markus Armbruster , Igor Mammedov , Paolo Bonzini , Aurelien Jarno Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Get rid if some manually written properties getters/setters. Not all properties could be converted because they have extra logic in the property setter. Signed-off-by: Eduardo Habkost Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- Cc: Eduardo Habkost Cc: Marcel Apfelbaum Cc: qemu-devel@nongnu.org --- hw/core/machine.c | 78 ++++++++--------------------------------------- 1 file changed, 13 insertions(+), 65 deletions(-) diff --git a/hw/core/machine.c b/hw/core/machine.c index d740a7e963..21cad22b9e 100644 --- a/hw/core/machine.c +++ b/hw/core/machine.c @@ -325,34 +325,6 @@ static void machine_set_dt_compatible(Object *obj, con= st char *value, Error **er ms->dt_compatible =3D g_strdup(value); } =20 -static bool machine_get_dump_guest_core(Object *obj, Error **errp) -{ - MachineState *ms =3D MACHINE(obj); - - return ms->dump_guest_core; -} - -static void machine_set_dump_guest_core(Object *obj, bool value, Error **e= rrp) -{ - MachineState *ms =3D MACHINE(obj); - - ms->dump_guest_core =3D value; -} - -static bool machine_get_mem_merge(Object *obj, Error **errp) -{ - MachineState *ms =3D MACHINE(obj); - - return ms->mem_merge; -} - -static void machine_set_mem_merge(Object *obj, bool value, Error **errp) -{ - MachineState *ms =3D MACHINE(obj); - - ms->mem_merge =3D value; -} - static bool machine_get_usb(Object *obj, Error **errp) { MachineState *ms =3D MACHINE(obj); @@ -368,20 +340,6 @@ static void machine_set_usb(Object *obj, bool value, E= rror **errp) ms->usb_disabled =3D !value; } =20 -static bool machine_get_graphics(Object *obj, Error **errp) -{ - MachineState *ms =3D MACHINE(obj); - - return ms->enable_graphics; -} - -static void machine_set_graphics(Object *obj, bool value, Error **errp) -{ - MachineState *ms =3D MACHINE(obj); - - ms->enable_graphics =3D value; -} - static char *machine_get_firmware(Object *obj, Error **errp) { MachineState *ms =3D MACHINE(obj); @@ -397,20 +355,6 @@ static void machine_set_firmware(Object *obj, const ch= ar *value, Error **errp) ms->firmware =3D g_strdup(value); } =20 -static void machine_set_suppress_vmdesc(Object *obj, bool value, Error **e= rrp) -{ - MachineState *ms =3D MACHINE(obj); - - ms->suppress_vmdesc =3D value; -} - -static bool machine_get_suppress_vmdesc(Object *obj, Error **errp) -{ - MachineState *ms =3D MACHINE(obj); - - return ms->suppress_vmdesc; -} - static void machine_set_enforce_config_section(Object *obj, bool value, Error **errp) { @@ -449,7 +393,7 @@ static void machine_set_memory_encryption(Object *obj, = const char *value, * so there's no point in it trying to merge areas. */ if (value) { - machine_set_mem_merge(obj, false, errp); + ms->mem_merge =3D false; } } =20 @@ -827,13 +771,15 @@ static void machine_class_init(ObjectClass *oc, void = *data) object_class_property_set_description(oc, "dt-compatible", "Overrides the \"compatible\" property of the dt root node"); =20 - object_class_property_add_bool(oc, "dump-guest-core", - machine_get_dump_guest_core, machine_set_dump_guest_core); + object_class_property_add_bool_ptr(oc, "dump-guest-core", + offsetof(MachineState, dump_guest_c= ore), + OBJ_PROP_FLAG_READWRITE); object_class_property_set_description(oc, "dump-guest-core", "Include guest memory in a core dump"); =20 - object_class_property_add_bool(oc, "mem-merge", - machine_get_mem_merge, machine_set_mem_merge); + object_class_property_add_bool_ptr(oc, "mem-merge", + offsetof(MachineState, mem_merge), + OBJ_PROP_FLAG_READWRITE); object_class_property_set_description(oc, "mem-merge", "Enable/disable memory merge support"); =20 @@ -842,8 +788,9 @@ static void machine_class_init(ObjectClass *oc, void *d= ata) object_class_property_set_description(oc, "usb", "Set on/off to enable/disable usb"); =20 - object_class_property_add_bool(oc, "graphics", - machine_get_graphics, machine_set_graphics); + object_class_property_add_bool_ptr(oc, "graphics", + offsetof(MachineState, enable_graph= ics), + OBJ_PROP_FLAG_READWRITE); object_class_property_set_description(oc, "graphics", "Set on/off to enable/disable graphics emulation"); =20 @@ -852,8 +799,9 @@ static void machine_class_init(ObjectClass *oc, void *d= ata) object_class_property_set_description(oc, "firmware", "Firmware image"); =20 - object_class_property_add_bool(oc, "suppress-vmdesc", - machine_get_suppress_vmdesc, machine_set_suppress_vmdesc); + object_class_property_add_bool_ptr(oc, "suppress-vmdesc", + offsetof(MachineState, suppress_vmd= esc), + OBJ_PROP_FLAG_READWRITE); object_class_property_set_description(oc, "suppress-vmdesc", "Set on to disable self-describing migration"); =20 --=20 2.28.0 From nobody Sat May 18 14:54:05 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1603406361; cv=none; d=zohomail.com; s=zohoarc; b=H6aLa7qYYPiFtHuzcm23SBCcuP4Ip+TzCKJjxCNjBEJh/nqUKEsh9y5emRgk7PgqszNaG6qRNpDK29zp6bKwEIxe3lxQvkN0t8UVXscz9snEYRKbJ0/uD84/EIsExNrgiTzhWG9wSXDoKfe8uHjs5BqDAw7v+NGeanoANm7BTPI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1603406361; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=QoFXLo8lO3rUNqTKjHIZBDthubuFa4/zr4nO6XUKvwo=; b=dI+C0XoHatKuYa8nx01sE0AypJ/1kePHy2UxIJXMwHuQScyuOPo3DaFxNsSZCLScQlzjQIESJGsO2Ay9To9CIWSsI53JFZ1MRUkbpLnHAb4oAddvrNc4632ckxQoRPfJsQMc5AWIFP+oGbJThtXEBIFRtfQODp+f1819/+oJQ5E= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1603406361700932.6358937754652; Thu, 22 Oct 2020 15:39:21 -0700 (PDT) Received: from localhost ([::1]:60994 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVjEu-0002yO-Ez for importer@patchew.org; Thu, 22 Oct 2020 18:39:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45124) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVj7v-0006NB-Or for qemu-devel@nongnu.org; Thu, 22 Oct 2020 18:32:07 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:38310) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kVj7s-0007rN-SY for qemu-devel@nongnu.org; Thu, 22 Oct 2020 18:32:07 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-469-JZ2sQbkFPXShYO7ERswvXg-1; Thu, 22 Oct 2020 18:32:01 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 79CD2186DD29; Thu, 22 Oct 2020 22:31:59 +0000 (UTC) Received: from localhost (ovpn-66-44.rdu2.redhat.com [10.10.66.44]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2F28B5B4A9; Thu, 22 Oct 2020 22:31:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603405924; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QoFXLo8lO3rUNqTKjHIZBDthubuFa4/zr4nO6XUKvwo=; b=UcsFCaZcihgST6pJ+AErqCkRPw4aWa/EDuaOKcZcmq+Dvt/f4KxcP2BAdGKMdLHXArI6Li Z2G5twv5fMCywGs3wCneVITWoV0Dpg2JEaTZtICwWB+S5eVua3vfQcWzd5UDiI1HNMfliF 12H5bLsOGSwdRWZTYJGdf4r9+bRYI5I= X-MC-Unique: JZ2sQbkFPXShYO7ERswvXg-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH 4/4] pc: Use object_class_property_add_bool_ptr() Date: Thu, 22 Oct 2020 18:31:40 -0400 Message-Id: <20201022223140.2083123-5-ehabkost@redhat.com> In-Reply-To: <20201022223140.2083123-1-ehabkost@redhat.com> References: <20201022223140.2083123-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ehabkost@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=216.205.24.124; envelope-from=ehabkost@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/22 08:33:10 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] 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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost , "Michael S. Tsirkin" , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Markus Armbruster , Igor Mammedov , Paolo Bonzini , Aurelien Jarno , Richard Henderson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Get rid of manually written property getters/setters. Signed-off-by: Eduardo Habkost Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- Cc: Paolo Bonzini Cc: Richard Henderson Cc: Eduardo Habkost Cc: "Michael S. Tsirkin" Cc: Marcel Apfelbaum Cc: qemu-devel@nongnu.org --- hw/i386/pc.c | 57 +++++++++------------------------------------------- 1 file changed, 9 insertions(+), 48 deletions(-) diff --git a/hw/i386/pc.c b/hw/i386/pc.c index 4e323755d0..d5a5b1b2ae 100644 --- a/hw/i386/pc.c +++ b/hw/i386/pc.c @@ -1493,48 +1493,6 @@ static void pc_machine_set_vmport(Object *obj, Visit= or *v, const char *name, visit_type_OnOffAuto(v, name, &pcms->vmport, errp); } =20 -static bool pc_machine_get_smbus(Object *obj, Error **errp) -{ - PCMachineState *pcms =3D PC_MACHINE(obj); - - return pcms->smbus_enabled; -} - -static void pc_machine_set_smbus(Object *obj, bool value, Error **errp) -{ - PCMachineState *pcms =3D PC_MACHINE(obj); - - pcms->smbus_enabled =3D value; -} - -static bool pc_machine_get_sata(Object *obj, Error **errp) -{ - PCMachineState *pcms =3D PC_MACHINE(obj); - - return pcms->sata_enabled; -} - -static void pc_machine_set_sata(Object *obj, bool value, Error **errp) -{ - PCMachineState *pcms =3D PC_MACHINE(obj); - - pcms->sata_enabled =3D value; -} - -static bool pc_machine_get_pit(Object *obj, Error **errp) -{ - PCMachineState *pcms =3D PC_MACHINE(obj); - - return pcms->pit_enabled; -} - -static void pc_machine_set_pit(Object *obj, bool value, Error **errp) -{ - PCMachineState *pcms =3D PC_MACHINE(obj); - - pcms->pit_enabled =3D value; -} - static void pc_machine_get_max_ram_below_4g(Object *obj, Visitor *v, const char *name, void *opaque, Error **errp) @@ -1697,14 +1655,17 @@ static void pc_machine_class_init(ObjectClass *oc, = void *data) object_class_property_set_description(oc, PC_MACHINE_VMPORT, "Enable vmport (pc & q35)"); =20 - object_class_property_add_bool(oc, PC_MACHINE_SMBUS, - pc_machine_get_smbus, pc_machine_set_smbus); + object_class_property_add_bool_ptr(oc, PC_MACHINE_SMBUS, + offsetof(PCMachineState, smbus_enab= led), + OBJ_PROP_FLAG_READWRITE); =20 - object_class_property_add_bool(oc, PC_MACHINE_SATA, - pc_machine_get_sata, pc_machine_set_sata); + object_class_property_add_bool_ptr(oc, PC_MACHINE_SATA, + offsetof(PCMachineState, sata_enabl= ed), + OBJ_PROP_FLAG_READWRITE); =20 - object_class_property_add_bool(oc, PC_MACHINE_PIT, - pc_machine_get_pit, pc_machine_set_pit); + object_class_property_add_bool_ptr(oc, PC_MACHINE_PIT, + offsetof(PCMachineState, pit_enable= d), + OBJ_PROP_FLAG_READWRITE); } =20 static const TypeInfo pc_machine_info =3D { --=20 2.28.0