1. 09613de android: introduce win32CreateFile() et al. by David 'Digit' Turner · 8 years ago
  2. 2f1b295 android: Introduce qemu_stat() and qemu_lstat() by David 'Digit' Turner · 8 years ago
  3. 121d071 Clean up header guards that don't match their file name by Markus Armbruster · 9 years ago
  4. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 9 years ago
  5. 9be3859 coccinelle: Remove unnecessary variables for function return value by Eduardo Habkost · 9 years ago
  6. 621ff94 error: Remove NULL checks on error_propagate() calls by Eduardo Habkost · 9 years ago
  7. 36a2c2d qga: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  8. e35916a qga: spelling fix by Michael Tokarev · 9 years ago
  9. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  10. 27559c2 qga: Workaround for console redirection from non-interactive qemu-ga service by Yuri Pudgorodskiy · 9 years ago
  11. 3005c2c qga: fix fd leak with guest-exec i/o channels by Yuriy Pudgorodskiy · 9 years ago
  12. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  13. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  14. c80f6e9 Clean up includes some more by Markus Armbruster · 9 years ago
  15. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  16. a284974 qemu-ga: drop unused local err variable by Stefan Hajnoczi · 9 years ago
  17. e55eb80 qga: fix w32 breakage due to missing osdep.h includes by Michael Roth · 9 years ago
  18. 8021de1 qga: check utf8-to-utf16 conversion by Marc-André Lureau · 9 years ago
  19. 25d943b9 qga: fix off-by-one length check by Marc-André Lureau · 9 years ago
  20. 6c6916d qga: use wide-chars constants for wchar_t comparisons by Marc-André Lureau · 9 years ago
  21. 6771197 qga: use size_t for wcslen() return value by Marc-André Lureau · 9 years ago
  22. 02506e2 qga: use more idiomatic qemu-style eol operators by Marc-André Lureau · 9 years ago
  23. a7a1736 qga: implement the guest-get-vcpus for windows by Gal Hammer · 9 years ago
  24. 01fdadd qemu-ga: Fixed minor version switch issue by Leonid Bloch · 9 years ago
  25. 0b4b493 qga: Support enum names in guest-file-seek by Eric Blake · 9 years ago
  26. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  27. 4459bf3 qga: Clean up includes by Peter Maydell · 9 years ago
  28. 9af9e0f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 9 years ago
  29. 920639c qga: convert to use error checked base64 decode by Daniel P. Berrange · 9 years ago
  30. a5df350 Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-11-26' into staging by Peter Maydell · 9 years ago
  31. 95385fe qjson: store tokens in a GQueue by Paolo Bonzini · 9 years ago
  32. 44c6e00 qga: added another non-interactive gspawn() helper file. by Yuri Pudgorodskiy · 9 years ago
  33. 0a982b1 qga: Better mapping of SEEK_* in guest-file-seek by Eric Blake · 9 years ago
  34. 895b00f qga: flush explicitly when needed by Marc-André Lureau · 9 years ago
  35. f2b608a qga: gspawn() console helper to Windows guest agent msi build by Yuri Pudgorodskiy · 9 years ago
  36. 0be4083 qga: allow to lookup in PATH from the passed envp for guest-exec by Yuri Pudgorodskiy · 9 years ago
  37. 02a4d82 qga: fix for default env processing for guest-exec by Yuri Pudgorodskiy · 9 years ago
  38. 52074d0 qga: fix append file open modes for win32 by Kirk Allan · 9 years ago
  39. fb68777 qga: set file descriptor in qmp_guest_file_open non-blocking on Win32 by Olga Krishtal · 9 years ago
  40. c87d096 qga: fixed CloseHandle in qmp_guest_file_open by Olga Krishtal · 9 years ago
  41. 1250539 qga: drop hand-made guest_file_toggle_flags helper by Denis V. Lunev · 9 years ago
  42. 89cad9f qdict: Make conversion from QObject * accept null by Markus Armbruster · 9 years ago
  43. e853ea1 qga: fix uninitialized value warning for win32 by Michael Roth · 9 years ago
  44. a1853dc qga: guest-exec simple stdin/stdout/stderr redirection by Yuri Pudgorodskiy · 9 years ago
  45. f74df9b qga: handle G_IO_STATUS_AGAIN in ga_channel_write_all() by Yuri Pudgorodskiy · 9 years ago
  46. 4005b47 qga: handle possible SIGPIPE in guest-file-write by Denis V. Lunev · 9 years ago
  47. d697e30 qga: guest exec functionality by Yuri Pudgorodskiy · 9 years ago
  48. b4fe97c qga: drop guest_file_init helper and replace it with static initializers by Denis V. Lunev · 9 years ago
  49. f693fe6 qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocks by Michael Roth · 9 years ago
  50. 6eaeae3 qga: do not override configuration verbosity by Marc-André Lureau · 9 years ago
  51. 8e34bf3 qga: add QGA_CONF environment variable by Marc-André Lureau · 9 years ago
  52. f3a0640 qga: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
  53. 67cc32e typofixes - v4 by Veres Lajos · 9 years ago
  54. 71e0e06 docs: fix a qga/qapi-schema.json comment by Marc-André Lureau · 9 years ago
  55. a8f15a2 maint: remove double semicolons in many files by Daniel P. Berrange · 9 years ago
  56. 1e9b65b error: On abort, report where the error was created by Markus Armbruster · 10 years ago
  57. 08e6464 qga/vss-win32: Document the DLL requires non-null errp by Markus Armbruster · 10 years ago
  58. e7cf59e qga: Clean up unnecessarily dirty casts by Markus Armbruster · 10 years ago
  59. 259434b qemu-ga: implement win32 guest-set-user-password by Marc-André Lureau · 10 years ago
  60. aeadcbb qga: add --dump-conf option by Marc-André Lureau · 9 years ago
  61. e236d06 qga: add an optional qemu-ga.conf system configuration by Marc-André Lureau · 9 years ago
  62. d4c8a5d qga: free a bit more by Marc-André Lureau · 9 years ago
  63. e3d3103 qga: move agent run in a separate function by Marc-André Lureau · 9 years ago
  64. ef8be55 qga: fill default options in main() by Marc-André Lureau · 9 years ago
  65. 7a40669 qga: move option parsing to separate function by Marc-André Lureau · 9 years ago
  66. 2e38d99 qga: copy argument strings by Marc-André Lureau · 9 years ago
  67. 44de156 qga: rename 'path' to 'channel_path' by Marc-André Lureau · 9 years ago
  68. 4bca81c qga: make split_list() return allocated strings by Marc-André Lureau · 9 years ago
  69. 23b4289 qga: move string split in separate function by Marc-André Lureau · 9 years ago
  70. c6c8452 qga: use exit() when parsing options by Marc-André Lureau · 9 years ago
  71. 2e2a58e qga: misc spelling by Marc-André Lureau · 9 years ago
  72. decdfbd qemu-ga: Fixed paths issue with MSI build by Leonid Bloch · 9 years ago
  73. 848849d qemu-ga: Prevent QEMU-GA VSS provider from being unregistered on MSI reinstall by Leonid Bloch · 9 years ago
  74. 5e994f9 qemu-ga: Created a separate component for each installed file in the MSI by Leonid Bloch · 9 years ago
  75. 8b17ccc qemu-ga: Minor cosmetic changes to the WXS file by Leonid Bloch · 9 years ago
  76. 1d394fb qemu-ga: Fixed GUID capitalization by Leonid Bloch · 9 years ago
  77. 0a18750 qemu-ga: Two MSI related cosmetic changes by Leonid Bloch · 9 years ago
  78. 5f8343d qga: fixed versions for guest bus types in qapi-schema by Olga Krishtal · 10 years ago
  79. c54e1eb qga: added GuestPCIAddress information by Michael Roth · 10 years ago
  80. a3ef3b2 qga: added bus type and disk location path by Olga Krishtal · 10 years ago
  81. d2b3f39 qga: added mountpoint and filesystem type for single volume by Olga Krishtal · 10 years ago
  82. ef0a03f qga: added empty qmp_quest_get_fsinfo functionality. by Olga Krishtal · 10 years ago
  83. 00d2f37 qga: fail early for invalid time by Marc-André Lureau · 10 years ago
  84. d6c5528 qga: win32 qmp_guest_network_get_interfaces implementation by Kirk Allan · 10 years ago
  85. f300414 Revert "guest agent: remove g_strcmp0 usage" by Markus Armbruster · 10 years ago
  86. e82855d qga/qmp_guest_fstrim: Return per path fstrim result by Justin Ossevoort · 10 years ago
  87. 73a652a qga/commands-posix: Fix bug in guest-fstrim by Justin Ossevoort · 10 years ago
  88. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  89. 66ae13b qemu-ga: Introduce Windows MSI script by Yossi Hindin · 10 years ago
  90. c69403f qemu-ga: debug printouts to help troubleshoot installation by Yossi Hindin · 10 years ago
  91. 5e03107 qemu-ga: adding vss-[un]install options by Yossi Hindin · 10 years ago
  92. 895a2a8 qapi: Use 'struct' instead of 'type' in schema by Eric Blake · 10 years ago
  93. d708cdb qapi: Unify type bypass and add tests by Eric Blake · 10 years ago
  94. 631b22e misc: Fix new collection of typos by Stefan Weil · 10 years ago
  95. 420957a qga: fitering out -fstack-protector-strong by Joseph Hindin · 10 years ago
  96. 8ce1ee4 qga/commands-posix: Fix resource leak by Shannon Zhao · 10 years ago
  97. ee17cbd qemu-ga-win: Fail loudly on bare 'set-time' by Michal Privoznik · 10 years ago
  98. 0dd38a0 qga: add memory block command that unsupported by zhanghailiang · 10 years ago
  99. ef82b60 qga: implement qmp_guest_get_memory_block_info() for Linux with sysfs by zhanghailiang · 10 years ago
  100. 32ca792 qga: implement qmp_guest_set_memory_blocks() for Linux with sysfs by zhanghailiang · 10 years ago