mbox

[PULL,0/4] Misc changes guest agent

Message ID 20240130105856.27178-1-kkostiuk@redhat.com
State New
Headers show

Pull-request

https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-01-30

Message

Konstantin Kostiuk Jan. 30, 2024, 10:58 a.m. UTC
The following changes since commit 11be70677c70fdccd452a3233653949b79e97908:

  Merge tag 'pull-vfio-20240129' of https://github.com/legoater/qemu into staging (2024-01-29 10:53:56 +0000)

are available in the Git repository at:

  https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-01-30

for you to fetch changes up to b3e0f64487a4b937d871ce4ce9c259e02ec02191:

  qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN (2024-01-30 12:14:28 +0200)

----------------------------------------------------------------
qga-pull-2024-01-30

----------------------------------------------------------------
Angel M. Villegas (1):
      guest-agent: improve help for --allow-rpcs and --block-rpcs

Nick Briggs (1):
      qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN

Peng Ji (1):
      qga-win: Fix guest-get-fsinfo multi-disks collection

Samuel Tardieu (1):
      tests/unit/test-qga: do not qualify executable paths

 docs/interop/qemu-ga.rst | 8 ++++----
 qga/commands-posix.c     | 5 ++++-
 qga/commands-win32.c     | 2 ++
 qga/main.c               | 4 ++--
 tests/unit/test-qga.c    | 6 +++---
 5 files changed, 15 insertions(+), 10 deletions(-)

--
2.42.0

Comments

Peter Maydell Jan. 31, 2024, 7:52 p.m. UTC | #1
On Tue, 30 Jan 2024 at 10:59, Konstantin Kostiuk <kkostiuk@redhat.com> wrote:
>
> The following changes since commit 11be70677c70fdccd452a3233653949b79e97908:
>
>   Merge tag 'pull-vfio-20240129' of https://github.com/legoater/qemu into staging (2024-01-29 10:53:56 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-01-30
>
> for you to fetch changes up to b3e0f64487a4b937d871ce4ce9c259e02ec02191:
>
>   qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN (2024-01-30 12:14:28 +0200)
>
> ----------------------------------------------------------------
> qga-pull-2024-01-30


Applied, thanks.

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

-- PMM