mbox

[PULL,0/3] QGA fixes for guest_network_get_route command for 9.2

Message ID 20241107104001.66039-1-kkostiuk@redhat.com (mailing list archive)
State New
Headers show

Pull-request

https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-11-07

Message

Konstantin Kostiuk Nov. 7, 2024, 10:39 a.m. UTC
The following changes since commit f15f7273ea55472d5904c53566c82369d81214c1:

  Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-11-05 21:27:18 +0000)

are available in the Git repository at:

  https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-11-07

for you to fetch changes up to 5ab1c032e6eea810142eb918c57222464482756f:

  qemu-ga: Avoiding freeing line prematurely (2024-11-07 12:28:20 +0200)

----------------------------------------------------------------
qga-pull-2024-11-07

----------------------------------------------------------------
Dehan Meng (3):
      qemu-ga: Add 'Null' check and Redefine 'route'
      qemu-ga: Optimize var declaration and definition
      qemu-ga: Avoiding freeing line prematurely

 qga/commands-linux.c | 136 +++++++++++++++++++++++++--------------------------
 1 file changed, 66 insertions(+), 70 deletions(-)

--
2.47.0

Comments

Peter Maydell Nov. 8, 2024, 10:22 a.m. UTC | #1
On Thu, 7 Nov 2024 at 10:40, Konstantin Kostiuk <kkostiuk@redhat.com> wrote:
>
> The following changes since commit f15f7273ea55472d5904c53566c82369d81214c1:
>
>   Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-11-05 21:27:18 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-11-07
>
> for you to fetch changes up to 5ab1c032e6eea810142eb918c57222464482756f:
>
>   qemu-ga: Avoiding freeing line prematurely (2024-11-07 12:28:20 +0200)
>
> ----------------------------------------------------------------
> qga-pull-2024-11-07
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM
Konstantin Kostiuk Nov. 8, 2024, 11:29 a.m. UTC | #2
Hi Peter,

Please update me regarding the coverity issues. Is everything fixed or not?

Best Regards,
Konstantin Kostiuk.


On Fri, Nov 8, 2024 at 12:22 PM Peter Maydell <peter.maydell@linaro.org>
wrote:

> On Thu, 7 Nov 2024 at 10:40, Konstantin Kostiuk <kkostiuk@redhat.com>
> wrote:
> >
> > The following changes since commit
> f15f7273ea55472d5904c53566c82369d81214c1:
> >
> >   Merge tag 'pull-target-arm-20241105' of
> https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-11-05
> 21:27:18 +0000)
> >
> > are available in the Git repository at:
> >
> >   https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-11-07
> >
> > for you to fetch changes up to 5ab1c032e6eea810142eb918c57222464482756f:
> >
> >   qemu-ga: Avoiding freeing line prematurely (2024-11-07 12:28:20 +0200)
> >
> > ----------------------------------------------------------------
> > qga-pull-2024-11-07
> >
>
>
> Applied, thanks.
>
> Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
> for any user-visible changes.
>
> -- PMM
>
>
Peter Maydell Nov. 8, 2024, 1:21 p.m. UTC | #3
On Fri, 8 Nov 2024 at 11:29, Konstantin Kostiuk <kkostiuk@redhat.com> wrote:
>
> Hi Peter,
>
> Please update me regarding the coverity issues. Is everything fixed or not?

We won't know until Coverity does another run, which we do about
once a day.

You can look at the status of the issues yourself in
https://scan.coverity.com/projects/qemu?tab=overview
(you'll need to create an account if you don't already
have one; there's an approval process but I try to
approve new applications quickly).

thanks
-- PMM