From: Konstantin Kostiuk <kkostiuk@redhat.com>
To: "Marc-André Lureau" <marcandre.lureau@redhat.com>
Cc: qemu-devel <qemu-devel@nongnu.org>, Michael Roth <michael.roth@amd.com>
Subject: Re: [PATCH] trivial: qga: Log version on start
Date: Mon, 23 May 2022 22:16:59 +0300 [thread overview]
Message-ID: <CAPMcbCpyUgJ2V9b-=TqDCVrKVTCHN8yik=rMz4MtNEgHGS4bJA@mail.gmail.com> (raw)
In-Reply-To: <CAMxuvay25hx1vvKNWbRH=BmA2Jhd09sfbDc5jhAY4Ai9rQmwaw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1145 bytes --]
On Mon, May 23, 2022 at 8:35 PM Marc-André Lureau <
marcandre.lureau@redhat.com> wrote:
> On Mon, May 23, 2022 at 4:56 PM Konstantin Kostiuk <kkostiuk@redhat.com>
> wrote:
> >
> > Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
>
> why not, and why not QEMU_FULL_VERSION? :)
>
QEMU_FULL_VERSION is good too, no specific reason to use QEMU_VERSION.
> 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..a58368c75e 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_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
> >
>
>
[-- Attachment #2: Type: text/html, Size: 1960 bytes --]
prev parent reply other threads:[~2022-05-23 19:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-23 14:56 [PATCH] trivial: qga: Log version on start Konstantin Kostiuk
2022-05-23 17:34 ` Marc-André Lureau
2022-05-23 19:16 ` Konstantin Kostiuk [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAPMcbCpyUgJ2V9b-=TqDCVrKVTCHN8yik=rMz4MtNEgHGS4bJA@mail.gmail.com' \
--to=kkostiuk@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=michael.roth@amd.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).