1. 67cc32e typofixes - v4 by Veres Lajos · 9 years ago
  2. 71e0e06 docs: fix a qga/qapi-schema.json comment by Marc-André Lureau · 10 years ago
  3. a8f15a2 maint: remove double semicolons in many files by Daniel P. Berrange · 10 years ago
  4. 1e9b65b error: On abort, report where the error was created by Markus Armbruster · 10 years ago
  5. 08e64640 qga/vss-win32: Document the DLL requires non-null errp by Markus Armbruster · 10 years ago
  6. e7cf59e qga: Clean up unnecessarily dirty casts by Markus Armbruster · 10 years ago
  7. 259434b qemu-ga: implement win32 guest-set-user-password by Marc-André Lureau · 10 years ago
  8. aeadcbb qga: add --dump-conf option by Marc-André Lureau · 10 years ago
  9. e236d06 qga: add an optional qemu-ga.conf system configuration by Marc-André Lureau · 10 years ago
  10. d4c8a5d qga: free a bit more by Marc-André Lureau · 10 years ago
  11. e3d31039 qga: move agent run in a separate function by Marc-André Lureau · 10 years ago
  12. ef8be55 qga: fill default options in main() by Marc-André Lureau · 10 years ago
  13. 7a40669 qga: move option parsing to separate function by Marc-André Lureau · 10 years ago
  14. 2e38d99 qga: copy argument strings by Marc-André Lureau · 10 years ago
  15. 44de156 qga: rename 'path' to 'channel_path' by Marc-André Lureau · 10 years ago
  16. 4bca81c qga: make split_list() return allocated strings by Marc-André Lureau · 10 years ago
  17. 23b4289 qga: move string split in separate function by Marc-André Lureau · 10 years ago
  18. c6c8452 qga: use exit() when parsing options by Marc-André Lureau · 10 years ago
  19. 2e2a58e qga: misc spelling by Marc-André Lureau · 10 years ago
  20. decdfbd qemu-ga: Fixed paths issue with MSI build by Leonid Bloch · 10 years ago
  21. 848849d qemu-ga: Prevent QEMU-GA VSS provider from being unregistered on MSI reinstall by Leonid Bloch · 10 years ago
  22. 5e994f9 qemu-ga: Created a separate component for each installed file in the MSI by Leonid Bloch · 10 years ago
  23. 8b17ccc qemu-ga: Minor cosmetic changes to the WXS file by Leonid Bloch · 10 years ago
  24. 1d394fb qemu-ga: Fixed GUID capitalization by Leonid Bloch · 10 years ago
  25. 0a18750 qemu-ga: Two MSI related cosmetic changes by Leonid Bloch · 10 years ago
  26. 5f8343d qga: fixed versions for guest bus types in qapi-schema by Olga Krishtal · 10 years ago
  27. c54e1eb qga: added GuestPCIAddress information by Michael Roth · 10 years ago
  28. a3ef3b2 qga: added bus type and disk location path by Olga Krishtal · 10 years ago
  29. d2b3f39 qga: added mountpoint and filesystem type for single volume by Olga Krishtal · 10 years ago
  30. ef0a03f qga: added empty qmp_quest_get_fsinfo functionality. by Olga Krishtal · 10 years ago
  31. 00d2f37 qga: fail early for invalid time by Marc-André Lureau · 10 years ago
  32. d6c5528 qga: win32 qmp_guest_network_get_interfaces implementation by Kirk Allan · 10 years ago
  33. f300414 Revert "guest agent: remove g_strcmp0 usage" by Markus Armbruster · 10 years ago
  34. e82855d qga/qmp_guest_fstrim: Return per path fstrim result by Justin Ossevoort · 10 years ago
  35. 73a652a qga/commands-posix: Fix bug in guest-fstrim by Justin Ossevoort · 10 years ago
  36. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  37. 66ae13b qemu-ga: Introduce Windows MSI script by Yossi Hindin · 10 years ago
  38. c69403f qemu-ga: debug printouts to help troubleshoot installation by Yossi Hindin · 10 years ago
  39. 5e03107 qemu-ga: adding vss-[un]install options by Yossi Hindin · 10 years ago
  40. 895a2a8 qapi: Use 'struct' instead of 'type' in schema by Eric Blake · 10 years ago
  41. d708cdb qapi: Unify type bypass and add tests by Eric Blake · 10 years ago
  42. 631b22e misc: Fix new collection of typos by Stefan Weil · 10 years ago
  43. 420957a qga: fitering out -fstack-protector-strong by Joseph Hindin · 10 years ago
  44. 8ce1ee4 qga/commands-posix: Fix resource leak by Shannon Zhao · 10 years ago
  45. ee17cbd qemu-ga-win: Fail loudly on bare 'set-time' by Michal Privoznik · 10 years ago
  46. 0dd38a0 qga: add memory block command that unsupported by zhanghailiang · 10 years ago
  47. ef82b60 qga: implement qmp_guest_get_memory_block_info() for Linux with sysfs by zhanghailiang · 10 years ago
  48. 32ca792 qga: implement qmp_guest_set_memory_blocks() for Linux with sysfs by zhanghailiang · 10 years ago
  49. bd240fc qga: implement qmp_guest_get_memory_blocks() for Linux with sysfs by zhanghailiang · 10 years ago
  50. a065aaa qga: introduce three guest memory block commmands with stubs by zhanghailiang · 10 years ago
  51. fa19359 qga: implement file commands for Windows guest by Olga Krishtal · 10 years ago
  52. 85b6f6f guest agent: guest-file-open: refactoring by Simon Zolin · 10 years ago
  53. 215a277 qga: add guest-set-user-password command by Daniel P. Berrange · 10 years ago
  54. 1def745 qga: fix false negative argument passing by Gonglei · 10 years ago
  55. e668d1b qga: Rewrite code where using readdir_r by zhanghailiang · 10 years ago
  56. 16b3808 channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK) by Gonglei · 11 years ago
  57. 1281c08 qga: Disable unsupported commands by default by Tomoki Sekiyama · 11 years ago
  58. 46d4c57 qga: Add guest-get-fsinfo command by Tomoki Sekiyama · 11 years ago
  59. e99bce2 qga: Add guest-fsfreeze-freeze-list command by Tomoki Sekiyama · 11 years ago
  60. 13a439e qga: Add missing 'static' attribute by Stefan Weil · 11 years ago
  61. 374044f qga: Fix handle fd leak in acquire_privilege() by Gonglei · 11 years ago
  62. 5e54769 qga: Drop superfluous error_is_set() by Markus Armbruster · 11 years ago
  63. 0f230bf qga: Clean up fragile use of error_is_set() by Markus Armbruster · 11 years ago
  64. a903f40 qga: Use return values instead of error_is_set(errp) by Markus Armbruster · 11 years ago
  65. 77dbc81 qga: Consistently name Error ** objects errp, and not err by Markus Armbruster · 11 years ago
  66. 8e8be26 qga: Fix typo (plural) in comment by Stefan Weil · 11 years ago
  67. 1634df5 qga: trivial fix for unclear documentation of guest-set-time by Amos Kong · 11 years ago
  68. 9854202 vss-win32: Fix build with mingw64-headers-3.1.0 by Tomoki Sekiyama · 11 years ago
  69. cae8a92 qga: Remove unneeded include file by Stefan Weil · 11 years ago
  70. a749f42 qemu-ga: isa-serial support on Windows by Miki Mishael · 11 years ago
  71. 10b7c5d qga: Fix memory allocation pasto by Markus Armbruster · 11 years ago
  72. 2c95892 qga: Don't require 'time' argument in guest-set-time command by Michal Privoznik · 11 years ago
  73. d9e1f57 qga: vss-win32: Fix interference with snapshot deletion by other VSS request by Tomoki Sekiyama · 11 years ago
  74. ff8adbc qga: vss-win32: Fix interference with snapshot creation by other VSS requesters by Tomoki Sekiyama · 11 years ago
  75. 4c1b8f1 qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and CreateEvent by Tomoki Sekiyama · 11 years ago
  76. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  77. 16f4e8f qga: Fix two format strings for MinGW by Stefan Weil · 11 years ago
  78. d916ada Merge remote-tracking branch 'bonzini/tags/for-anthony' into staging by Anthony Liguori · 11 years ago
  79. bca4bf1 qemu-ga: vss-win32: Install VSS provider COM+ application service by Tomoki Sekiyama · 11 years ago
  80. d607a52 qga: Fix compiler warnings (missing format attribute, wrong format strings) by Stefan Weil · 11 years ago
  81. 485e741 qga: Fix shutdown command of guest agent to work with SysV by whitearchey · 11 years ago
  82. ba1c293 qga: Fix compilation for old versions of MinGW by Stefan Weil · 11 years ago
  83. 0106dc4 qemu-ga: Extend 'guest-info' command to expose flag 'success-response' by Mark Wu · 11 years ago
  84. 8dc4d91 qemu-ga: Add interface to traverse the qmp command list by QmpCommand by Mark Wu · 11 years ago
  85. e5d9adb qemu-ga: execute fsfreeze-freeze in reverse order of mounts by Tomoki Sekiyama · 11 years ago
  86. f311f2c qemu-ga: Install Windows VSS provider on `qemu-ga -s install' by Tomoki Sekiyama · 12 years ago
  87. 64c0031 qemu-ga: Call Windows VSS requester in fsfreeze command handler by Tomoki Sekiyama · 12 years ago
  88. b39297a qemu-ga: Add Windows VSS provider and requester as DLL by Tomoki Sekiyama · 12 years ago
  89. 340d51d qga: escape cmdline args when registering win32 service (CVE-2013-2231) by Laszlo Ersek · 12 years ago
  90. 108365f ga_install_service(): nest error paths more idiomatically by Laszlo Ersek · 12 years ago
  91. febf1c4 qga/service-win32.c: diagnostic output should go to stderr by Laszlo Ersek · 12 years ago
  92. a839ee7 qga: save state directory in ga_install_service() by Laszlo Ersek · 12 years ago
  93. a880845 qga: remove undefined behavior in ga_install_service() by Laszlo Ersek · 12 years ago
  94. bf12c1f qga: create state directory on win32 by Laszlo Ersek · 12 years ago
  95. c394ecb qga: determine default state dir and pidfile dynamically by Laszlo Ersek · 12 years ago
  96. ce4cc31 Merge remote-tracking branch 'mdroth/qga-pull-2013-05-13' into staging by Anthony Liguori · 12 years ago
  97. 2b72001 qga: unlink just created guest-file if fchmod() or fdopen() fails on it by Laszlo Ersek · 12 years ago
  98. 8fe6bbc qga: distinguish binary modes in "guest_file_open_modes" map by Laszlo Ersek · 12 years ago
  99. c7e775e remove double semicolons by Dong Xu Wang · 12 years ago
  100. c689b4f qga: set umask 0077 when daemonizing (CVE-2013-2007) by Laszlo Ersek · 12 years ago