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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
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
2020-11-02
qga: Flatten simple union GuestDeviceId
Markus Armbruster
1
-5
/
+4
2020-11-02
qga-win: Fix guest-get-devices error API violations
Markus Armbruster
1
-3
/
+2
2020-11-02
qga: Use common time encoding for guest-get-devices 'driver-date'
Markus Armbruster
1
-8
/
+11
2020-11-02
qga: Rename guest-get-devices return member 'address' to 'id'
Markus Armbruster
1
-8
/
+8
2020-09-16
qga/commands-win32: Fix problem with redundant protype declaration
Thomas Huth
1
-1
/
+4
2020-09-12
qga: add command guest-get-devices for reporting VirtIO devices
Tomáš Golembiovský
1
-1
/
+209
2020-07-27
qga-win: fix "guest-get-fsinfo" wrong filesystem type
Basil Salman
1
-6
/
+23
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-2
/
+1
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
1
-13
/
+6
2020-04-29
qga: Fix qmp_guest_suspend_{disk, ram}() error handling
Markus Armbruster
1
-0
/
+14
2020-04-15
qga: Extract qmp_guest_file_read() to common commands.c
Philippe Mathieu-Daudé
1
-17
/
+3
2020-04-15
qga: Extract guest_file_handle_find() to commands-common.h
Philippe Mathieu-Daudé
1
-3
/
+4
2020-04-15
Revert "prevent crash when executing guest-file-read with large count"
Philippe Mathieu-Daudé
1
-7
/
+1
2020-03-24
qga-win: prevent crash when executing guest-file-read with large count
Basil Salman
1
-1
/
+7
2020-03-09
qga: Improve error report by calling error_setg_win32()
Philippe Mathieu-Daudé
1
-3
/
+5
2019-12-18
qga: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-11-04
qga: Add "guest-get-memory-block-info" to blacklist
Basil Salman
1
-1
/
+1
2019-11-04
qga-win: network-get-interfaces command name field bug fix
Bishara AbuHattoum
1
-5
/
+5
2019-05-07
qga: Fix mingw compilation warnings on enum conversion
Cao Jiaxi
1
-1
/
+1
2019-03-18
qga: Fix guest-get-fsinfo PCI address collection in Windows
Matt Hines
1
-107
/
+210
2019-03-18
qga-win: Adding support for Windows Server 2019 get-osinfo command
Bishara AbuHattoum
1
-2
/
+27
2019-01-11
qga: drop < Vista compatibility
Marc-André Lureau
1
-64
/
+0
2019-01-11
build-sys: build with Vista API by default
Marc-André Lureau
1
-5
/
+1
2018-11-09
qga-win: fix leaks of build_guest_disk_info()
Marc-André Lureau
1
-1
/
+4
2018-10-31
qga: fix an off-by-one issue
Li Qiang
1
-1
/
+1
2018-10-31
qga-win: demystify namespace stripping
Tomáš Golembiovský
1
-1
/
+8
2018-10-31
qga-win: return disk device in guest-get-fsinfo
Tomáš Golembiovský
1
-10
/
+11
2018-10-31
qga-win: handle multi-disk volumes
Tomáš Golembiovský
1
-18
/
+108
2018-10-31
qga-win: refactor disk info
Tomáš Golembiovský
1
-17
/
+35
2018-10-31
qga-win: report disk serial number
Tomáš Golembiovský
1
-0
/
+30
2018-10-31
qga-win: refactor disk properties (bus)
Tomáš Golembiovský
1
-18
/
+27
2018-10-31
qga-win: add debugging information
Tomáš Golembiovský
1
-0
/
+15
2018-10-31
qga-win: fsinfo: pci-info: allow partial info
Sameeh Jubran
1
-13
/
+33
2018-10-31
qga-win: prevent crash when executing fsinfo command
Sameeh Jubran
1
-1
/
+5
2018-10-30
qga-win: add support for qmp_guest_fsfreeze_freeze_list
Chen Hanxiao
1
-12
/
+9
2018-10-30
qga: Support Unicode paths in guest-file-open on win32
Jonathon Reinhart
1
-5
/
+19
2018-07-23
qga-win: Handle fstrim for OSes lower than Win8
Sameeh Jubran
1
-0
/
+13
2018-07-03
qga-win: add driver path usage to GuestFilesystemInfo
Chen Hanxiao
1
-0
/
+12
2018-07-03
qga: check bytes count read by guest-file-read
Prasad J Pandit
1
-1
/
+1
2018-06-01
qga: use local path for local headers
Michael S. Tsirkin
1
-2
/
+2
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
1
-1
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+2
2017-11-20
qga: replace GetIfEntry with GetIfEntry2 for interface stats
ZhiPeng Lu
1
-16
/
+38
[next]