aboutsummaryrefslogtreecommitdiff
path: root/dump
AgeCommit message (Expand)Author
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-22dump: Consolidate elf note functionJanosch Frank
2022-04-22dump: Cleanup dump_begin write functionsJanosch Frank
2022-04-22dump: Consolidate phdr note writesJanosch Frank
2022-04-22dump: Introduce dump_is_64bit() helper functionJanosch Frank
2022-04-22dump: Add more offset variablesJanosch Frank
2022-04-22dump: Remove the section if when calculating the memory offsetJanosch Frank
2022-04-22dump: Introduce shdr_num to decrease complexityJanosch Frank
2022-04-22dump: Remove the sh_info variableJanosch Frank
2022-04-22dump: Use ERRP_GUARD()Janosch Frank
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06include: move dump_in_progress() to runstate.hMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2021-12-15dump: Remove is_zero_page()Juan Quintela
2021-11-01dump-guest-memory: Block live migrationPeter Xu
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-08-21meson: convert dump/Marc-André Lureau
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé
2020-04-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200406'...Peter Maydell
2020-04-04dump/win_dump: fix use after free of errVladimir Sementsov-Ogievskiy
2020-04-03dump: Fix writing of ELF sectionPeter Maydell
2019-12-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-07-02dump: Move HMP command handlers to dump/Markus Armbruster
2019-07-02dump: Move the code to dump/Markus Armbruster