]> Git Repo - qemu.git/commitdiff
Merge remote-tracking branch 'remotes/konstantin/tags/qga-win32-pull-2022-01-10'...
authorPeter Maydell <[email protected]>
Sun, 16 Jan 2022 16:32:34 +0000 (16:32 +0000)
committerPeter Maydell <[email protected]>
Sun, 16 Jan 2022 16:32:34 +0000 (16:32 +0000)
[PULL 0/9] qemu-ga-win patches

# gpg: Signature made Sat 15 Jan 2022 22:04:01 GMT
# gpg:                using RSA key C2C2C109EA43C63C1423EB84EF5D5E8161BA84E7
# gpg: Good signature from "Kostiantyn Kostiuk (Upstream PR sign) <[email protected]>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: C2C2 C109 EA43 C63C 1423  EB84 EF5D 5E81 61BA 84E7

* remotes/konstantin/tags/qga-win32-pull-2022-01-10:
  qga-win: Detect Windows 11 by build number
  qga-win: Detect OS based on Windows 10 by first build number
  gqa-win: get_pci_info: Replace 'while' with 2 calls of the function
  gqa-win: get_pci_info: Add g_autofree for few variables
  gqa-win: get_pci_info: Split logic to separate functions
  gqa-win: get_pci_info: Free parent_dev_info properly
  gqa-win: get_pci_info: Use common 'end' label
  gqa-win: get_pci_info: Clean dev_info if handle is valid
  MAINTAINERS: Add entry for QEMU Guest Agent Windows components

Signed-off-by: Peter Maydell <[email protected]>
1  2 
MAINTAINERS

diff --combined MAINTAINERS
index 6ccdec7f0207cece6d3f3c55c0938efa93f41ab0,391904bc60014ae36206045a26e869f7bfb405cd..2fd74c46426f00039a888d6c1ca6e34ca45cbf39
@@@ -1245,7 -1245,7 +1245,7 @@@ F: hw/openrisc/openrisc_sim.
  
  PowerPC Machines
  ----------------
 -405
 +405 (ref405ep and taihu)
  S: Orphan
  F: hw/ppc/ppc405_boards.c
@@@ -1281,7 -1281,6 +1281,7 @@@ New World (mac99
  M: Mark Cave-Ayland <[email protected]>
  S: Odd Fixes
 +F: docs/system/ppc/powermac.rst
  F: hw/ppc/mac_newworld.c
  F: hw/pci-host/uninorth.c
  F: hw/pci-bridge/dec.[hc]
@@@ -1300,7 -1299,6 +1300,7 @@@ Old World (g3beige
  M: Mark Cave-Ayland <[email protected]>
  S: Odd Fixes
 +F: docs/system/ppc/powermac.rst
  F: hw/ppc/mac_oldworld.c
  F: hw/pci-host/grackle.c
  F: hw/misc/macio/
@@@ -1314,7 -1312,6 +1314,7 @@@ PRe
  M: Hervé Poussineau <[email protected]>
  S: Maintained
 +F: docs/system/ppc/prep.rst
  F: hw/ppc/prep.c
  F: hw/ppc/prep_systemio.c
  F: hw/ppc/rs6000_mc.c
@@@ -1327,7 -1324,7 +1327,7 @@@ F: include/hw/isa/pc87312.
  F: include/hw/rtc/m48t59.h
  F: tests/avocado/ppc_prep_40p.py
  
 -sPAPR
 +sPAPR (pseries)
  M: Cédric Le Goater <[email protected]>
  M: Daniel Henrique Barboza <[email protected]>
  R: David Gibson <[email protected]>
@@@ -1339,8 -1336,8 +1339,8 @@@ F: include/hw/*/spapr
  F: hw/*/xics*
  F: include/hw/*/xics*
  F: pc-bios/slof.bin
 -F: docs/specs/ppc-spapr-hcalls.txt
 -F: docs/specs/ppc-spapr-hotplug.txt
 +F: docs/system/ppc/pseries.rst
 +F: docs/specs/ppc-spapr-*
  F: tests/qtest/spapr*
  F: tests/qtest/libqos/*spapr*
  F: tests/qtest/rtas*
@@@ -1351,7 -1348,6 +1351,7 @@@ PowerNV (Non-Virtualized
  M: Cédric Le Goater <[email protected]>
  S: Maintained
 +F: docs/system/ppc/powernv.rst
  F: hw/ppc/pnv*
  F: hw/intc/pnv*
  F: hw/intc/xics_pnv.c
@@@ -2741,6 -2737,14 +2741,14 @@@ F: scripts/qemu-guest-agent
  F: tests/unit/test-qga.c
  T: git https://github.com/mdroth/qemu.git qga
  
+ QEMU Guest Agent Win32
+ M: Konstantin Kostiuk <[email protected]>
+ S: Maintained
+ F: qga/*win32*
+ F: qga/vss-win32/
+ F: qga/installer/
+ T: git https://github.com/kostyanf14/qemu.git qga-win32
  QOM
  M: Paolo Bonzini <[email protected]>
  R: Daniel P. Berrange <[email protected]>
This page took 0.034935 seconds and 4 git commands to generate.