From nobody Sat Apr 20 15:20:39 2024 Delivered-To: importer2@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+importer2=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1653333553; cv=none; d=zohomail.com; s=zohoarc; b=cgFRrsdujpPU4aLUmLJycq3mDiYzq4VwOVxwNVCDxohNx/eDkgC8dZjBHa6QX8fmGYy8hqEvOoXpa0PtzhtjM0bf+vpQTKlsVh2+CO07LcSStYNXRRekg7w5U7tBv7EyHbnnuQ7yIBX6MLm/t6U4z9pvXcbCu9RIIH2+nEhj4b4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1653333553; 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=6GCZNHHTdx6Z6VoOOibGK40JQian2HFnx8ya6b+uuVk=; b=V/84/TKKFOohjjPzQXLySZpa03U/oBxm7SOaBVz60VpszffiE56+sakJAtuP0eJ5umWkDjqF2qHtSZeCQMXKSGO+wAvfjEA/tZ0bGomgoLUNv+rAsb8tZ58q267evfDZ7qUhq3etXruSXQd5lxjNLufoF22azwDhLHPl2GTLUEg= 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+importer2=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 1653333553677509.78173149996417; Mon, 23 May 2022 12:19:13 -0700 (PDT) Received: from localhost ([::1]:53952 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ntDaB-0000Au-DB for importer2@patchew.org; Mon, 23 May 2022 15:19:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52870) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntDY1-0007TQ-51 for qemu-devel@nongnu.org; Mon, 23 May 2022 15:16:57 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]:56436) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntDXv-0007Sb-82 for qemu-devel@nongnu.org; Mon, 23 May 2022 15:16:53 -0400 Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-307-qfJIY5O-MfWF1Z-47d3NWg-1; Mon, 23 May 2022 15:16:49 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D8B431E7DCC1; Mon, 23 May 2022 19:16:48 +0000 (UTC) Received: from kostyanf14nb.redhat.com (unknown [10.40.195.86]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E86B02026D6A; Mon, 23 May 2022 19:16:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1653333410; 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=6GCZNHHTdx6Z6VoOOibGK40JQian2HFnx8ya6b+uuVk=; b=LyFoQNrQMty9+LFEOYy6QgiRQ5ws3siEIF7u4y//DEJsXPTVkpB2+WguR/nmWO8jr9xGu9 8E3rUa3oA5ckRTdW4/Slkhj37TJ0+rsqRasyW7EgcwWlS36Yr35ubz9GKRGUu5/Az9HNSs m4/einSXd2rXl+aL3kG2eiHms53Wfms= X-MC-Unique: qfJIY5O-MfWF1Z-47d3NWg-1 From: Konstantin Kostiuk To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Michael Roth Subject: [PATCH v2 1/1] trivial: qga: Log version on start Date: Mon, 23 May 2022 22:16:44 +0300 Message-Id: <20220523191644.823726-2-kkostiuk@redhat.com> In-Reply-To: <20220523191644.823726-1-kkostiuk@redhat.com> References: <20220523191644.823726-1-kkostiuk@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 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+importer2=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=170.10.129.124; envelope-from=kkostiuk@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -28 X-Spam_score: -2.9 X-Spam_bar: -- X-Spam_report: (-2.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.082, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, 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+importer2=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1653333554980100001 Signed-off-by: Konstantin Kostiuk Reviewed-by: Marc-Andr=C3=A9 Lureau --- qga/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qga/main.c b/qga/main.c index 3b9546c185..c373fec3ee 100644 --- a/qga/main.c +++ b/qga/main.c @@ -1271,6 +1271,8 @@ static GAState *initialize_agent(GAConfig *config, in= t socket_activation) g_log_set_fatal_mask(NULL, G_LOG_LEVEL_ERROR); ga_enable_logging(s); + g_debug("Guest agent version %s started", QEMU_FULL_VERSION); + #ifdef _WIN32 /* On win32 the state directory is application specific (be it the def= ault * or a user override). We got past the command line parsing; let's cr= eate -- 2.25.1