From nobody Tue Nov 26 18:20:36 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=1706183850; cv=none; d=zohomail.com; s=zohoarc; b=Lf2lM2CFhncXBHlf27X9S67xLaBBJPruvqNsbmJlDGvWSUJ11fzQwex5Q8HsU6DNT/o/OxkTUTx+I6lq/HsOMzU2EsgnGez+fp6I17muy6lTFsSntmm8jHakqF9PvAE4K6ndpyhSNLukiqYEHPuexggw0/51ezatIfWPtqxtR2E= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1706183850; 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=hu8jYt4ZexfRPQMt+iDW2pNu8liod6iwXg6FOJKzodI=; b=Yv9RtZTxAMG9aU3F1p5o/7cIn+6ZZnozmUGGhJHN8aZlbUYxWT/6khuzisoCMNSAz/k8CPmb3Yt8sZzzveaMOkZWtLVeNC4bhcjXGW7M1gGZCV46walmPlobxUA3OXHU4yUhIatwexFR+7AWqpQEkkhkSomuJ0nllJY63XnC50Y= 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 1706183850232953.970962167742; Thu, 25 Jan 2024 03:57:30 -0800 (PST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rSyLU-0003I9-2p; Thu, 25 Jan 2024 06:56:36 -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 1rSyLS-0003HL-Mv for qemu-devel@nongnu.org; Thu, 25 Jan 2024 06:56:34 -0500 Received: from forwardcorp1a.mail.yandex.net ([178.154.239.72]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rSyLP-0004z4-DC for qemu-devel@nongnu.org; Thu, 25 Jan 2024 06:56:34 -0500 Received: from mail-nwsmtp-smtp-corp-main-69.vla.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-69.vla.yp-c.yandex.net [IPv6:2a02:6b8:c29:fcc6:0:640:eb21:0]) by forwardcorp1a.mail.yandex.net (Yandex) with ESMTPS id 7F43E60BE5; Thu, 25 Jan 2024 14:56:26 +0300 (MSK) Received: from davydov-max-nux.yandex-team.ru (unknown [2a02:6b8:b081:1220::1:4]) by mail-nwsmtp-smtp-corp-main-69.vla.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id AuSJvL1IYeA0-oEljuE07; Thu, 25 Jan 2024 14:56:25 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1706183785; bh=hu8jYt4ZexfRPQMt+iDW2pNu8liod6iwXg6FOJKzodI=; h=In-Reply-To:Cc:References:To:Message-Id:Date:Subject:From; b=hI6RvO4+g0YjJdHGwCVOU47GT5uaIhKj3/L6hnleZcMFEeJoLmqwBhc2DPJ22+ocs BQ3d2XcI3rFHrY2Jt63JtEiVzM64+Jy11+syrrAiw7yn3EptwTvEfmbgm8CUMHmqpd XK+ETW6qG7jsd8vPtvQfiVetN46RyIgwBWW6V0Ew= Authentication-Results: mail-nwsmtp-smtp-corp-main-69.vla.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru From: Maksim Davydov To: qemu-devel@nongnu.org Cc: 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, davydov-max@yandex-team.ru, vsementsov@yandex-team.ru, alexander.ivanov@virtuozzo.com, den@virtuozzo.com, michael.labiuk@virtuozzo.com Subject: [PATCH v8 3/4] python/qemu/machine: add method to retrieve QEMUMachine::binary field Date: Thu, 25 Jan 2024 14:56:09 +0300 Message-Id: <20240125115610.23697-4-davydov-max@yandex-team.ru> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240125115610.23697-1-davydov-max@yandex-team.ru> References: <20240125115610.23697-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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=178.154.239.72; 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, RCVD_IN_DNSWL_NONE=-0.0001, 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: 1706183851982100001 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..f648f6af45 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