aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
2022-04-21qga: use fixed-length and GDateTime for log timestampMarc-André Lureau
2022-04-21qga: remove need for QEMU atomic.hMarc-André Lureau
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau
2022-04-21qga: move qga_get_host_name()Marc-André Lureau
2022-04-21qga: replace usleep() with g_usleep()Marc-André Lureau
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-06build-sys: drop ntddscsi.h checkMarc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06qga: remove explicit environ argument from exec/spawnMarc-André Lureau
2022-04-06qga: replace deprecated g_get_current_time()Marc-André Lureau
2022-04-06qga: replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau
2022-04-05qga/vss-win32: fix compilation with clang++Helge Konetzka
2022-03-22qga: remove bswap.h includeMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-15qga/vss: update informative message about MinGWMarc-André Lureau
2022-03-15qga/vss-win32: check old VSS SDK headersMarc-André Lureau
2022-02-21meson, configure: move ntddscsi API check to mesonMarc-André Lureau
2022-02-21meson: require dynamic linking for VSS supportMarc-André Lureau
2022-02-21qga/vss-win32: require widl/midl, remove pre-built TLB fileMarc-André Lureau
2022-02-21meson: do not make qga/vss-win32/meson.build conditional on C++ presenceMarc-André Lureau
2022-02-21configure, meson: replace VSS SDK checks and options with --enable-vss-sdkMarc-André Lureau
2022-02-21qga/vss: use standard windows headers locationMarc-André Lureau
2022-02-21qga/vss-win32: use widl if availableMarc-André Lureau
2022-02-21qga/vss-win32: fix midl argumentsMarc-André Lureau
2022-02-21configure, meson: move guest-agent, tools to mesonPaolo Bonzini
2022-02-21configure, meson: cleanup qemu-ga librariesPaolo Bonzini
2022-01-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2022-01-27qapi: generate trace events by defaultVladimir Sementsov-Ogievskiy
2022-01-27meson: document why we don't generate trace events for tests/ and qga/Vladimir Sementsov-Ogievskiy
2022-01-27build-sys: fix undefined ARCH errorMarc-André Lureau
2022-01-10qga-win: Detect Windows 11 by build numberKostiantyn Kostiuk
2022-01-10qga-win: Detect OS based on Windows 10 by first build numberKostiantyn Kostiuk
2022-01-10gqa-win: get_pci_info: Replace 'while' with 2 calls of the functionKostiantyn Kostiuk
2022-01-10gqa-win: get_pci_info: Add g_autofree for few variablesKostiantyn Kostiuk
2022-01-10gqa-win: get_pci_info: Split logic to separate functionsKostiantyn Kostiuk
2022-01-10gqa-win: get_pci_info: Free parent_dev_info properlyKostiantyn Kostiuk
2022-01-10gqa-win: get_pci_info: Use common 'end' labelKostiantyn Kostiuk
2022-01-10gqa-win: get_pci_info: Clean dev_info if handle is validKostiantyn Kostiuk
2021-10-02qapi: Add spaces after symbol declaration for consistencyJohn Snow
2021-08-26Remove superfluous ERRP_GUARD()Markus Armbruster
2021-08-26qapi: make 'if' condition strings simple identifiersMarc-André Lureau
2021-08-09qga: fix leak of base64 decoded data on command errorDaniel P. Berrangé
2021-08-03qga-win/msi: fix missing libstdc++-6 DLL in MSI installerMichael Roth
2021-08-02qemu-ga/msi: fix w32 libgcc nameGerd Hoffmann
2021-08-02qga-win: Free GMatchInfo properlyKostiantyn Kostiuk
2021-08-02qga-win: Fix handle leak in ga_get_win_product_name()Basil Salman
2021-08-02qga-win: Fix build_guest_fsinfo() close of nonexistentBasil Salman
2021-08-02qga-win: Increase VSS freeze timeout to 60 secs instead of 10Basil Salman
2021-07-12qga-win: Add support of Windows Server 2022 in get-osinfo commandKostiantyn Kostiuk