index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qga
/
commands-win32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-19
qga: centralize logic for disabling/enabling commands
Daniel P. Berrangé
1
-6
/
+0
2024-07-19
qga: don't disable fsfreeze commands if vss_init fails
Daniel P. Berrangé
1
-15
/
+3
2024-07-19
qga: conditionalize schema for commands unsupported on Windows
Daniel P. Berrangé
1
-55
/
+1
2024-07-19
qga: drop blocking of guest-get-memory-block-size command
Daniel P. Berrangé
1
-1
/
+1
2024-05-27
qga: Shorten several error messages
Markus Armbruster
1
-16
/
+8
2024-05-27
qga-win32: Improve guest-set-user-password, guest-file-open errors
Markus Armbruster
1
-8
/
+9
2024-05-01
qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field
Andrey Drobyshev
1
-0
/
+1
2024-03-11
qga-win: Add support of Windows Server 2025 in get-osinfo command
Dehan Meng
1
-0
/
+1
2024-03-11
qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays size
Philippe Mathieu-Daudé
1
-25
/
+23
2024-03-11
qga/commands-win32: Declare const qualifier before type
Philippe Mathieu-Daudé
1
-11
/
+11
2024-01-30
qga-win: Fix guest-get-fsinfo multi-disks collection
Peng Ji
1
-0
/
+2
2023-10-11
qga: Remove platform GUID definitions
Akihiko Odaki
1
-7
/
+0
2023-09-08
qga/: spelling fixes
Michael Tokarev
1
-2
/
+2
2023-05-04
qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601
Thomas Huth
1
-2
/
+0
2022-12-20
qga:/qga-win: skip getting pci info for USB disks
Kfir Manor
1
-4
/
+8
2022-12-20
qga:/qga-win: adding a empty PCI address creation function
Kfir Manor
1
-7
/
+13
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
1
-5
/
+3
2022-12-14
qapi qga: Elide redundant has_FOO in generated C
Markus Armbruster
1
-33
/
+7
2022-12-14
error: Drop some obviously superfluous error_propagate()
Markus Armbruster
1
-5
/
+3
2022-09-20
qga: Replace 'blacklist' and 'whitelist' in the guest agent sources
Thomas Huth
1
-5
/
+5
2022-07-13
qga: add command 'guest-get-cpustats'
zhenwei pi
1
-0
/
+6
2022-05-25
qga-win32: Add support for NVME bus type
Konstantin Kostiuk
1
-0
/
+5
2022-05-25
qga: add guest-get-diskstats command for Linux guests
luzhipeng
1
-0
/
+6
2022-04-21
qga: move qga_get_host_name()
Marc-André Lureau
1
-0
/
+13
2022-04-06
build-sys: drop ntddscsi.h check
Marc-André Lureau
1
-19
/
+0
2022-04-06
qga: replace qemu_gettimeofday() with g_get_real_time()
Marc-André Lureau
1
-19
/
+0
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-4
/
+4
2022-02-21
meson, configure: move ntddscsi API check to meson
Marc-André Lureau
1
-3
/
+3
2022-01-10
qga-win: Detect Windows 11 by build number
Kostiantyn Kostiuk
1
-9
/
+14
2022-01-10
qga-win: Detect OS based on Windows 10 by first build number
Kostiantyn Kostiuk
1
-7
/
+11
2022-01-10
gqa-win: get_pci_info: Replace 'while' with 2 calls of the function
Kostiantyn Kostiuk
1
-6
/
+24
2022-01-10
gqa-win: get_pci_info: Add g_autofree for few variables
Kostiantyn Kostiuk
1
-4
/
+2
2022-01-10
gqa-win: get_pci_info: Split logic to separate functions
Kostiantyn Kostiuk
1
-74
/
+87
2022-01-10
gqa-win: get_pci_info: Free parent_dev_info properly
Kostiantyn Kostiuk
1
-2
/
+5
2022-01-10
gqa-win: get_pci_info: Use common 'end' label
Kostiantyn Kostiuk
1
-13
/
+12
2022-01-10
gqa-win: get_pci_info: Clean dev_info if handle is valid
Kostiantyn Kostiuk
1
-2
/
+4
2021-08-26
Remove superfluous ERRP_GUARD()
Markus Armbruster
1
-1
/
+0
2021-08-02
qga-win: Free GMatchInfo properly
Kostiantyn Kostiuk
1
-2
/
+1
2021-08-02
qga-win: Fix handle leak in ga_get_win_product_name()
Basil Salman
1
-2
/
+7
2021-08-02
qga-win: Fix build_guest_fsinfo() close of nonexistent
Basil Salman
1
-2
/
+4
2021-07-12
qga-win: Add support of Windows Server 2022 in get-osinfo command
Kostiantyn Kostiuk
1
-1
/
+2
2021-03-16
qga: Delete redundant spaces
AlexChen
1
-2
/
+2
2021-03-16
qga: Add spaces around operator
AlexChen
1
-11
/
+11
2021-01-28
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
1
-58
/
+30
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
1
-8
/
+3
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
1
-24
/
+8
2020-12-10
qga: Tweak a guest-shutdown error message
Markus Armbruster
1
-1
/
+1
2020-12-10
qga: Replace an unreachable error by abort()
Markus Armbruster
1
-2
/
+1
2020-11-02
qga: add implementation of guest-get-disks for Windows
Tomáš Golembiovský
1
-6
/
+101
2020-11-02
qga: add command guest-get-disks
Tomáš Golembiovský
1
-0
/
+6
[next]