aboutsummaryrefslogtreecommitdiff
path: root/qga/main.c
AgeCommit message (Expand)Author
2024-08-16docs: Fix some typos (found by typos) and grammar issuesStefan Weil
2024-07-19qga: centralize logic for disabling/enabling commandsDaniel P. Berrangé
2024-07-19qga: allow configuration file path via the cliDaniel P. Berrangé
2024-07-19qga: remove pointless 'blockrpcs_key' variableDaniel P. Berrangé
2024-07-19qga: move declare of QGAConfig struct to top of fileDaniel P. Berrangé
2024-07-19qga: don't disable fsfreeze commands if vss_init failsDaniel P. Berrangé
2024-06-04qga: Remove deprecated 'blacklist' argument / config keyPhilippe Mathieu-Daudé
2024-01-30guest-agent: improve help for --allow-rpcs and --block-rpcsAngel M. Villegas
2023-09-08qga/: spelling fixesMichael Tokarev
2023-07-10qga: Add new option --allow-rpcsKonstantin Kostiuk
2023-07-10qga: Rename ga_disable_not_allowed -> ga_disable_not_allowed_freezeKonstantin Kostiuk
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2022-12-20qga: map GLib log levels to system levelsAndrey Drobyshev
2022-12-20qga-win: add logging to Windows event logAndrey Drobyshev
2022-12-20qga: Add initial OpenBSD and NetBSD supportBrad Smith
2022-10-26qga: Add UFS freeze/thaw support for FreeBSDAlexander Ivanov
2022-10-26qga: Add initial FreeBSD supportAlexander Ivanov
2022-09-20qga: Replace 'blacklist' and 'whitelist' in the guest agent sourcesThomas Huth
2022-09-20qga: Replace 'blacklist' command line and config file options by 'block-rpcs'Thomas Huth
2022-07-08qga: Relocate a path emitted in the help textAkihiko Odaki
2022-05-25trivial: qga: Log version on startKonstantin Kostiuk
2022-04-21qga: use fixed-length and GDateTime for log timestampMarc-André Lureau
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau
2022-04-21qga: replace usleep() with g_usleep()Marc-André Lureau
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-06qga: replace deprecated g_get_current_time()Marc-André Lureau
2022-03-22qga: remove bswap.h includeMarc-André Lureau
2021-03-16qga: return a more explicit error on why a command is disabledMarc-André Lureau
2021-03-16qga: Switch and case should be at the same indentAlexChen
2021-03-16qga: Open brace '{' following struct go on the sameAlexChen
2021-03-16qga: Add spaces around operatorAlexChen
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf
2020-09-30qga: relocate path to default configuration and hookPaolo Bonzini
2020-07-13qga: fix assert regression on guest-shutdownMarc-André Lureau
2020-03-24qemu-ga: document vsock-listen in the man pageStefan Hajnoczi
2020-03-17qmp: constify QmpCommand and listMarc-André Lureau
2020-01-14qapi: Generate command registration stuff into separate filesMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-18qga: process_event() simplificationMarc-André Lureau
2018-10-31qga-win: changing --retry-path option behaviorBishara AbuHattoum
2018-10-31qga: add --retry-path option for re-initializing channel on failureMichael Roth
2018-10-31qga: move w32 service handling out of run_agent()Michael Roth
2018-10-31qga: hang GAConfig/socket_activation off of GAState globalMichael Roth
2018-10-31qga: group agent init/cleanup init separate routinesMichael Roth
2018-10-30qga-win: add support for qmp_guest_fsfreeze_freeze_listChen Hanxiao
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau
2018-08-24json: Clean up headersMarkus Armbruster
2018-08-24json: Pass lexical errors and limit violations to callbackMarkus Armbruster