You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/qga
Markus Armbruster 3ec3397098 qga/commands-win32: Use error_setg_win32() for better error messages
We include numeric GetLastError() codes in error messages in a few
places, like this:

    error_setg(errp, "GRIPE: %d", (int)GetLastError());

Show text instead, like this:

    error_setg_win32(errp, GetLastError(), "GRIPE");

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20251121121438.1249498-15-armbru@redhat.com>
Reviewed-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
6 days ago
..
installer qga/installer: Remove QGA VSS if QGA installation failed 5 months ago
vss-win32 qga/vss-win32: Fix ConvertStringToBSTR redefinition with newer MinGW 2 weeks ago
channel-posix.c util: drop qemu_socket_set_nonblock() 4 months ago
channel-win32.c qga: Add spaces around operator 5 years ago
channel.h qga: add systemd socket activation support 9 years ago
commands-bsd.c error: Drop superfluous #include "qapi/qmp/qerror.h" 1 year ago
commands-common-ssh.c qga: Refactor common SSH functions 2 years ago
commands-common-ssh.h qga: Refactor common SSH functions 2 years ago
commands-common.h qga: move CONFIG_FSFREEZE/TRIM to be meson defined options 2 years ago
commands-linux.c qga: Use error_setg_file_open() for better error messages 1 week ago
commands-posix-ssh.c error: Use error_setg_errno() for simplicity and consistency 6 days ago
commands-posix.c qga: use access(2) to check for command existance instead of questionable stat(2) 2 months ago
commands-win32.c qga/commands-win32: Use error_setg_win32() for better error messages 6 days ago
commands-windows-ssh.c qga: fix -Wsometimes-uninitialized windows warning 1 year ago
commands-windows-ssh.h qga: Implement SSH commands for Windows 2 years ago
commands.c qga: Fix truncated output handling in guest-exec status reporting 5 months ago
cutils.c qga: Clean up includes 3 years ago
cutils.h qga: Clean up includes 3 years ago
guest-agent-command-state.c qga: use local path for local headers 8 years ago
guest-agent-core.h qga-win: implement a 'guest-get-load' command 7 months ago
main.c qga: ignore channel_init() fail if 'retry_path' is set 5 months ago
meson.build qga-win: implement a 'guest-get-load' command 7 months ago
messages-win32.mc qga-win: add logging to Windows event log 3 years ago
qapi-schema.json qga/qapi-schema: Clean up whitespace between definitions 2 months ago
service-win32.c qga: Remove unnecessary glib.h includes 10 years ago
service-win32.h qga-win: changing --retry-path option behavior 7 years ago
vss-win32.c qga: fix potentially not initialized nr_volumes in qga_vss_fsfreeze() 5 months ago
vss-win32.h qga-win: add support for qmp_guest_fsfreeze_freeze_list 7 years ago