Age | Commit message (Expand) | Author | Files | Lines |
2015-09-01 | qemu-ga: implement win32 guest-set-user-password | Marc-André Lureau | 1 | -2/+75 |
2015-09-01 | qga: add --dump-conf option | Marc-André Lureau | 1 | -0/+64 |
2015-09-01 | qga: add an optional qemu-ga.conf system configuration | Marc-André Lureau | 1 | -7/+77 |
2015-09-01 | qga: free a bit more | Marc-André Lureau | 1 | -2/+4 |
2015-09-01 | qga: move agent run in a separate function | Marc-André Lureau | 1 | -76/+95 |
2015-09-01 | qga: fill default options in main() | Marc-André Lureau | 1 | -17/+17 |
2015-09-01 | qga: move option parsing to separate function | Marc-André Lureau | 1 | -69/+96 |
2015-09-01 | qga: copy argument strings | Marc-André Lureau | 1 | -26/+31 |
2015-09-01 | qga: rename 'path' to 'channel_path' | Marc-André Lureau | 1 | -4/+5 |
2015-09-01 | qga: make split_list() return allocated strings | Marc-André Lureau | 3 | -18/+14 |
2015-09-01 | qga: move string split in separate function | Marc-André Lureau | 1 | -11/+22 |
2015-09-01 | qga: use exit() when parsing options | Marc-André Lureau | 1 | -12/+12 |
2015-09-01 | qga: misc spelling | Marc-André Lureau | 1 | -1/+1 |
2015-09-01 | qemu-ga: Fixed paths issue with MSI build | Leonid Bloch | 1 | -3/+3 |
2015-09-01 | qemu-ga: Prevent QEMU-GA VSS provider from being unregistered on MSI reinstall | Leonid Bloch | 1 | -9/+5 |
2015-09-01 | qemu-ga: Created a separate component for each installed file in the MSI | Leonid Bloch | 1 | -11/+36 |
2015-09-01 | qemu-ga: Minor cosmetic changes to the WXS file | Leonid Bloch | 1 | -3/+3 |
2015-09-01 | qemu-ga: Fixed GUID capitalization | Leonid Bloch | 1 | -3/+3 |
2015-09-01 | qemu-ga: Two MSI related cosmetic changes | Leonid Bloch | 1 | -1/+2 |
2015-07-21 | qga: fixed versions for guest bus types in qapi-schema | Olga Krishtal | 1 | -1/+1 |
2015-07-07 | qga: added GuestPCIAddress information | Michael Roth | 1 | -1/+96 |
2015-07-07 | qga: added bus type and disk location path | Olga Krishtal | 2 | -2/+147 |
2015-07-07 | qga: added mountpoint and filesystem type for single volume | Olga Krishtal | 1 | -1/+53 |
2015-07-07 | qga: added empty qmp_quest_get_fsinfo functionality. | Olga Krishtal | 1 | -3/+24 |
2015-07-07 | qga: fail early for invalid time | Marc-André Lureau | 1 | -0/+7 |
2015-07-07 | qga: win32 qmp_guest_network_get_interfaces implementation | Kirk Allan | 1 | -3/+216 |
2015-07-07 | Revert "guest agent: remove g_strcmp0 usage" | Markus Armbruster | 1 | -1/+1 |
2015-07-07 | qga/qmp_guest_fstrim: Return per path fstrim result | Justin Ossevoort | 3 | -17/+71 |
2015-07-07 | qga/commands-posix: Fix bug in guest-fstrim | Justin Ossevoort | 1 | -5/+4 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 3 | -55/+55 |
2015-06-17 | qemu-ga: Introduce Windows MSI script | Yossi Hindin | 1 | -0/+145 |
2015-06-17 | qemu-ga: debug printouts to help troubleshoot installation | Yossi Hindin | 2 | -1/+2 |
2015-06-17 | qemu-ga: adding vss-[un]install options | Yossi Hindin | 1 | -1/+9 |
2015-05-05 | qapi: Use 'struct' instead of 'type' in schema | Eric Blake | 1 | -14/+14 |
2015-05-05 | qapi: Unify type bypass and add tests | Eric Blake | 1 | -4/+4 |
2015-04-30 | misc: Fix new collection of typos | Stefan Weil | 1 | -1/+1 |
2015-04-02 | qga: fitering out -fstack-protector-strong | Joseph Hindin | 1 | -1/+1 |
2015-03-19 | qga/commands-posix: Fix resource leak | Shannon Zhao | 1 | -0/+1 |
2015-02-17 | qemu-ga-win: Fail loudly on bare 'set-time' | Michal Privoznik | 2 | -23/+26 |
2015-02-17 | qga: add memory block command that unsupported | zhanghailiang | 2 | -1/+5 |
2015-02-17 | qga: implement qmp_guest_get_memory_block_info() for Linux with sysfs | zhanghailiang | 1 | -2/+29 |
2015-02-17 | qga: implement qmp_guest_set_memory_blocks() for Linux with sysfs | zhanghailiang | 1 | -1/+29 |
2015-02-17 | qga: implement qmp_guest_get_memory_blocks() for Linux with sysfs | zhanghailiang | 1 | -1/+232 |
2015-02-17 | qga: introduce three guest memory block commmands with stubs | zhanghailiang | 3 | -0/+180 |
2015-02-16 | qga: implement file commands for Windows guest | Olga Krishtal | 1 | -21/+250 |
2015-02-16 | guest agent: guest-file-open: refactoring | Simon Zolin | 1 | -8/+23 |
2015-02-16 | qga: add guest-set-user-password command | Daniel P. Berrange | 3 | -0/+146 |
2014-11-17 | qga: fix false negative argument passing | Gonglei | 1 | -2/+2 |
2014-10-22 | qga: Rewrite code where using readdir_r | zhanghailiang | 1 | -12/+15 |
2014-08-15 | channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK) | Gonglei | 1 | -1/+1 |