From nobody Sun Feb 8 22:34:01 2026 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=1595528132; cv=none; d=zohomail.com; s=zohoarc; b=QJ7MK8Xv4T9j9pNmAW4Z0R0xsTjlcE118NR3wbN4BDPHSMVOOklVMm5pEH8Af491a2kt9mNbtiVFgC2YhXy3rgZvaFhCmOov7J5aY9/1gE59B+M4J5subm3RP0o5Bvf0talv8Q8Vd4Z19NxGBa03py5U83XCVrbij+upwXp7kIY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1595528132; 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=kDXwO5gPlivIb5XB4hL1oqWbFOuIH4X6en9/lBXkT5c=; b=G1anPovbyJsnuY+F2VXj7oedX8pap3T9a0X4W1Nbs2jcCOxybhwCTnSYzma/n4YG1zEeKDbVADfSWX2TVWGEIomozgXUuCduhGTuT4JuSQ1Sj/o+dtEB9+T9DNOI+J6oHAuZcLjapPFdZx2H/EpwzbjCfbn0AyD1iPx8YZrVst0= 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 15955281326114.3626883249961566; Thu, 23 Jul 2020 11:15:32 -0700 (PDT) Received: from localhost ([::1]:55416 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jyfkh-0007Dp-Am for importer@patchew.org; Thu, 23 Jul 2020 14:15:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50422) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyfjZ-00068n-VP for qemu-devel@nongnu.org; Thu, 23 Jul 2020 14:14:21 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:43208 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jyfjX-0007hd-9P for qemu-devel@nongnu.org; Thu, 23 Jul 2020 14:14:21 -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-57-vK7cqvjJNVeEQ1C95jrBLQ-1; Thu, 23 Jul 2020 14:14:16 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 659B51932481 for ; Thu, 23 Jul 2020 18:14:15 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.36.110.60]) by smtp.corp.redhat.com (Postfix) with ESMTP id D366D1009940; Thu, 23 Jul 2020 18:14:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595528058; 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=kDXwO5gPlivIb5XB4hL1oqWbFOuIH4X6en9/lBXkT5c=; b=UTg7YHsh197boz4cm1Hl+q65wqZL2BIqYr0sNg8N7lQ0EYYjkErs0/bDALCG/RxLZmTs5t k0n4T8TlkI+qY9zv9w5ma39ehEpzselMbJtvyX5If/iKHFlI+XkGS8D5AGDrPyJNo34FpN qGO+7cMhSgvbo/nlYqzyb2XEoDcSJUQ= X-MC-Unique: vK7cqvjJNVeEQ1C95jrBLQ-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Subject: [PATCH 1/4] qom: make object_ref/unref use a void * instead of Object *. Date: Thu, 23 Jul 2020 19:14:07 +0100 Message-Id: <20200723181410.3145233-2-berrange@redhat.com> In-Reply-To: <20200723181410.3145233-1-berrange@redhat.com> References: <20200723181410.3145233-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=berrange@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=207.211.31.120; envelope-from=berrange@redhat.com; helo=us-smtp-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/22 22:13:02 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-1, 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.01, RCVD_IN_MSPIKE_WL=-0.01, 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: Paolo Bonzini , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) The object_ref/unref methods are intended for use with any subclass of the base Object. Using "Object *" in the signature is not adding any meaningful level of type safety, since callers simply use "OBJECT(ptr)" and this expands to an unchecked cast "(Object *)". By using "void *" we enable the object_unref() method to be used to provide support for g_autoptr() with any subclass. Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: Eric Blake --- include/qom/object.h | 4 ++-- qom/object.c | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/include/qom/object.h b/include/qom/object.h index 0f3a60617c..1f8aa2d48e 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -1035,7 +1035,7 @@ GSList *object_class_get_list_sorted(const char *impl= ements_type, * as its reference count is greater than zero. * Returns: @obj */ -Object *object_ref(Object *obj); +Object *object_ref(void *obj); =20 /** * object_unref: @@ -1044,7 +1044,7 @@ Object *object_ref(Object *obj); * Decrease the reference count of a object. A object cannot be freed as = long * as its reference count is greater than zero. */ -void object_unref(Object *obj); +void object_unref(void *obj); =20 /** * object_property_try_add: diff --git a/qom/object.c b/qom/object.c index 00fdf89b3b..b1822a2ef4 100644 --- a/qom/object.c +++ b/qom/object.c @@ -1124,8 +1124,9 @@ GSList *object_class_get_list_sorted(const char *impl= ements_type, object_class_cmp); } =20 -Object *object_ref(Object *obj) +Object *object_ref(void *objptr) { + Object *obj =3D OBJECT(objptr); if (!obj) { return NULL; } @@ -1133,8 +1134,9 @@ Object *object_ref(Object *obj) return obj; } =20 -void object_unref(Object *obj) +void object_unref(void *objptr) { + Object *obj =3D OBJECT(objptr); if (!obj) { return; } --=20 2.26.2