aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
2022-05-07qga-vss: always build qga-vss.tlb when qga-vss.dll is builtKonstantin Kostiuk1-2/+2
2022-05-04qga: Introduce disk smartzhenwei pi2-1/+125
2022-05-04qga: Introduce NVMe disk bus typezhenwei pi2-2/+6
2022-05-04qga/commands-posix: 'guest-shutdown' for SolarisAndrew Deason1-3/+18
2022-05-04qga/commands-posix: Log all net stats failuresAndrew Deason1-1/+5
2022-05-04qga/commands-posix: Fix listing ifaces for SolarisAndrew Deason1-1/+6
2022-05-04qga/commands-posix: Fix iface hw address detectionAndrew Deason1-15/+24
2022-05-04qga/commands-posix: Use getifaddrs when availableAndrew Deason1-229/+245
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau1-1/+1
2022-05-03qga: replace qemu_set_nonblock()Marc-André Lureau1-1/+5
2022-05-03qga: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau1-1/+1
2022-04-28qga: wixl: get path to sysroot from pkg-config as intendedPaolo Bonzini1-1/+1
2022-04-21qga: use fixed-length and GDateTime for log timestampMarc-André Lureau1-5/+3
2022-04-21qga: remove need for QEMU atomic.hMarc-André Lureau1-7/+5
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau1-4/+4
2022-04-21qga: move qga_get_host_name()Marc-André Lureau4-1/+60
2022-04-21qga: replace usleep() with g_usleep()Marc-André Lureau1-1/+1
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-1/+1
2022-04-06build-sys: drop ntddscsi.h checkMarc-André Lureau2-23/+2
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06qga: remove explicit environ argument from exec/spawnMarc-André Lureau1-17/+7
2022-04-06qga: replace deprecated g_get_current_time()Marc-André Lureau1-3/+4
2022-04-06qga: replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau3-33/+5
2022-04-05qga/vss-win32: fix compilation with clang++Helge Konetzka1-1/+2
2022-03-22qga: remove bswap.h includeMarc-André Lureau1-1/+0
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2-2/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster2-5/+5
2022-03-15qga/vss: update informative message about MinGWMarc-André Lureau1-1/+1
2022-03-15qga/vss-win32: check old VSS SDK headersMarc-André Lureau3-1/+10
2022-02-21meson, configure: move ntddscsi API check to mesonMarc-André Lureau2-4/+4
2022-02-21meson: require dynamic linking for VSS supportMarc-André Lureau2-2/+4
2022-02-21qga/vss-win32: require widl/midl, remove pre-built TLB fileMarc-André Lureau3-8/+3
2022-02-21meson: do not make qga/vss-win32/meson.build conditional on C++ presenceMarc-André Lureau1-17/+24
2022-02-21configure, meson: replace VSS SDK checks and options with --enable-vss-sdkMarc-André Lureau1-2/+19
2022-02-21qga/vss: use standard windows headers locationMarc-André Lureau4-10/+6
2022-02-21qga/vss-win32: use widl if availableMarc-André Lureau1-3/+6
2022-02-21qga/vss-win32: fix midl argumentsMarc-André Lureau1-2/+1
2022-02-21configure, meson: move guest-agent, tools to mesonPaolo Bonzini1-0/+7
2022-02-21configure, meson: cleanup qemu-ga librariesPaolo Bonzini1-8/+17
2022-01-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+1
2022-01-27qapi: generate trace events by defaultVladimir Sementsov-Ogievskiy1-1/+2
2022-01-27meson: document why we don't generate trace events for tests/ and qga/Vladimir Sementsov-Ogievskiy1-0/+7
2022-01-27build-sys: fix undefined ARCH errorMarc-André Lureau1-1/+1
2022-01-10qga-win: Detect Windows 11 by build numberKostiantyn Kostiuk1-9/+14
2022-01-10qga-win: Detect OS based on Windows 10 by first build numberKostiantyn Kostiuk1-7/+11
2022-01-10gqa-win: get_pci_info: Replace 'while' with 2 calls of the functionKostiantyn Kostiuk1-6/+24
2022-01-10gqa-win: get_pci_info: Add g_autofree for few variablesKostiantyn Kostiuk1-4/+2
2022-01-10gqa-win: get_pci_info: Split logic to separate functionsKostiantyn Kostiuk1-74/+87
2022-01-10gqa-win: get_pci_info: Free parent_dev_info properlyKostiantyn Kostiuk1-2/+5
2022-01-10gqa-win: get_pci_info: Use common 'end' labelKostiantyn Kostiuk1-13/+12