From nobody Wed Nov 27 12:36:55 2024 Delivered-To: importer@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+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=yandex-team.ru ARC-Seal: i=1; a=rsa-sha256; t=1699457988; cv=none; d=zohomail.com; s=zohoarc; b=BJC/h7jQbHC3rn2HaneQAwAppibZwMHnygSNblsbN+x9TuKRxHSszh3tb3CO9pDrSlgo5889grPVAxmwHW9LKrBu9Mk3vq251LyGXzcOKRM5zd9hEipNAzA9USgXv1eyQgCAYJ4g1TlaQKq5LLlg2jWr1p6/COGZq2NbkoY1fHQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1699457988; 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:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=K3Xm80pjE6k51XlChUlfDuGg6cXRoEPTJyjKIYmREq4=; b=SXrttk8lRlYNPKYhxsMTKfcsR83Ke0kaB9BVIkYHzPE/7MugjkStDCVdYx6QR7IMEhYDXHbJSXuV97CHWarcf5MS/5GsosklH0S0TMDDfYPcHSaDv0xB/1t3EbI5jH0B50G2W5di+UlycsyBZWj1KnY96QvDiX77pkry4ZXv+FE= 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+importer=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 1699457988021482.6758241126505; Wed, 8 Nov 2023 07:39:48 -0800 (PST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r0kdt-00014G-05; Wed, 08 Nov 2023 10:38:57 -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 1r0kdr-00013q-Ql for qemu-devel@nongnu.org; Wed, 08 Nov 2023 10:38:55 -0500 Received: from forwardcorp1a.mail.yandex.net ([2a02:6b8:c0e: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 1r0kdn-0003Wi-Un for qemu-devel@nongnu.org; Wed, 08 Nov 2023 10:38:55 -0500 Received: from mail-nwsmtp-smtp-corp-main-62.vla.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-62.vla.yp-c.yandex.net [IPv6:2a02:6b8:c2a:d48:0:640:dfd9:0]) by forwardcorp1a.mail.yandex.net (Yandex) with ESMTP id 67BC56120A; Wed, 8 Nov 2023 18:38:47 +0300 (MSK) Received: from davydov-max-nux.yandex.net (unknown [2a02:6b8:0:419:878a:664c:8a66:d6c1]) by mail-nwsmtp-smtp-corp-main-62.vla.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id RcfG230OcGk0-RImHbDuL; Wed, 08 Nov 2023 18:38:47 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1699457927; bh=K3Xm80pjE6k51XlChUlfDuGg6cXRoEPTJyjKIYmREq4=; h=Message-Id:Date:In-Reply-To:Cc:Subject:References:To:From; b=jGvbFIUgZFXgYBgJmH5HBpXg+Y1xYIoBC8VE7EXqeUE+UAdOcMUItXtgZvTGta5JP eETYpllVsoSpGRARKym26VH7nFJk2Mr52kFWoDFtDV9FfzBATdsJPio8P21QjXDKf7 4qzbBWJv1Guqppp15S7bajYJkJw2E8UgpzXhi8X0= Authentication-Results: mail-nwsmtp-smtp-corp-main-62.vla.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru From: Maksim Davydov To: qemu-devel@nongnu.org Cc: vsementsov@yandex-team.ru, eduardo@habkost.net, marcel.apfelbaum@gmail.com, philmd@linaro.org, wangyanan55@huawei.com, jsnow@redhat.com, crosa@redhat.com, bleal@redhat.com, eblake@redhat.com, armbru@redhat.com, pbonzini@redhat.com, berrange@redhat.com, alxndr@bu.edu, bsd@redhat.com, stefanha@redhat.com, thuth@redhat.com, darren.kenny@oracle.com, Qiuhao.Li@outlook.com, lvivier@redhat.com Subject: [PATCH v6 3/4] python: add binary Date: Wed, 8 Nov 2023 18:38:26 +0300 Message-Id: <20231108153827.39692-4-davydov-max@yandex-team.ru> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231108153827.39692-1-davydov-max@yandex-team.ru> References: <20231108153827.39692-1-davydov-max@yandex-team.ru> MIME-Version: 1.0 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=2a02:6b8:c0e:500:1:45:d181:df01; envelope-from=davydov-max@yandex-team.ru; helo=forwardcorp1a.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+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @yandex-team.ru) X-ZM-MESSAGEID: 1699457991346100001 Content-Type: text/plain; charset="utf-8" Add a supportive property to access the path to the qemu binary Signed-off-by: Maksim Davydov Reviewed-by: John Snow Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- python/qemu/machine/machine.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python/qemu/machine/machine.py b/python/qemu/machine/machine.py index 31cb9d617d..78436403b2 100644 --- a/python/qemu/machine/machine.py +++ b/python/qemu/machine/machine.py @@ -328,6 +328,11 @@ def args(self) -> List[str]: """Returns the list of arguments given to the QEMU binary.""" return self._args =20 + @property + def binary(self) -> str: + """Returns path to the qemu binary""" + return self._binary + def _pre_launch(self) -> None: if self._qmp_set: if self._monitor_address is None: --=20 2.34.1