index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dump
/
win_dump.c
Age
Commit message (
Expand
)
Author
2024-05-27
dump/win_dump: Improve error messages on write error
Markus Armbruster
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-02-27
dump: Add create_win_dump() stub for non-x86 targets
Philippe Mathieu-Daudé
2023-02-27
dump: Simplify compiling win_dump.o by introducing win_dump_available()
Philippe Mathieu-Daudé
2023-02-27
dump: Clean included headers
Philippe Mathieu-Daudé
2022-10-26
dump/win_dump: limit number of processed PRCBs
Viktor Prutyanov
2022-04-22
dump/win_dump: add 32-bit guest Windows support
Viktor Prutyanov
2022-04-22
dump/win_dump: add helper macros for Windows dump header access
Viktor Prutyanov
2022-04-22
include/qemu: rename Windows context definitions to expose bitness
Viktor Prutyanov
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2020-04-04
dump/win_dump: fix use after free of err
Vladimir Sementsov-Ogievskiy
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-07-02
dump: Move the code to dump/
Markus Armbruster