Age | Commit message (Expand) | Author | Files | Lines |
2024-07-23 | dump: make range overlap check more readable | Yao Xingtao | 1 | -4/+8 |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi | 1 | -2/+2 |
2023-11-14 | dump: Add arch cleanup function | Janosch Frank | 1 | -0/+4 |
2023-11-07 | dump: Add close fd on error return to avoid resource leak | Zongmin Zhou | 1 | -0/+1 |
2023-11-02 | dump: Drop redundant check for empty dump | Markus Armbruster | 1 | -26/+0 |
2023-11-02 | dump: Improve some dump-guest-memory error messages | Markus Armbruster | 1 | -11/+7 |
2023-11-02 | dump: Recognize "fd:" protocols on Windows hosts | Markus Armbruster | 1 | -2/+0 |
2023-11-02 | dump: Fix g_array_unref(NULL) in dump-guest-memory | Markus Armbruster | 1 | -1/+1 |
2023-11-02 | dump: Rename qmp_dump_guest_memory() parameter to match QAPI schema | Markus Armbruster | 1 | -6/+7 |
2023-11-02 | dump: Add command interface for kdump-raw formats | Stephen Brennan | 1 | -1/+32 |
2023-11-02 | dump: Allow directly outputting raw kdump format | Stephen Brennan | 1 | -7/+25 |
2023-11-02 | dump: Pass DumpState to write_ functions | Stephen Brennan | 1 | -20/+20 |
2023-10-20 | migration: simplify blockers | Steve Sistare | 1 | -2/+2 |
2023-10-06 | dump: Silence compiler warning in dump code when compiling with -Wshadow | Thomas Huth | 1 | -4/+4 |
2023-08-07 | dump: kdump-zlib data pages not dumped with pvtime/aarch64 | Dongli Zhang | 1 | -2/+2 |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson | 1 | -0/+1 |
2023-02-27 | dump: Add create_win_dump() stub for non-x86 targets | Philippe Mathieu-Daudé | 1 | -2/+0 |
2023-02-27 | dump: Simplify compiling win_dump.o by introducing win_dump_available() | Philippe Mathieu-Daudé | 1 | -11/+5 |
2023-02-27 | dump: Clean included headers | Philippe Mathieu-Daudé | 1 | -4/+2 |
2023-02-27 | dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size() | Philippe Mathieu-Daudé | 1 | -1/+2 |
2023-02-27 | dump: Replace tswapN() -> cpu_to_dumpN() | Philippe Mathieu-Daudé | 1 | -4/+4 |
2023-02-23 | dump: Assert cpu_get_note_size() can't fail | Markus Armbruster | 1 | -4/+1 |
2023-02-23 | dump: Improve error message when target doesn't support memory dump | Markus Armbruster | 1 | -1/+2 |
2022-12-15 | Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell | 1 | -2/+0 |
2022-12-14 | qapi dump: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -2/+2 |
2022-12-14 | error: Drop a few superfluous ERRP_GUARD() | Markus Armbruster | 1 | -2/+0 |
2022-10-26 | s390x: pv: Add dump support | Janosch Frank | 1 | -6/+6 |
2022-10-24 | dump: Add architecture section and section string table support | Janosch Frank | 1 | -26/+160 |
2022-10-24 | dump: Reintroduce memory_offset and section_offset | Janosch Frank | 1 | -0/+2 |
2022-10-24 | dump: Write ELF section headers right after ELF header | Janosch Frank | 1 | -17/+14 |
2022-10-24 | dump: Use a buffer for ELF section data and headers | Janosch Frank | 1 | -24/+51 |
2022-10-06 | dump: fix kdump to work over non-aligned blocks | Marc-André Lureau | 1 | -23/+56 |
2022-10-06 | dump: simplify a bit kdump get_next_page() | Marc-André Lureau | 1 | -13/+8 |
2022-10-06 | dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_note | Janosch Frank | 1 | -4/+4 |
2022-10-06 | dump: Split elf header functions into prepare and write | Janosch Frank | 1 | -47/+53 |
2022-10-06 | dump: Rework dump_calculate_size function | Janosch Frank | 1 | -14/+8 |
2022-10-06 | dump: Rework filter area variables | Janosch Frank | 1 | -22/+31 |
2022-10-06 | dump: Rework get_start_block | Janosch Frank | 1 | -14/+6 |
2022-10-06 | dump: Refactor dump_iterate and introduce dump_filter_memblock_*() | Janosch Frank | 1 | -32/+42 |
2022-10-06 | dump: Rename write_elf_loads to write_elf_phdr_loads | Janosch Frank | 1 | -3/+3 |
2022-04-22 | dump: Consolidate elf note function | Janosch Frank | 1 | -7/+11 |
2022-04-22 | dump: Cleanup dump_begin write functions | Janosch Frank | 1 | -31/+11 |
2022-04-22 | dump: Consolidate phdr note writes | Janosch Frank | 1 | -46/+48 |
2022-04-22 | dump: Introduce dump_is_64bit() helper function | Janosch Frank | 1 | -10/+15 |
2022-04-22 | dump: Add more offset variables | Janosch Frank | 1 | -20/+15 |
2022-04-22 | dump: Remove the section if when calculating the memory offset | Janosch Frank | 1 | -16/+8 |
2022-04-22 | dump: Introduce shdr_num to decrease complexity | Janosch Frank | 1 | -12/+12 |
2022-04-22 | dump: Remove the sh_info variable | Janosch Frank | 1 | -20/+24 |
2022-04-22 | dump: Use ERRP_GUARD() | Janosch Frank | 1 | -83/+61 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 1 | -1/+0 |