aboutsummaryrefslogtreecommitdiff
path: root/dump/win_dump.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-27dump/win_dump: Improve error messages on write errorMarkus Armbruster1-3/+4
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-02-27dump: Add create_win_dump() stub for non-x86 targetsPhilippe Mathieu-Daudé1-0/+5
2023-02-27dump: Simplify compiling win_dump.o by introducing win_dump_available()Philippe Mathieu-Daudé1-0/+18
2023-02-27dump: Clean included headersPhilippe Mathieu-Daudé1-10/+5
2022-10-26dump/win_dump: limit number of processed PRCBsViktor Prutyanov1-0/+7
2022-04-22dump/win_dump: add 32-bit guest Windows supportViktor Prutyanov1-98/+153
2022-04-22dump/win_dump: add helper macros for Windows dump header accessViktor Prutyanov1-35/+65
2022-04-22include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov1-7/+7
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2020-04-04dump/win_dump: fix use after free of errVladimir Sementsov-Ogievskiy1-3/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-07-02dump: Move the code to dump/Markus Armbruster1-0/+390