summaryrefslogtreecommitdiffstats
path: root/qga
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* build-sys: drop ntddscsi.h checkMarc-André Lureau2022-04-062-23/+2Star
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* qga: remove explicit environ argument from exec/spawnMarc-André Lureau2022-04-061-17/+7Star
* qga: replace deprecated g_get_current_time()Marc-André Lureau2022-04-061-3/+4
* qga: replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-063-33/+5Star
* qga/vss-win32: fix compilation with clang++Helge Konetzka2022-04-051-1/+2
* qga: remove bswap.h includeMarc-André Lureau2022-03-221-1/+0Star
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-222-2/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-212-5/+5
* qga/vss: update informative message about MinGWMarc-André Lureau2022-03-151-1/+1
* qga/vss-win32: check old VSS SDK headersMarc-André Lureau2022-03-153-1/+10
* meson, configure: move ntddscsi API check to mesonMarc-André Lureau2022-02-212-4/+4
* meson: require dynamic linking for VSS supportMarc-André Lureau2022-02-212-2/+4
* qga/vss-win32: require widl/midl, remove pre-built TLB fileMarc-André Lureau2022-02-213-8/+3Star
* meson: do not make qga/vss-win32/meson.build conditional on C++ presenceMarc-André Lureau2022-02-211-17/+24
* configure, meson: replace VSS SDK checks and options with --enable-vss-sdkMarc-André Lureau2022-02-211-2/+19
* qga/vss: use standard windows headers locationMarc-André Lureau2022-02-214-10/+6Star
* qga/vss-win32: use widl if availableMarc-André Lureau2022-02-211-3/+6
* qga/vss-win32: fix midl argumentsMarc-André Lureau2022-02-211-2/+1Star
* configure, meson: move guest-agent, tools to mesonPaolo Bonzini2022-02-211-0/+7
* configure, meson: cleanup qemu-ga librariesPaolo Bonzini2022-02-211-8/+17
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2022-01-281-1/+1
|\
| * build-sys: fix undefined ARCH errorMarc-André Lureau2022-01-271-1/+1
* | qapi: generate trace events by defaultVladimir Sementsov-Ogievskiy2022-01-271-1/+2
* | meson: document why we don't generate trace events for tests/ and qga/Vladimir Sementsov-Ogievskiy2022-01-271-0/+7
|/
* qga-win: Detect Windows 11 by build numberKostiantyn Kostiuk2022-01-101-9/+14
* qga-win: Detect OS based on Windows 10 by first build numberKostiantyn Kostiuk2022-01-101-7/+11
* gqa-win: get_pci_info: Replace 'while' with 2 calls of the functionKostiantyn Kostiuk2022-01-101-6/+24
* gqa-win: get_pci_info: Add g_autofree for few variablesKostiantyn Kostiuk2022-01-101-4/+2Star
* gqa-win: get_pci_info: Split logic to separate functionsKostiantyn Kostiuk2022-01-101-74/+87
* gqa-win: get_pci_info: Free parent_dev_info properlyKostiantyn Kostiuk2022-01-101-2/+5
* gqa-win: get_pci_info: Use common 'end' labelKostiantyn Kostiuk2022-01-101-13/+12Star
* gqa-win: get_pci_info: Clean dev_info if handle is validKostiantyn Kostiuk2022-01-101-2/+4
* qapi: Add spaces after symbol declaration for consistencyJohn Snow2021-10-021-0/+3
* Remove superfluous ERRP_GUARD()Markus Armbruster2021-08-262-18/+0Star
* qapi: make 'if' condition strings simple identifiersMarc-André Lureau2021-08-261-4/+4
* qga: fix leak of base64 decoded data on command errorDaniel P. Berrangé2021-08-101-2/+2
* qga-win/msi: fix missing libstdc++-6 DLL in MSI installerMichael Roth2021-08-031-0/+4
* qemu-ga/msi: fix w32 libgcc nameGerd Hoffmann2021-08-031-1/+1
* qga-win: Free GMatchInfo properlyKostiantyn Kostiuk2021-08-031-2/+1Star
* qga-win: Fix handle leak in ga_get_win_product_name()Basil Salman2021-08-031-2/+7
* qga-win: Fix build_guest_fsinfo() close of nonexistentBasil Salman2021-08-031-2/+4
* qga-win: Increase VSS freeze timeout to 60 secs instead of 10Basil Salman2021-08-031-1/+1
* qga-win: Add support of Windows Server 2022 in get-osinfo commandKostiantyn Kostiuk2021-07-121-1/+2
* qga: fix guest-get-disks regressionMarc-André Lureau2021-04-201-0/+1
* qapi: Enforce struct member naming rulesMarkus Armbruster2021-03-231-0/+4
* qapi: Rename pragma *-whitelist to *-exceptionsMarkus Armbruster2021-03-231-1/+1
* qga: return a more explicit error on why a command is disabledMarc-André Lureau2021-03-171-2/+2