summary refs log tree commit diff stats
path: root/qga/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* guest-agent: improve help for --allow-rpcs and --block-rpcsAngel M. Villegas2024-01-301-2/+2
* qga/: spelling fixesMichael Tokarev2023-09-081-1/+1
* qga: Add new option --allow-rpcsKonstantin Kostiuk2023-07-101-6/+79
* qga: Rename ga_disable_not_allowed -> ga_disable_not_allowed_freezeKonstantin Kostiuk2023-07-101-3/+3
* error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
* qga: map GLib log levels to system levelsAndrey Drobyshev2022-12-201-2/+34
* qga-win: add logging to Windows event logAndrey Drobyshev2022-12-201-3/+13
* qga: Add initial OpenBSD and NetBSD supportBrad Smith2022-12-201-3/+3
* qga: Add UFS freeze/thaw support for FreeBSDAlexander Ivanov2022-10-261-6/+1
* qga: Add initial FreeBSD supportAlexander Ivanov2022-10-261-1/+5
* qga: Replace 'blacklist' and 'whitelist' in the guest agent sourcesThomas Huth2022-09-201-29/+30
* qga: Replace 'blacklist' command line and config file options by 'block-rpcs'Thomas Huth2022-09-201-5/+13
* qga: Relocate a path emitted in the help textAkihiko Odaki2022-07-081-1/+5
* trivial: qga: Log version on startKonstantin Kostiuk2022-05-251-0/+2
* qga: use fixed-length and GDateTime for log timestampMarc-André Lureau2022-04-211-5/+3
* util: replace qemu_get_local_state_pathname()Marc-André Lureau2022-04-211-4/+4
* qga: replace usleep() with g_usleep()Marc-André Lureau2022-04-211-1/+1
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* qga: replace deprecated g_get_current_time()Marc-André Lureau2022-04-061-3/+4
* qga: remove bswap.h includeMarc-André Lureau2022-03-221-1/+0
* qga: return a more explicit error on why a command is disabledMarc-André Lureau2021-03-161-2/+2
* qga: Switch and case should be at the same indentAlexChen2021-03-161-26/+26
* qga: Open brace '{' following struct go on the sameAlexChen2021-03-161-2/+1
* qga: Add spaces around operatorAlexChen2021-03-161-2/+2
* qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster2020-12-191-15/+7
* qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf2020-10-091-1/+1
* qga: relocate path to default configuration and hookPaolo Bonzini2020-09-301-3/+5
* qga: fix assert regression on guest-shutdownMarc-André Lureau2020-07-131-1/+5
* qemu-ga: document vsock-listen in the man pageStefan Hajnoczi2020-03-241-1/+3
* qmp: constify QmpCommand and listMarc-André Lureau2020-03-171-3/+3
* qapi: Generate command registration stuff into separate filesMarkus Armbruster2020-01-141-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+0
* qga: process_event() simplificationMarc-André Lureau2019-03-181-38/+9
* qga-win: changing --retry-path option behaviorBishara AbuHattoum2018-10-311-1/+85
* qga: add --retry-path option for re-initializing channel on failureMichael Roth2018-10-311-8/+54
* qga: move w32 service handling out of run_agent()Michael Roth2018-10-311-11/+15
* qga: hang GAConfig/socket_activation off of GAState globalMichael Roth2018-10-311-9/+15
* qga: group agent init/cleanup init separate routinesMichael Roth2018-10-311-32/+50
* qga-win: add support for qmp_guest_fsfreeze_freeze_listChen Hanxiao2018-10-301-1/+1
* util: add qemu_write_pidfile()Marc-André Lureau2018-10-021-44/+10
* json: Clean up headersMarkus Armbruster2018-08-241-1/+1
* json: Pass lexical errors and limit violations to callbackMarkus Armbruster2018-08-241-1/+2
* json: Redesign the callback to consume JSON valuesMarkus Armbruster2018-08-241-9/+3
* qga: process_event() simplification and leak fixMarc-André Lureau2018-07-231-27/+27
* qmp: Use QDict * instead of QObject * for response objectsMarkus Armbruster2018-07-031-4/+4
* qmp: De-duplicate error response buildingMarkus Armbruster2018-07-031-6/+2
* qmp qemu-ga: Fix qemu-ga not to accept "control"Markus Armbruster2018-07-031-1/+1
* qga: use local path for local headersMichael S. Tsirkin2018-06-011-2/+2
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-6/+6