Age | Commit message (Expand) | Author |
2023-05-04 | qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601 | Thomas Huth |
2022-12-20 | qga:/qga-win: skip getting pci info for USB disks | Kfir Manor |
2022-12-20 | qga:/qga-win: adding a empty PCI address creation function | Kfir Manor |
2022-12-15 | Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell |
2022-12-14 | qapi qga: Elide redundant has_FOO in generated C | Markus Armbruster |
2022-12-14 | error: Drop some obviously superfluous error_propagate() | Markus Armbruster |
2022-09-20 | qga: Replace 'blacklist' and 'whitelist' in the guest agent sources | Thomas Huth |
2022-07-13 | qga: add command 'guest-get-cpustats' | zhenwei pi |
2022-05-25 | qga-win32: Add support for NVME bus type | Konstantin Kostiuk |
2022-05-25 | qga: add guest-get-diskstats command for Linux guests | luzhipeng |
2022-04-21 | qga: move qga_get_host_name() | Marc-André Lureau |
2022-04-06 | build-sys: drop ntddscsi.h check | Marc-André Lureau |
2022-04-06 | qga: replace qemu_gettimeofday() with g_get_real_time() | Marc-André Lureau |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-02-21 | meson, configure: move ntddscsi API check to meson | Marc-André Lureau |
2022-01-10 | qga-win: Detect Windows 11 by build number | Kostiantyn Kostiuk |
2022-01-10 | qga-win: Detect OS based on Windows 10 by first build number | Kostiantyn Kostiuk |
2022-01-10 | gqa-win: get_pci_info: Replace 'while' with 2 calls of the function | Kostiantyn Kostiuk |
2022-01-10 | gqa-win: get_pci_info: Add g_autofree for few variables | Kostiantyn Kostiuk |
2022-01-10 | gqa-win: get_pci_info: Split logic to separate functions | Kostiantyn Kostiuk |
2022-01-10 | gqa-win: get_pci_info: Free parent_dev_info properly | Kostiantyn Kostiuk |
2022-01-10 | gqa-win: get_pci_info: Use common 'end' label | Kostiantyn Kostiuk |
2022-01-10 | gqa-win: get_pci_info: Clean dev_info if handle is valid | Kostiantyn Kostiuk |
2021-08-26 | Remove superfluous ERRP_GUARD() | Markus Armbruster |
2021-08-02 | qga-win: Free GMatchInfo properly | Kostiantyn Kostiuk |
2021-08-02 | qga-win: Fix handle leak in ga_get_win_product_name() | Basil Salman |
2021-08-02 | qga-win: Fix build_guest_fsinfo() close of nonexistent | Basil Salman |
2021-07-12 | qga-win: Add support of Windows Server 2022 in get-osinfo command | Kostiantyn Kostiuk |
2021-03-16 | qga: Delete redundant spaces | AlexChen |
2021-03-16 | qga: Add spaces around operator | AlexChen |
2021-01-28 | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake |
2021-01-28 | qapi: Use QAPI_LIST_APPEND in trivial cases | Eric Blake |
2020-12-19 | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake |
2020-12-10 | qga: Tweak a guest-shutdown error message | Markus Armbruster |
2020-12-10 | qga: Replace an unreachable error by abort() | Markus Armbruster |
2020-11-02 | qga: add implementation of guest-get-disks for Windows | Tomáš Golembiovský |
2020-11-02 | qga: add command guest-get-disks | Tomáš Golembiovský |
2020-11-02 | qga: Flatten simple union GuestDeviceId | Markus Armbruster |
2020-11-02 | qga-win: Fix guest-get-devices error API violations | Markus Armbruster |
2020-11-02 | qga: Use common time encoding for guest-get-devices 'driver-date' | Markus Armbruster |
2020-11-02 | qga: Rename guest-get-devices return member 'address' to 'id' | Markus Armbruster |
2020-09-16 | qga/commands-win32: Fix problem with redundant protype declaration | Thomas Huth |
2020-09-12 | qga: add command guest-get-devices for reporting VirtIO devices | Tomáš Golembiovský |
2020-07-27 | qga-win: fix "guest-get-fsinfo" wrong filesystem type | Basil Salman |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster |
2020-07-10 | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster |
2020-04-29 | qga: Fix qmp_guest_suspend_{disk, ram}() error handling | Markus Armbruster |
2020-04-15 | qga: Extract qmp_guest_file_read() to common commands.c | Philippe Mathieu-Daudé |
2020-04-15 | qga: Extract guest_file_handle_find() to commands-common.h | Philippe Mathieu-Daudé |
2020-04-15 | Revert "prevent crash when executing guest-file-read with large count" | Philippe Mathieu-Daudé |