aboutsummaryrefslogtreecommitdiff
path: root/dump
AgeCommit message (Expand)Author
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé
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é
2023-02-27dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size()Philippe Mathieu-Daudé
2023-02-27dump: Replace tswapN() -> cpu_to_dumpN()Philippe Mathieu-Daudé
2023-02-23dump: Assert cpu_get_note_size() can't failMarkus Armbruster
2023-02-23dump: Improve error message when target doesn't support memory dumpMarkus Armbruster
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi dump: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster
2022-10-26dump/win_dump: limit number of processed PRCBsViktor Prutyanov
2022-10-26s390x: pv: Add dump supportJanosch Frank
2022-10-24dump: Add architecture section and section string table supportJanosch Frank
2022-10-24dump: Reintroduce memory_offset and section_offsetJanosch Frank
2022-10-24dump: Write ELF section headers right after ELF headerJanosch Frank
2022-10-24dump: Use a buffer for ELF section data and headersJanosch Frank
2022-10-06dump: fix kdump to work over non-aligned blocksMarc-André Lureau
2022-10-06dump: simplify a bit kdump get_next_page()Marc-André Lureau
2022-10-06dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_noteJanosch Frank
2022-10-06dump: Split elf header functions into prepare and writeJanosch Frank
2022-10-06dump: Rework dump_calculate_size functionJanosch Frank
2022-10-06dump: Rework filter area variablesJanosch Frank
2022-10-06dump: Rework get_start_blockJanosch Frank
2022-10-06dump: Refactor dump_iterate and introduce dump_filter_memblock_*()Janosch Frank
2022-10-06dump: Rename write_elf_loads to write_elf_phdr_loadsJanosch Frank
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é