Age | Commit message (Expand) | Author | Files | Lines |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 2 | -2/+2 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2 | -5/+5 |
2022-03-15 | qga/vss: update informative message about MinGW | Marc-André Lureau | 1 | -1/+1 |
2022-03-15 | qga/vss-win32: check old VSS SDK headers | Marc-André Lureau | 3 | -1/+10 |
2022-02-21 | meson, configure: move ntddscsi API check to meson | Marc-André Lureau | 2 | -4/+4 |
2022-02-21 | meson: require dynamic linking for VSS support | Marc-André Lureau | 2 | -2/+4 |
2022-02-21 | qga/vss-win32: require widl/midl, remove pre-built TLB file | Marc-André Lureau | 3 | -8/+3 |
2022-02-21 | meson: do not make qga/vss-win32/meson.build conditional on C++ presence | Marc-André Lureau | 1 | -17/+24 |
2022-02-21 | configure, meson: replace VSS SDK checks and options with --enable-vss-sdk | Marc-André Lureau | 1 | -2/+19 |
2022-02-21 | qga/vss: use standard windows headers location | Marc-André Lureau | 4 | -10/+6 |
2022-02-21 | qga/vss-win32: use widl if available | Marc-André Lureau | 1 | -3/+6 |
2022-02-21 | qga/vss-win32: fix midl arguments | Marc-André Lureau | 1 | -2/+1 |
2022-02-21 | configure, meson: move guest-agent, tools to meson | Paolo Bonzini | 1 | -0/+7 |
2022-02-21 | configure, meson: cleanup qemu-ga libraries | Paolo Bonzini | 1 | -8/+17 |
2022-01-28 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -1/+1 |
2022-01-27 | qapi: generate trace events by default | Vladimir Sementsov-Ogievskiy | 1 | -1/+2 |
2022-01-27 | meson: document why we don't generate trace events for tests/ and qga/ | Vladimir Sementsov-Ogievskiy | 1 | -0/+7 |
2022-01-27 | build-sys: fix undefined ARCH error | Marc-André Lureau | 1 | -1/+1 |
2022-01-10 | qga-win: Detect Windows 11 by build number | Kostiantyn Kostiuk | 1 | -9/+14 |
2022-01-10 | qga-win: Detect OS based on Windows 10 by first build number | Kostiantyn Kostiuk | 1 | -7/+11 |
2022-01-10 | gqa-win: get_pci_info: Replace 'while' with 2 calls of the function | Kostiantyn Kostiuk | 1 | -6/+24 |
2022-01-10 | gqa-win: get_pci_info: Add g_autofree for few variables | Kostiantyn Kostiuk | 1 | -4/+2 |
2022-01-10 | gqa-win: get_pci_info: Split logic to separate functions | Kostiantyn Kostiuk | 1 | -74/+87 |
2022-01-10 | gqa-win: get_pci_info: Free parent_dev_info properly | Kostiantyn Kostiuk | 1 | -2/+5 |
2022-01-10 | gqa-win: get_pci_info: Use common 'end' label | Kostiantyn Kostiuk | 1 | -13/+12 |
2022-01-10 | gqa-win: get_pci_info: Clean dev_info if handle is valid | Kostiantyn Kostiuk | 1 | -2/+4 |
2021-10-02 | qapi: Add spaces after symbol declaration for consistency | John Snow | 1 | -0/+3 |
2021-08-26 | Remove superfluous ERRP_GUARD() | Markus Armbruster | 2 | -18/+0 |
2021-08-26 | qapi: make 'if' condition strings simple identifiers | Marc-André Lureau | 1 | -4/+4 |
2021-08-09 | qga: fix leak of base64 decoded data on command error | Daniel P. Berrangé | 1 | -2/+2 |
2021-08-03 | qga-win/msi: fix missing libstdc++-6 DLL in MSI installer | Michael Roth | 1 | -0/+4 |
2021-08-02 | qemu-ga/msi: fix w32 libgcc name | Gerd Hoffmann | 1 | -1/+1 |
2021-08-02 | qga-win: Free GMatchInfo properly | Kostiantyn Kostiuk | 1 | -2/+1 |
2021-08-02 | qga-win: Fix handle leak in ga_get_win_product_name() | Basil Salman | 1 | -2/+7 |
2021-08-02 | qga-win: Fix build_guest_fsinfo() close of nonexistent | Basil Salman | 1 | -2/+4 |
2021-08-02 | qga-win: Increase VSS freeze timeout to 60 secs instead of 10 | Basil Salman | 1 | -1/+1 |
2021-07-12 | qga-win: Add support of Windows Server 2022 in get-osinfo command | Kostiantyn Kostiuk | 1 | -1/+2 |
2021-04-20 | qga: fix guest-get-disks regression | Marc-André Lureau | 1 | -0/+1 |
2021-03-23 | qapi: Enforce struct member naming rules | Markus Armbruster | 1 | -0/+4 |
2021-03-23 | qapi: Rename pragma *-whitelist to *-exceptions | Markus Armbruster | 1 | -1/+1 |
2021-03-16 | qga: return a more explicit error on why a command is disabled | Marc-André Lureau | 1 | -2/+2 |
2021-03-16 | qga: Switch and case should be at the same indent | AlexChen | 1 | -26/+26 |
2021-03-16 | qga: Open brace '{' following struct go on the same | AlexChen | 1 | -2/+1 |
2021-03-16 | qga: Delete redundant spaces | AlexChen | 1 | -2/+2 |
2021-03-16 | qga: Add spaces around operator | AlexChen | 5 | -20/+21 |
2021-03-16 | qga: Correct loop count in qmp_guest_get_vcpus() | Lin Ma | 1 | -29/+14 |
2021-03-08 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -2/+2 |
2021-03-06 | qga-vss: Use dynamic linking for GLib | Kostiantyn Kostiuk | 1 | -2/+2 |
2021-03-05 | qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfaces | Eric Blake | 1 | -45/+30 |
2021-01-28 | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake | 2 | -71/+36 |