All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] trivial: qga: Log version on start
@ 2022-05-23 19:16 Konstantin Kostiuk
  2022-05-23 19:16 ` [PATCH v2 1/1] " Konstantin Kostiuk
  0 siblings, 1 reply; 2+ messages in thread
From: Konstantin Kostiuk @ 2022-05-23 19:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau, Michael Roth

v1 -> v2: Use QEMU_FULL_VERSION instead of QEMU_VERSION
v1: https://patchew.org/QEMU/20220523145610.809663-1-kkostiuk@redhat.com/

Konstantin Kostiuk (1):
  trivial: qga: Log version on start

 qga/main.c | 2 ++
 1 file changed, 2 insertions(+)

--
2.25.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH v2 1/1] trivial: qga: Log version on start
  2022-05-23 19:16 [PATCH v2 0/1] trivial: qga: Log version on start Konstantin Kostiuk
@ 2022-05-23 19:16 ` Konstantin Kostiuk
  0 siblings, 0 replies; 2+ messages in thread
From: Konstantin Kostiuk @ 2022-05-23 19:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau, Michael Roth

Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 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, int 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 default
      * or a user override). We got past the command line parsing; let's create
--
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-23 19:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 19:16 [PATCH v2 0/1] trivial: qga: Log version on start Konstantin Kostiuk
2022-05-23 19:16 ` [PATCH v2 1/1] " Konstantin Kostiuk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.