aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
2023-11-25build-sys: fix meson project version usageMarc-André Lureau1-1/+1
2023-11-17qga: Improve guest-exec-status error messageMarkus Armbruster1-1/+1
2023-10-18configure, meson: use command line options to configure qemu-gaPaolo Bonzini1-3/+6
2023-10-11qapi: qga: Clarify when out-data and err-data are populatedDaniel Xu1-3/+5
2023-10-11qga: Fix memory leak when output stream is unusedDaniel Xu1-2/+2
2023-10-11qga: Remove platform GUID definitionsAkihiko Odaki1-7/+0
2023-09-08qga/: spelling fixesMichael Tokarev6-8/+8
2023-09-07configure, meson: remove target OS symbols from config-host.makPaolo Bonzini1-2/+2
2023-07-10QGA VSS: Add log in functions begin/endKonstantin Kostiuk3-0/+72
2023-07-10QGA VSS: Print error in err_setKonstantin Kostiuk1-3/+5
2023-07-10QGA VSS: Replace 'fprintf(stderr' with qga_debugKonstantin Kostiuk2-10/+11
2023-07-10QGA VSS: Add wrapper to send log to debugger and stderrKonstantin Kostiuk3-1/+65
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-07-07meson.build: Remove the logic to link C code with the C++ linkerThomas Huth1-1/+1
2023-06-09spelling: informationMichael Tokarev1-1/+1
2023-05-25meson: fix rule for qemu-ga installerPaolo Bonzini1-1/+1
2023-05-18meson: use prefer_static optionPaolo Bonzini1-1/+1
2023-05-10qga/qapi-schema: Reformat doc comments to conform to current conventionsMarkus Armbruster1-293/+389
2023-05-04qga: Fix suspend on Linux guests without systemdMark Somerville1-6/+6
2023-05-04qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601Thomas Huth1-2/+0
2023-05-04qga: Add `merged` variant to GuestExecCaptureOutputModeDaniel Xu2-3/+27
2023-05-04qga: Refactor guest-exec capture-output to take enumDaniel Xu2-4/+66
2023-05-04qga/linux: add usb support to guest-get-fsinfoKfir Manor1-1/+5
2023-04-28qga/qapi-schema: Fix member documentation markupMarkus Armbruster1-3/+3
2023-04-28qga/qapi-schema: Fix a misspelled referenceMarkus Armbruster1-1/+1
2023-04-28qga/qapi-schema: Tidy up documentation of guest-fsfreeze-statusMarkus Armbruster1-1/+1
2023-03-24Merge tag 'qga-pull-2023-03-22' of github.com:kostyanf14/qemu into stagingPeter Maydell1-1/+1
2023-03-22qga/vss-win32: fix warning for clang++-15Pierrick Bouvier1-1/+1
2023-03-08qga/win/vss: requester_freeze changesKfir Manor1-1/+2
2023-03-08qga/win/vss: query VSS backup typeKfir Manor2-0/+41
2023-03-08qga/win/installer: add VssOption to installerKfir Manor1-0/+4
2023-03-08qga/win32: Use rundll for VSS installationKonstantin Kostiuk3-5/+16
2023-03-08qga/win32: Remove change action from MSI installerKonstantin Kostiuk1-0/+1
2023-02-23qga: Drop dangling reference to QERR_QGA_LOGGING_DISABLEDMarkus Armbruster1-3/+2
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2023-02-08qga: Clean up includesMarkus Armbruster3-4/+2
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov1-3/+1
2022-12-20qga-win: choose the right libpcre version to include in MSI packageAndrey Drobyshev2-3/+15
2022-12-20qga: map GLib log levels to system levelsAndrey Drobyshev1-2/+34
2022-12-20qga-win: add logging to Windows event logAndrey Drobyshev4-4/+45
2022-12-20qga: Add initial OpenBSD and NetBSD supportBrad Smith3-5/+15
2022-12-20qga:/qga-win: skip getting pci info for USB disksKfir Manor1-4/+8
2022-12-20qga:/qga-win: adding a empty PCI address creation functionKfir Manor1-7/+13
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-5/+3
2022-12-14qapi qga: Elide redundant has_FOO in generated CMarkus Armbruster3-64/+19
2022-12-14error: Drop some obviously superfluous error_propagate()Markus Armbruster1-5/+3
2022-11-05Fix some typos in documentation and commentsStefan Weil1-1/+1
2022-10-26qga: add channel path to error messagesBjørn Forsman1-2/+2
2022-10-26qga: Add HW address getting for FreeBSDAlexander Ivanov1-0/+15