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