summary refs log tree commit diff stats
path: root/dump/win_dump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* dump: Add create_win_dump() stub for non-x86 targetsPhilippe Mathieu-Daudé2023-02-271-0/+5
* dump: Simplify compiling win_dump.o by introducing win_dump_available()Philippe Mathieu-Daudé2023-02-271-0/+18
* dump: Clean included headersPhilippe Mathieu-Daudé2023-02-271-10/+5
* dump/win_dump: limit number of processed PRCBsViktor Prutyanov2022-10-261-0/+7
* dump/win_dump: add 32-bit guest Windows supportViktor Prutyanov2022-04-221-98/+153
* dump/win_dump: add helper macros for Windows dump header accessViktor Prutyanov2022-04-221-35/+65
* include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov2022-04-221-7/+7
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* dump/win_dump: fix use after free of errVladimir Sementsov-Ogievskiy2020-04-041-3/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0
* dump: Move the code to dump/Markus Armbruster2019-07-021-0/+390