aboutsummaryrefslogtreecommitdiff
path: root/qga/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-30guest-agent: improve help for --allow-rpcs and --block-rpcsAngel M. Villegas1-2/+2
2023-09-08qga/: spelling fixesMichael Tokarev1-1/+1
2023-07-10qga: Add new option --allow-rpcsKonstantin Kostiuk1-6/+79
2023-07-10qga: Rename ga_disable_not_allowed -> ga_disable_not_allowed_freezeKonstantin Kostiuk1-3/+3
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2022-12-20qga: map GLib log levels to system levelsAndrey Drobyshev1-2/+34
2022-12-20qga-win: add logging to Windows event logAndrey Drobyshev1-3/+13
2022-12-20qga: Add initial OpenBSD and NetBSD supportBrad Smith1-3/+3
2022-10-26qga: Add UFS freeze/thaw support for FreeBSDAlexander Ivanov1-6/+1
2022-10-26qga: Add initial FreeBSD supportAlexander Ivanov1-1/+5
2022-09-20qga: Replace 'blacklist' and 'whitelist' in the guest agent sourcesThomas Huth1-29/+30
2022-09-20qga: Replace 'blacklist' command line and config file options by 'block-rpcs'Thomas Huth1-5/+13
2022-07-08qga: Relocate a path emitted in the help textAkihiko Odaki1-1/+5
2022-05-25trivial: qga: Log version on startKonstantin Kostiuk1-0/+2
2022-04-21qga: use fixed-length and GDateTime for log timestampMarc-André Lureau1-5/+3
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau1-4/+4
2022-04-21qga: replace usleep() with g_usleep()Marc-André Lureau1-1/+1
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-1/+1
2022-04-06qga: replace deprecated g_get_current_time()Marc-André Lureau1-3/+4
2022-03-22qga: remove bswap.h includeMarc-André Lureau1-1/+0
2021-03-16qga: return a more explicit error on why a command is disabledMarc-André Lureau1-2/+2
2021-03-16qga: Switch and case should be at the same indentAlexChen1-26/+26
2021-03-16qga: Open brace '{' following struct go on the sameAlexChen1-2/+1
2021-03-16qga: Add spaces around operatorAlexChen1-2/+2
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster1-15/+7
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf1-1/+1
2020-09-30qga: relocate path to default configuration and hookPaolo Bonzini1-3/+5
2020-07-13qga: fix assert regression on guest-shutdownMarc-André Lureau1-1/+5
2020-03-24qemu-ga: document vsock-listen in the man pageStefan Hajnoczi1-1/+3
2020-03-17qmp: constify QmpCommand and listMarc-André Lureau1-3/+3
2020-01-14qapi: Generate command registration stuff into separate filesMarkus Armbruster1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+0
2019-03-18qga: process_event() simplificationMarc-André Lureau1-38/+9
2018-10-31qga-win: changing --retry-path option behaviorBishara AbuHattoum1-1/+85
2018-10-31qga: add --retry-path option for re-initializing channel on failureMichael Roth1-8/+54
2018-10-31qga: move w32 service handling out of run_agent()Michael Roth1-11/+15
2018-10-31qga: hang GAConfig/socket_activation off of GAState globalMichael Roth1-9/+15
2018-10-31qga: group agent init/cleanup init separate routinesMichael Roth1-32/+50
2018-10-30qga-win: add support for qmp_guest_fsfreeze_freeze_listChen Hanxiao1-1/+1
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau1-44/+10
2018-08-24json: Clean up headersMarkus Armbruster1-1/+1
2018-08-24json: Pass lexical errors and limit violations to callbackMarkus Armbruster1-1/+2
2018-08-24json: Redesign the callback to consume JSON valuesMarkus Armbruster1-9/+3
2018-07-23qga: process_event() simplification and leak fixMarc-André Lureau1-27/+27
2018-07-03qmp: Use QDict * instead of QObject * for response objectsMarkus Armbruster1-4/+4
2018-07-03qmp: De-duplicate error response buildingMarkus Armbruster1-6/+2
2018-07-03qmp qemu-ga: Fix qemu-ga not to accept "control"Markus Armbruster1-1/+1
2018-06-01qga: use local path for local headersMichael S. Tsirkin1-2/+2
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-6/+6