aboutsummaryrefslogtreecommitdiff
path: root/dump
AgeCommit message (Expand)AuthorFilesLines
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé1-1/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson2-0/+2
2023-02-27dump: Add create_win_dump() stub for non-x86 targetsPhilippe Mathieu-Daudé3-5/+6
2023-02-27dump: Simplify compiling win_dump.o by introducing win_dump_available()Philippe Mathieu-Daudé4-12/+27
2023-02-27dump: Clean included headersPhilippe Mathieu-Daudé4-16/+9
2023-02-27dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size()Philippe Mathieu-Daudé1-1/+2
2023-02-27dump: Replace tswapN() -> cpu_to_dumpN()Philippe Mathieu-Daudé1-4/+4
2023-02-23dump: Assert cpu_get_note_size() can't failMarkus Armbruster1-4/+1
2023-02-23dump: Improve error message when target doesn't support memory dumpMarkus Armbruster1-1/+2
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-2/+0
2022-12-14qapi dump: Elide redundant has_FOO in generated CMarkus Armbruster1-2/+2
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster1-2/+0
2022-10-26dump/win_dump: limit number of processed PRCBsViktor Prutyanov1-0/+7
2022-10-26s390x: pv: Add dump supportJanosch Frank1-6/+6
2022-10-24dump: Add architecture section and section string table supportJanosch Frank1-26/+160
2022-10-24dump: Reintroduce memory_offset and section_offsetJanosch Frank1-0/+2
2022-10-24dump: Write ELF section headers right after ELF headerJanosch Frank1-17/+14
2022-10-24dump: Use a buffer for ELF section data and headersJanosch Frank1-24/+51
2022-10-06dump: fix kdump to work over non-aligned blocksMarc-André Lureau1-23/+56
2022-10-06dump: simplify a bit kdump get_next_page()Marc-André Lureau1-13/+8
2022-10-06dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_noteJanosch Frank1-4/+4
2022-10-06dump: Split elf header functions into prepare and writeJanosch Frank1-47/+53
2022-10-06dump: Rework dump_calculate_size functionJanosch Frank1-14/+8
2022-10-06dump: Rework filter area variablesJanosch Frank1-22/+31
2022-10-06dump: Rework get_start_blockJanosch Frank1-14/+6
2022-10-06dump: Refactor dump_iterate and introduce dump_filter_memblock_*()Janosch Frank1-32/+42
2022-10-06dump: Rename write_elf_loads to write_elf_phdr_loadsJanosch Frank1-3/+3
2022-04-22dump/win_dump: add 32-bit guest Windows supportViktor Prutyanov1-98/+153
2022-04-22dump/win_dump: add helper macros for Windows dump header accessViktor Prutyanov1-35/+65
2022-04-22include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov1-7/+7
2022-04-22dump: Consolidate elf note functionJanosch Frank1-7/+11
2022-04-22dump: Cleanup dump_begin write functionsJanosch Frank1-31/+11
2022-04-22dump: Consolidate phdr note writesJanosch Frank1-46/+48
2022-04-22dump: Introduce dump_is_64bit() helper functionJanosch Frank1-10/+15
2022-04-22dump: Add more offset variablesJanosch Frank1-20/+15
2022-04-22dump: Remove the section if when calculating the memory offsetJanosch Frank1-16/+8
2022-04-22dump: Introduce shdr_num to decrease complexityJanosch Frank1-12/+12
2022-04-22dump: Remove the sh_info variableJanosch Frank1-20/+24
2022-04-22dump: Use ERRP_GUARD()Janosch Frank1-83/+61
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau2-2/+0
2022-04-06include: move dump_in_progress() to runstate.hMarc-André Lureau1-2/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2021-12-15dump: Remove is_zero_page()Juan Quintela1-9/+1
2021-11-01dump-guest-memory: Block live migrationPeter Xu1-0/+19
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth2-2/+0
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-16/+6
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-1/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-4/+4
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-1/+1