mbox

[PULL,0/3] Misc QGA patches for 2024-12-18

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

Pull-request

https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-12-18

Message

Konstantin Kostiuk Dec. 18, 2024, 12:03 p.m. UTC
The following changes since commit 8032c78e556cd0baec111740a6c636863f9bd7c8:

  Merge tag 'firmware-20241216-pull-request' of https://gitlab.com/kraxel/qemu into staging (2024-12-16 14:20:33 -0500)

are available in the Git repository at:

  https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-12-18

for you to fetch changes up to 2657a92b5479c8705b128ed1e55feb8960ed498a:

  qga: Don't access global variable in run_agent_once() (2024-12-18 13:46:16 +0200)

----------------------------------------------------------------
qga-pull-2024-12-18

----------------------------------------------------------------
Dehan Meng (1):
      qemu-ga-win: Fix a typo error

Jean-Louis Dupond (1):
      qga: skip bind mounts in fs list

Michal Privoznik (1):
      qga: Don't access global variable in run_agent_once()

 qga/commands-linux.c | 25 +++++++++++++++++++++++++
 qga/commands-win32.c |  2 +-
 qga/main.c           |  2 +-
 3 files changed, 27 insertions(+), 2 deletions(-)

--
2.47.1

Comments

Daniel P. Berrangé Dec. 18, 2024, 12:07 p.m. UTC | #1
Any reason this skipped inclusion of my patch:

  Subject: [PATCH] qga: implement a 'guest-get-load' command

which you already acked ?

On Wed, Dec 18, 2024 at 02:03:18PM +0200, Konstantin Kostiuk wrote:
> The following changes since commit 8032c78e556cd0baec111740a6c636863f9bd7c8:
> 
>   Merge tag 'firmware-20241216-pull-request' of https://gitlab.com/kraxel/qemu into staging (2024-12-16 14:20:33 -0500)
> 
> are available in the Git repository at:
> 
>   https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-12-18
> 
> for you to fetch changes up to 2657a92b5479c8705b128ed1e55feb8960ed498a:
> 
>   qga: Don't access global variable in run_agent_once() (2024-12-18 13:46:16 +0200)
> 
> ----------------------------------------------------------------
> qga-pull-2024-12-18
> 
> ----------------------------------------------------------------
> Dehan Meng (1):
>       qemu-ga-win: Fix a typo error
> 
> Jean-Louis Dupond (1):
>       qga: skip bind mounts in fs list
> 
> Michal Privoznik (1):
>       qga: Don't access global variable in run_agent_once()
> 
>  qga/commands-linux.c | 25 +++++++++++++++++++++++++
>  qga/commands-win32.c |  2 +-
>  qga/main.c           |  2 +-
>  3 files changed, 27 insertions(+), 2 deletions(-)
> 
> --
> 2.47.1
> 
> 

With regards,
Daniel
Konstantin Kostiuk Dec. 18, 2024, 12:12 p.m. UTC | #2
Hi Daniel,

Sorry, I just missed it.
I will send one more PR in a few days and include it.

Best Regards,
Konstantin Kostiuk.


On Wed, Dec 18, 2024 at 2:07 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:

> Any reason this skipped inclusion of my patch:
>
>   Subject: [PATCH] qga: implement a 'guest-get-load' command
>
> which you already acked ?
>
> On Wed, Dec 18, 2024 at 02:03:18PM +0200, Konstantin Kostiuk wrote:
> > The following changes since commit
> 8032c78e556cd0baec111740a6c636863f9bd7c8:
> >
> >   Merge tag 'firmware-20241216-pull-request' of
> https://gitlab.com/kraxel/qemu into staging (2024-12-16 14:20:33 -0500)
> >
> > are available in the Git repository at:
> >
> >   https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-12-18
> >
> > for you to fetch changes up to 2657a92b5479c8705b128ed1e55feb8960ed498a:
> >
> >   qga: Don't access global variable in run_agent_once() (2024-12-18
> 13:46:16 +0200)
> >
> > ----------------------------------------------------------------
> > qga-pull-2024-12-18
> >
> > ----------------------------------------------------------------
> > Dehan Meng (1):
> >       qemu-ga-win: Fix a typo error
> >
> > Jean-Louis Dupond (1):
> >       qga: skip bind mounts in fs list
> >
> > Michal Privoznik (1):
> >       qga: Don't access global variable in run_agent_once()
> >
> >  qga/commands-linux.c | 25 +++++++++++++++++++++++++
> >  qga/commands-win32.c |  2 +-
> >  qga/main.c           |  2 +-
> >  3 files changed, 27 insertions(+), 2 deletions(-)
> >
> > --
> > 2.47.1
> >
> >
>
> With regards,
> Daniel
> --
> |: https://berrange.com      -o-
> https://www.flickr.com/photos/dberrange :|
> |: https://libvirt.org         -o-
> https://fstop138.berrange.com :|
> |: https://entangle-photo.org    -o-
> https://www.instagram.com/dberrange :|
>
>
Stefan Hajnoczi Dec. 19, 2024, 12:30 p.m. UTC | #3
Applied, thanks.

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