| Commit message (Expand) | Author | Age | Files | Lines |
* | qga: use fixed-length and GDateTime for log timestamp | Marc-André Lureau | 2022-04-21 | 1 | -5/+3 |
* | qga: remove need for QEMU atomic.h | Marc-André Lureau | 2022-04-21 | 1 | -7/+5 |
* | util: replace qemu_get_local_state_pathname() | Marc-André Lureau | 2022-04-21 | 1 | -4/+4 |
* | qga: move qga_get_host_name() | Marc-André Lureau | 2022-04-21 | 4 | -1/+60 |
* | qga: replace usleep() with g_usleep() | Marc-André Lureau | 2022-04-21 | 1 | -1/+1 |
* | include: rename qemu-common.h qemu/help-texts.h | Marc-André Lureau | 2022-04-21 | 1 | -1/+1 |
* | build-sys: drop ntddscsi.h check | Marc-André Lureau | 2022-04-06 | 2 | -23/+2 |
* | Remove qemu-common.h include from most units | Marc-André Lureau | 2022-04-06 | 1 | -1/+0 |
* | qga: remove explicit environ argument from exec/spawn | Marc-André Lureau | 2022-04-06 | 1 | -17/+7 |
* | qga: replace deprecated g_get_current_time() | Marc-André Lureau | 2022-04-06 | 1 | -3/+4 |
* | qga: replace qemu_gettimeofday() with g_get_real_time() | Marc-André Lureau | 2022-04-06 | 3 | -33/+5 |
* | qga/vss-win32: fix compilation with clang++ | Helge Konetzka | 2022-04-05 | 1 | -1/+2 |
* | qga: remove bswap.h include | Marc-André Lureau | 2022-03-22 | 1 | -1/+0 |
* | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 2022-03-22 | 2 | -2/+2 |
* | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2022-03-21 | 2 | -5/+5 |
* | qga/vss: update informative message about MinGW | Marc-André Lureau | 2022-03-15 | 1 | -1/+1 |
* | qga/vss-win32: check old VSS SDK headers | Marc-André Lureau | 2022-03-15 | 3 | -1/+10 |
* | meson, configure: move ntddscsi API check to meson | Marc-André Lureau | 2022-02-21 | 2 | -4/+4 |
* | meson: require dynamic linking for VSS support | Marc-André Lureau | 2022-02-21 | 2 | -2/+4 |
* | qga/vss-win32: require widl/midl, remove pre-built TLB file | Marc-André Lureau | 2022-02-21 | 3 | -8/+3 |
* | meson: do not make qga/vss-win32/meson.build conditional on C++ presence | Marc-André Lureau | 2022-02-21 | 1 | -17/+24 |
* | configure, meson: replace VSS SDK checks and options with --enable-vss-sdk | Marc-André Lureau | 2022-02-21 | 1 | -2/+19 |
* | qga/vss: use standard windows headers location | Marc-André Lureau | 2022-02-21 | 4 | -10/+6 |
* | qga/vss-win32: use widl if available | Marc-André Lureau | 2022-02-21 | 1 | -3/+6 |
* | qga/vss-win32: fix midl arguments | Marc-André Lureau | 2022-02-21 | 1 | -2/+1 |
* | configure, meson: move guest-agent, tools to meson | Paolo Bonzini | 2022-02-21 | 1 | -0/+7 |
* | configure, meson: cleanup qemu-ga libraries | Paolo Bonzini | 2022-02-21 | 1 | -8/+17 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2022-01-28 | 1 | -1/+1 |
|\ |
|
| * | build-sys: fix undefined ARCH error | Marc-André Lureau | 2022-01-27 | 1 | -1/+1 |
* | | qapi: generate trace events by default | Vladimir Sementsov-Ogievskiy | 2022-01-27 | 1 | -1/+2 |
* | | meson: document why we don't generate trace events for tests/ and qga/ | Vladimir Sementsov-Ogievskiy | 2022-01-27 | 1 | -0/+7 |
|/ |
|
* | qga-win: Detect Windows 11 by build number | Kostiantyn Kostiuk | 2022-01-10 | 1 | -9/+14 |
* | qga-win: Detect OS based on Windows 10 by first build number | Kostiantyn Kostiuk | 2022-01-10 | 1 | -7/+11 |
* | gqa-win: get_pci_info: Replace 'while' with 2 calls of the function | Kostiantyn Kostiuk | 2022-01-10 | 1 | -6/+24 |
* | gqa-win: get_pci_info: Add g_autofree for few variables | Kostiantyn Kostiuk | 2022-01-10 | 1 | -4/+2 |
* | gqa-win: get_pci_info: Split logic to separate functions | Kostiantyn Kostiuk | 2022-01-10 | 1 | -74/+87 |
* | gqa-win: get_pci_info: Free parent_dev_info properly | Kostiantyn Kostiuk | 2022-01-10 | 1 | -2/+5 |
* | gqa-win: get_pci_info: Use common 'end' label | Kostiantyn Kostiuk | 2022-01-10 | 1 | -13/+12 |
* | gqa-win: get_pci_info: Clean dev_info if handle is valid | Kostiantyn Kostiuk | 2022-01-10 | 1 | -2/+4 |
* | qapi: Add spaces after symbol declaration for consistency | John Snow | 2021-10-02 | 1 | -0/+3 |
* | Remove superfluous ERRP_GUARD() | Markus Armbruster | 2021-08-26 | 2 | -18/+0 |
* | qapi: make 'if' condition strings simple identifiers | Marc-André Lureau | 2021-08-26 | 1 | -4/+4 |
* | qga: fix leak of base64 decoded data on command error | Daniel P. Berrangé | 2021-08-10 | 1 | -2/+2 |
* | qga-win/msi: fix missing libstdc++-6 DLL in MSI installer | Michael Roth | 2021-08-03 | 1 | -0/+4 |
* | qemu-ga/msi: fix w32 libgcc name | Gerd Hoffmann | 2021-08-03 | 1 | -1/+1 |
* | qga-win: Free GMatchInfo properly | Kostiantyn Kostiuk | 2021-08-03 | 1 | -2/+1 |
* | qga-win: Fix handle leak in ga_get_win_product_name() | Basil Salman | 2021-08-03 | 1 | -2/+7 |
* | qga-win: Fix build_guest_fsinfo() close of nonexistent | Basil Salman | 2021-08-03 | 1 | -2/+4 |
* | qga-win: Increase VSS freeze timeout to 60 secs instead of 10 | Basil Salman | 2021-08-03 | 1 | -1/+1 |
* | qga-win: Add support of Windows Server 2022 in get-osinfo command | Kostiantyn Kostiuk | 2021-07-12 | 1 | -1/+2 |