qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Konstantin Kostiuk <kkostiuk@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, Stefan Hajnoczi <stefanha@redhat.com>,
	 Dehan Meng <demeng@redhat.com>,
	Yan Vugenfirer <yvugenfi@redhat.com>
Subject: Re: [PULL v2 25/25] qga/linux: Add new api 'guest-network-get-route'
Date: Mon, 19 Aug 2024 10:07:22 +0300	[thread overview]
Message-ID: <CAPMcbCoc2=CuF2iuiePHF_UMedVnqHLiyocLEk5PrhGmsVcAwA@mail.gmail.com> (raw)
In-Reply-To: <CAFEAcA9v2An2=P3aTNbv+z_a2nk6xQ+f-b4B6Ci0rWO2Q=C18A@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1297 bytes --]

On Thu, Aug 15, 2024 at 5:18 PM Peter Maydell <peter.maydell@linaro.org>
wrote:

> On Mon, 29 Jul 2024 at 10:35, Peter Maydell <peter.maydell@linaro.org>
> wrote:
> >
> > On Mon, 29 Jul 2024 at 08:40, Konstantin Kostiuk <kkostiuk@redhat.com>
> wrote:
> > >
> > > Hi Peter,
> > >
> > > How to see the full coverity report? In
> https://gitlab.com/qemu-project/qemu/-/artifacts, I see only job.log
> > > Do you expect to fix these errors for the 9.1 release?
> >
> > Coverity errors are in https://scan.coverity.com/projects/qemu
> >  -- you can ask for an account with the project if you want
> > to see them directly. But I think you have the information
> > you need in this email: the actual coverity issue isn't
> > much more informative.
> >
> > > Do you expect to fix these errors for the 9.1 release?
> >
> > No, I post these emails to inform the people responsible
> > for the original commits about the problem so that they
> > can provide fixes -- after all, it's the original author
> > that knows most about the code and how to test it.
>
> Konstantin, are you or Dehan planning to write fixes
> for these bugs?
>

Hi Peter,

Yes, we plan to fix these bugs for the 9.2 release.

Best Regards,
Konstantin Kostiuk.


>
> thanks
> -- PMM
>
>

[-- Attachment #2: Type: text/html, Size: 2361 bytes --]

  reply	other threads:[~2024-08-19  7:08 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-23  7:02 [PULL v2 00/25] Misc QEMU-GA patches 2024-07-22 Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 01/25] qga: drop blocking of guest-get-memory-block-size command Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 02/25] qga: move linux vcpu command impls to commands-linux.c Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 03/25] qga: move linux suspend " Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 04/25] qga: move linux fs/disk " Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 05/25] qga: move linux disk/cpu stats " Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 06/25] qga: move linux memory block " Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 07/25] qga: move CONFIG_FSFREEZE/TRIM to be meson defined options Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 08/25] qga: conditionalize schema for commands unsupported on Windows Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 09/25] qga: conditionalize schema for commands unsupported on non-Linux POSIX Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 10/25] qga: conditionalize schema for commands requiring getifaddrs Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 11/25] qga: conditionalize schema for commands requiring linux/win32 Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 12/25] qga: conditionalize schema for commands only supported on Windows Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 13/25] qga: conditionalize schema for commands requiring fsfreeze Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 14/25] qga: conditionalize schema for commands requiring fstrim Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 15/25] qga: conditionalize schema for commands requiring libudev Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 16/25] qga: conditionalize schema for commands requiring utmpx Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 17/25] qga: conditionalize schema for commands not supported on other UNIX Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 18/25] qga: don't disable fsfreeze commands if vss_init fails Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 19/25] qga: move declare of QGAConfig struct to top of file Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 20/25] qga: remove pointless 'blockrpcs_key' variable Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 21/25] qga: allow configuration file path via the cli Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 22/25] qga: centralize logic for disabling/enabling commands Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 23/25] qga/commands-posix: Make ga_wait_child() return boolean Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 24/25] guest-agent: document allow-rpcs in config file section Konstantin Kostiuk
2024-07-23  7:02 ` [PULL v2 25/25] qga/linux: Add new api 'guest-network-get-route' Konstantin Kostiuk
2024-07-25 10:12   ` Peter Maydell
2024-07-29  7:40     ` Konstantin Kostiuk
2024-07-29  9:35       ` Peter Maydell
2024-08-15 14:17         ` Peter Maydell
2024-08-19  7:07           ` Konstantin Kostiuk [this message]
2024-07-23 23:17 ` [PULL v2 00/25] Misc QEMU-GA patches 2024-07-22 Richard Henderson

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='CAPMcbCoc2=CuF2iuiePHF_UMedVnqHLiyocLEk5PrhGmsVcAwA@mail.gmail.com' \
    --to=kkostiuk@redhat.com \
    --cc=demeng@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    --cc=yvugenfi@redhat.com \
    /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).