From nobody Tue Feb 10 00:59:49 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 148827634324034.3780042359989; Tue, 28 Feb 2017 02:05:43 -0800 (PST) Received: from localhost ([::1]:59854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cief7-00084d-JG for importer@patchew.org; Tue, 28 Feb 2017 05:05:41 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cied5-0006oH-Uo for qemu-devel@nongnu.org; Tue, 28 Feb 2017 05:03:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cied2-00047u-SD for qemu-devel@nongnu.org; Tue, 28 Feb 2017 05:03:35 -0500 Received: from greensocs.com ([193.104.36.180]:38360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cied2-000472-GR for qemu-devel@nongnu.org; Tue, 28 Feb 2017 05:03:32 -0500 Received: from localhost (localhost [127.0.0.1]) by greensocs.com (Postfix) with ESMTP id 05E9240D43D; Tue, 28 Feb 2017 11:03:31 +0100 (CET) Received: from greensocs.com ([127.0.0.1]) by localhost (gs-01.greensocs.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VJZ2B-_NxFC4; Tue, 28 Feb 2017 11:03:30 +0100 (CET) Received: from corsair.home (bd231-7-88-127-3-24.fbx.proxad.net [88.127.3.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: fred.konrad@greensocs.com) by greensocs.com (Postfix) with ESMTPSA id C115840CA6C; Tue, 28 Feb 2017 11:03:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=greensocs.com; s=mail; t=1488276211; bh=NbzuHVCFaK3tE4gJm4arZsr3i/uHTYFyAl/AEsEdTR0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=lBimJGORe7yaz24ZjwL4vTmeC8huEuDLreFY+foUdbhS+USag9+Ez4jrZH9rLxwGZ dFNtVNGUhV4kZPYZvom0KLb4OQG3rqDUrYy24sIVGkIYv00Q3TpAfhI1XchaqlKzup cCRHh88sXem12SL1K5ZzPwRLdB2zRsCAbyVnlVBI= X-Virus-Scanned: amavisd-new at greensocs.com Authentication-Results: gs-01.greensocs.com (amavisd-new); dkim=pass (1024-bit key) header.d=greensocs.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=greensocs.com; s=mail; t=1488276210; bh=NbzuHVCFaK3tE4gJm4arZsr3i/uHTYFyAl/AEsEdTR0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=2xEhDOrK76i0j8Jq52/V9ncgfBsBYwK/E4TMQ/cMduvQxORk2wUxm7rpqDAgGPOvi M/1I/rGV1Gf/7DX7S2Q6j8y9JR9vUmpCQhGW1nqakEbehl8Lg5yxL2skvmIgrGT4AI GlJMbr0I3riXW0DzI+F0nPfXK9i7793KhLtUQXAg= From: fred.konrad@greensocs.com To: qemu-devel@nongnu.org Date: Tue, 28 Feb 2017 11:02:57 +0100 Message-Id: <1488276185-31168-3-git-send-email-fred.konrad@greensocs.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1488276185-31168-1-git-send-email-fred.konrad@greensocs.com> References: <1488276185-31168-1-git-send-email-fred.konrad@greensocs.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 193.104.36.180 Subject: [Qemu-devel] [PATCH v3 02/10] qemu-clk: allow to add a clock to a device X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: edgar.iglesias@xilinx.com, peter.maydell@linaro.org, mark.burton@greensocs.com, alistair.francis@xilinx.com, clg@kaod.org, fred.konrad@greensocs.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: KONRAD Frederic This allows to add a clock to a DeviceState. Contrary to gpios, the clock pins are not contained in the DeviceState but with the child property so they can appears in the qom-tree. Signed-off-by: KONRAD Frederic V2 -> V3: * s/qemu_clk/QEMUClock/g V1 -> V2: * Rename the function use 'add' instead of 'attach' --- include/qemu/qemu-clock.h | 24 +++++++++++++++++++++++- qemu-clock.c | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/include/qemu/qemu-clock.h b/include/qemu/qemu-clock.h index 446a490..ffe743d 100644 --- a/include/qemu/qemu-clock.h +++ b/include/qemu/qemu-clock.h @@ -33,8 +33,30 @@ typedef struct QEMUClock { /*< private >*/ Object parent_obj; + char *name; /* name of this clock in the device. */ } QEMUClock; =20 -#endif /* QEMU_CLOCK_H */ +/** + * qemu_clk_device_add_clock: + * @dev: the device on which the clock needs to be added. + * @clk: the clock which needs to be added. + * @name: the name of the clock can't be NULL. + * + * Add @clk to device @dev as a clock named @name. + * + */ +void qemu_clk_device_add_clock(DeviceState *dev, QEMUClock *clk, + const char *name); =20 +/** + * qemu_clk_device_get_clock: + * @dev: the device which contains the clock. + * @name: the name of the clock. + * + * Get the clock named @name contained in the device @dev, or NULL if not = found. + * + * Returns the clock named @name contained in @dev. + */ +QEMUClock *qemu_clk_device_get_clock(DeviceState *dev, const char *name); =20 +#endif /* QEMU_CLOCK_H */ diff --git a/qemu-clock.c b/qemu-clock.c index 3bef144..6eeecf3 100644 --- a/qemu-clock.c +++ b/qemu-clock.c @@ -25,6 +25,7 @@ #include "qemu/qemu-clock.h" #include "hw/hw.h" #include "qemu/log.h" +#include "qapi/error.h" =20 #ifndef DEBUG_QEMU_CLOCK #define DEBUG_QEMU_CLOCK 0 @@ -36,6 +37,28 @@ } = \ } while (0); =20 +void qemu_clk_device_add_clock(DeviceState *dev, QEMUClock *clk, + const char *name) +{ + assert(name); + assert(!clk->name); + object_property_add_child(OBJECT(dev), name, OBJECT(clk), &error_abort= ); + clk->name =3D g_strdup(name); +} + +QEMUClock *qemu_clk_device_get_clock(DeviceState *dev, const char *name) +{ + gchar *path =3D NULL; + Object *clk; + bool ambiguous; + + path =3D g_strdup_printf("%s/%s", object_get_canonical_path(OBJECT(dev= )), + name); + clk =3D object_resolve_path(path, &ambiguous); + g_free(path); + return QEMU_CLOCK(clk); +} + static const TypeInfo qemu_clk_info =3D { .name =3D TYPE_CLOCK, .parent =3D TYPE_OBJECT, --=20 1.8.3.1