index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qga
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Add spaces after symbol declaration for consistency
John Snow
2021-10-02
1
-0
/
+3
*
Remove superfluous ERRP_GUARD()
Markus Armbruster
2021-08-26
2
-18
/
+0
*
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau
2021-08-26
1
-4
/
+4
*
qga: fix leak of base64 decoded data on command error
Daniel P. Berrangé
2021-08-10
1
-2
/
+2
*
qga-win/msi: fix missing libstdc++-6 DLL in MSI installer
Michael Roth
2021-08-03
1
-0
/
+4
*
qemu-ga/msi: fix w32 libgcc name
Gerd Hoffmann
2021-08-03
1
-1
/
+1
*
qga-win: Free GMatchInfo properly
Kostiantyn Kostiuk
2021-08-03
1
-2
/
+1
*
qga-win: Fix handle leak in ga_get_win_product_name()
Basil Salman
2021-08-03
1
-2
/
+7
*
qga-win: Fix build_guest_fsinfo() close of nonexistent
Basil Salman
2021-08-03
1
-2
/
+4
*
qga-win: Increase VSS freeze timeout to 60 secs instead of 10
Basil Salman
2021-08-03
1
-1
/
+1
*
qga-win: Add support of Windows Server 2022 in get-osinfo command
Kostiantyn Kostiuk
2021-07-12
1
-1
/
+2
*
qga: fix guest-get-disks regression
Marc-André Lureau
2021-04-20
1
-0
/
+1
*
qapi: Enforce struct member naming rules
Markus Armbruster
2021-03-23
1
-0
/
+4
*
qapi: Rename pragma *-whitelist to *-exceptions
Markus Armbruster
2021-03-23
1
-1
/
+1
*
qga: return a more explicit error on why a command is disabled
Marc-André Lureau
2021-03-17
1
-2
/
+2
*
qga: Switch and case should be at the same indent
AlexChen
2021-03-17
1
-26
/
+26
*
qga: Open brace '{' following struct go on the same
AlexChen
2021-03-17
1
-2
/
+1
*
qga: Delete redundant spaces
AlexChen
2021-03-17
1
-2
/
+2
*
qga: Add spaces around operator
AlexChen
2021-03-17
5
-20
/
+21
*
qga: Correct loop count in qmp_guest_get_vcpus()
Lin Ma
2021-03-17
1
-29
/
+14
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-03-08
1
-2
/
+2
|
\
|
*
qga-vss: Use dynamic linking for GLib
Kostiantyn Kostiuk
2021-03-06
1
-2
/
+2
*
|
qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfaces
Eric Blake
2021-03-05
1
-45
/
+30
|
/
*
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
2021-01-28
2
-71
/
+36
*
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
2021-01-28
2
-30
/
+12
*
meson: convert wixl detection to Meson
Paolo Bonzini
2021-01-23
1
-21
/
+34
*
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...
Peter Maydell
2021-01-01
2
-1
/
+53
|
\
|
*
qga/commands-posix: Send CCW address on s390x with the fsinfo data
Thomas Huth
2020-12-21
2
-1
/
+53
*
|
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
2020-12-19
1
-15
/
+7
*
|
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
4
-71
/
+21
|
/
*
qga: Tweak a guest-shutdown error message
Markus Armbruster
2020-12-10
1
-1
/
+1
*
qga: Replace an unreachable error by abort()
Markus Armbruster
2020-12-10
1
-2
/
+1
*
meson: Fix build with --disable-guest-agent-msi
Stefan Weil
2020-11-18
1
-17
/
+19
*
qga: update schema for guest-get-disks 'dependents' field
Michael Roth
2020-11-16
2
-8
/
+10
*
qga: fix missing closedir() in qmp_guest_get_disks()
Michael Roth
2020-11-09
1
-0
/
+3
*
qga: add ssh-get-authorized-keys
Marc-André Lureau
2020-11-03
3
-2
/
+106
*
meson: minor simplification
Marc-André Lureau
2020-11-03
1
-6
/
+1
*
qga: add *reset argument to ssh-add-authorized-keys
Michael Roth
2020-11-03
2
-6
/
+50
*
qga: add ssh-{add,remove}-authorized-keys
Marc-André Lureau
2020-11-03
3
-1
/
+466
*
qga: add implementation of guest-get-disks for Windows
Tomáš Golembiovský
2020-11-02
1
-6
/
+101
*
qga: add implementation of guest-get-disks for Linux
Tomáš Golembiovský
2020-11-02
1
-11
/
+292
*
qga: add command guest-get-disks
Tomáš Golembiovský
2020-11-02
3
-0
/
+43
*
qga: Flatten simple union GuestDeviceId
Markus Armbruster
2020-11-02
2
-5
/
+12
*
qga-win: Fix guest-get-devices error API violations
Markus Armbruster
2020-11-02
1
-3
/
+2
*
qga: Use common time encoding for guest-get-devices 'driver-date'
Markus Armbruster
2020-11-02
2
-10
/
+13
*
qga: Rename guest-get-devices return member 'address' to 'id'
Markus Armbruster
2020-11-02
2
-16
/
+17
*
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
2020-10-09
1
-1
/
+1
*
qga: relocate path to default configuration and hook
Paolo Bonzini
2020-09-30
1
-3
/
+5
*
meson: fix MSI rule
Marc-André Lureau
2020-09-30
1
-0
/
+1
*
qga/qapi-schema.json: Add some headings
Peter Maydell
2020-09-29
1
-3
/
+5
[next]