aboutsummaryrefslogtreecommitdiffstats
path: root/qga (follow)
Commit message (Expand)AuthorAgeFilesLines
* qga: Drop dangling reference to QERR_QGA_LOGGING_DISABLEDMarkus Armbruster2023-02-231-3/+2
* error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
* qga: Clean up includesMarkus Armbruster2023-02-083-4/+2
* error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov2023-01-091-3/+1
* qga-win: choose the right libpcre version to include in MSI packageAndrey Drobyshev2022-12-202-3/+15
* qga: map GLib log levels to system levelsAndrey Drobyshev2022-12-201-2/+34
* qga-win: add logging to Windows event logAndrey Drobyshev2022-12-204-4/+45
* qga: Add initial OpenBSD and NetBSD supportBrad Smith2022-12-203-5/+15
* qga:/qga-win: skip getting pci info for USB disksKfir Manor2022-12-201-4/+8
* qga:/qga-win: adding a empty PCI address creation functionKfir Manor2022-12-201-7/+13
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-151-5/+3
|\
| * error: Drop some obviously superfluous error_propagate()Markus Armbruster2022-12-141-5/+3
* | qapi qga: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-143-64/+19
|/
* Fix some typos in documentation and commentsStefan Weil2022-11-051-1/+1
* qga: add channel path to error messagesBjørn Forsman2022-10-261-2/+2
* qga: Add HW address getting for FreeBSDAlexander Ivanov2022-10-261-0/+15
* qga: Move HW address getting to a separate functionAlexander Ivanov2022-10-263-42/+78
* qga: Add support for user password setting in FreeBSDAlexander Ivanov2022-10-261-10/+25
* qga: Add shutdown/halt/reboot support for FreeBSDAlexander Ivanov2022-10-261-0/+7
* qga: Add UFS freeze/thaw support for FreeBSDAlexander Ivanov2022-10-265-164/+334
* qga: Move Linux-specific FS freeze/thaw code to a separate fileAlexander Ivanov2022-10-264-272/+338
* qga: Add initial FreeBSD supportAlexander Ivanov2022-10-263-1/+32
* meson: require 0.61.3Paolo Bonzini2022-10-011-1/+1
* qga: Replace 'blacklist' and 'whitelist' in the guest agent sourcesThomas Huth2022-09-205-45/+46
* qga: Replace 'blacklist' command line and config file options by 'block-rpcs'Thomas Huth2022-09-201-5/+13
* qga: treat get-guest-fsinfo as "best effort"John Snow2022-07-181-1/+9
* Merge tag 'qga-win32-pull-2022-07-13' of github.com:kostyanf14/qemu into stagingPeter Maydell2022-07-143-0/+176
|\
| * qga: add command 'guest-get-cpustats'zhenwei pi2022-07-133-0/+176
* | qga: Relocate a path emitted in the help textAkihiko Odaki2022-07-081-1/+5
|/
* meson: qga: do not use deprecated meson.build_root()Paolo Bonzini2022-06-061-1/+1
* qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindirMarc-André Lureau2022-05-282-13/+13
* qga/wixl: simplify some pre-processingMarc-André Lureau2022-05-281-13/+7
* qga/wixl: require Mingw_binMarc-André Lureau2022-05-281-9/+0
* qga/wixl: prefer variables over environmentMarc-André Lureau2022-05-282-26/+13
* qga: make build_fs_mount_list() return a boolMarc-André Lureau2022-05-281-15/+10
* qga: replace qemu_open_old() with qga_open_cloexec()Marc-André Lureau2022-05-282-8/+13
* qga: throw an Error in ga_channel_open()Marc-André Lureau2022-05-281-25/+17
* qga: use qga_open_cloexec() for safe_open_or_create()Marc-André Lureau2022-05-281-4/+3
* qga: add qga_open_cloexec() helperMarc-André Lureau2022-05-283-0/+42
* qga: flatten safe_open_or_create()Marc-André Lureau2022-05-281-60/+60
* qga-win32: Add support for NVME bus typeKonstantin Kostiuk2022-05-251-0/+5
* trivial: qga: Log version on startKonstantin Kostiuk2022-05-251-0/+2
* qga: add guest-get-diskstats command for Linux guestsluzhipeng2022-05-253-0/+215
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-05-162-3/+3
|\
| * qga-vss: Use the proper operator to free memoryKonstantin Kostiuk2022-05-141-2/+2
| * qga-vss: Add auto generated headers to dependenciesKonstantin Kostiuk2022-05-141-1/+1
* | qapi: Fix malformed "Since:" section tagsMarkus Armbruster2022-05-161-1/+1
|/
* qga-vss: always build qga-vss.tlb when qga-vss.dll is builtKonstantin Kostiuk2022-05-071-2/+2
* qga: Introduce disk smartzhenwei pi2022-05-042-1/+125
* qga: Introduce NVMe disk bus typezhenwei pi2022-05-042-2/+6