mbox

[PULL,0/3] Misc QGA patches for 2024-03-11

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

Pull-request

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

Message

Konstantin Kostiuk March 11, 2024, 4:57 p.m. UTC
The following changes since commit 7489f7f3f81dcb776df8c1b9a9db281fc21bf05f:

  Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into staging (2024-03-09 20:12:21 +0000)

are available in the Git repository at:

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

for you to fetch changes up to bfded6fe62b859e337386ed3028b85743569a30b:

  qga-win: Add support of Windows Server 2025 in get-osinfo command (2024-03-11 18:24:39 +0200)

----------------------------------------------------------------
qga-pull-2024-03-11-2

----------------------------------------------------------------
Dehan Meng (1):
      qga-win: Add support of Windows Server 2025 in get-osinfo command

Philippe Mathieu-Daudé (2):
      qga/commands-win32: Declare const qualifier before type
      qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays size

 qga/commands-win32.c | 63 ++++++++++++++++++++++++++--------------------------
 1 file changed, 31 insertions(+), 32 deletions(-)

--
2.44.0

Comments

Peter Maydell March 12, 2024, 11:05 a.m. UTC | #1
On Mon, 11 Mar 2024 at 16:57, Konstantin Kostiuk <kkostiuk@redhat.com> wrote:
>
> The following changes since commit 7489f7f3f81dcb776df8c1b9a9db281fc21bf05f:
>
>   Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into staging (2024-03-09 20:12:21 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-03-11-2
>
> for you to fetch changes up to bfded6fe62b859e337386ed3028b85743569a30b:
>
>   qga-win: Add support of Windows Server 2025 in get-osinfo command (2024-03-11 18:24:39 +0200)
>
> ----------------------------------------------------------------
> qga-pull-2024-03-11-2


Applied, thanks.

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

-- PMM