Age | Commit message (Expand) | Author |
2024-05-14 | Remove glib compatibility code that is not required anymore | Thomas Huth |
2024-05-14 | Bump minimum glib version to v2.66 | Thomas Huth |
2024-05-03 | qga/commands-posix: fix typo in qmp_guest_set_user_password | Paolo Bonzini |
2024-05-01 | qga: Implement SSH commands for Windows | aidaleuc |
2024-05-01 | qga: Refactor common SSH functions | aidaleuc |
2024-05-01 | qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper | Andrey Drobyshev |
2024-05-01 | qga/commands-posix: don't do fork()/exec() when suspending via sysfs | Andrey Drobyshev |
2024-05-01 | qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper | Andrey Drobyshev |
2024-05-01 | qga/commands-posix: qmp_guest_set_time: use ga_run_command helper | Andrey Drobyshev |
2024-05-01 | qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper | Andrey Drobyshev |
2024-05-01 | qga: introduce ga_run_command() helper for guest cmd execution | Andrey Drobyshev |
2024-05-01 | qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field | Andrey Drobyshev |
2024-04-30 | qga: Re-enable the qga-ssh-test when running without fuzzing | Thomas Huth |
2024-03-26 | qga/qapi-schema: Refill doc comments to conform to current conventions | Markus Armbruster |
2024-03-11 | qga-win: Add support of Windows Server 2025 in get-osinfo command | Dehan Meng |
2024-03-11 | qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays size | Philippe Mathieu-Daudé |
2024-03-11 | qga/commands-win32: Declare const qualifier before type | Philippe Mathieu-Daudé |
2024-03-04 | qga/qapi-schema: Fix guest-set-memory-blocks documentation | Markus Armbruster |
2024-03-04 | qga/qapi-schema: Tweak documentation of fsfreeze commands | Markus Armbruster |
2024-03-04 | qga/qapi-schema: Clean up "Returns" sections | Markus Armbruster |
2024-03-04 | qga/qapi-schema: Delete useless "Returns" sections | Markus Armbruster |
2024-03-04 | qga/qapi-schema: Move error documentation to new "Errors" sections | Markus Armbruster |
2024-02-12 | qga/qapi-schema: Plug trivial documentation holes | Markus Armbruster |
2024-02-12 | qga/qapi-schema: Clean up documentation of guest-set-vcpus | Markus Armbruster |
2024-02-12 | qga/qapi-schema: Clean up documentation of guest-set-memory-blocks | Markus Armbruster |
2024-02-12 | qapi: Require member documentation (with loophole) | Markus Armbruster |
2024-02-03 | qga/qapi-schema: Move command description right after command name | Markus Armbruster |
2024-01-30 | qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN | Nick Briggs |
2024-01-30 | qga-win: Fix guest-get-fsinfo multi-disks collection | Peng Ji |
2024-01-30 | guest-agent: improve help for --allow-rpcs and --block-rpcs | Angel M. Villegas |
2023-12-31 | configure, meson: rename targetos to host_os | Paolo Bonzini |
2023-12-31 | meson: remove config_targetos | Paolo Bonzini |
2023-12-31 | meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos | Paolo Bonzini |
2023-12-31 | meson: remove OS definitions from config_targetos | Paolo Bonzini |
2023-12-31 | meson: use version_compare() to compare version | Paolo Bonzini |
2023-11-25 | build-sys: fix meson project version usage | Marc-André Lureau |
2023-11-17 | qga: Improve guest-exec-status error message | Markus Armbruster |
2023-10-18 | configure, meson: use command line options to configure qemu-ga | Paolo Bonzini |
2023-10-11 | qapi: qga: Clarify when out-data and err-data are populated | Daniel Xu |
2023-10-11 | qga: Fix memory leak when output stream is unused | Daniel Xu |
2023-10-11 | qga: Remove platform GUID definitions | Akihiko Odaki |
2023-09-08 | qga/: spelling fixes | Michael Tokarev |
2023-09-07 | configure, meson: remove target OS symbols from config-host.mak | Paolo Bonzini |
2023-07-10 | QGA VSS: Add log in functions begin/end | Konstantin Kostiuk |
2023-07-10 | QGA VSS: Print error in err_set | Konstantin Kostiuk |
2023-07-10 | QGA VSS: Replace 'fprintf(stderr' with qga_debug | Konstantin Kostiuk |
2023-07-10 | QGA VSS: Add wrapper to send log to debugger and stderr | Konstantin Kostiuk |
2023-07-10 | qga: Add new option --allow-rpcs | Konstantin Kostiuk |
2023-07-10 | qga: Rename ga_disable_not_allowed -> ga_disable_not_allowed_freeze | Konstantin Kostiuk |
2023-07-07 | meson.build: Remove the logic to link C code with the C++ linker | Thomas Huth |