mirror of https://gitlab.com/qemu-project/qemu
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.
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 | 5 months ago | |
| vss-win32 | 2 weeks ago | |
| channel-posix.c | 4 months ago | |
| channel-win32.c | 5 years ago | |
| channel.h | 9 years ago | |
| commands-bsd.c | 1 year ago | |
| commands-common-ssh.c | 2 years ago | |
| commands-common-ssh.h | 2 years ago | |
| commands-common.h | 2 years ago | |
| commands-linux.c | 1 week ago | |
| commands-posix-ssh.c | 6 days ago | |
| commands-posix.c | 2 months ago | |
| commands-win32.c | 6 days ago | |
| commands-windows-ssh.c | 1 year ago | |
| commands-windows-ssh.h | 2 years ago | |
| commands.c | 5 months ago | |
| cutils.c | 3 years ago | |
| cutils.h | 3 years ago | |
| guest-agent-command-state.c | 8 years ago | |
| guest-agent-core.h | 7 months ago | |
| main.c | 5 months ago | |
| meson.build | 7 months ago | |
| messages-win32.mc | 3 years ago | |
| qapi-schema.json | 2 months ago | |
| service-win32.c | 10 years ago | |
| service-win32.h | 7 years ago | |
| vss-win32.c | 5 months ago | |
| vss-win32.h | 7 years ago | |