COMMITS
/ dump/dump.c July 13, 2023
D
dump: kdump-zlib data pages not dumped with pvtime/aarch64
Dongli Zhang committed
March 15, 2023
R
*: Add missing includes of qemu/error-report.h
Richard Henderson committed
February 23, 2023
P
dump: Add create_win_dump() stub for non-x86 targets
Philippe Mathieu-Daudé committed
P
dump: Simplify compiling win_dump.o by introducing win_dump_available()
Philippe Mathieu-Daudé committed
P
dump: Clean included headers
Philippe Mathieu-Daudé committed
P
dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size()
Philippe Mathieu-Daudé committed
December 16, 2022
P
dump: Replace tswapN() -> cpu_to_dumpN()
Philippe Mathieu-Daudé committed
February 7, 2023
M
dump: Assert cpu_get_note_size() can't fail
Markus Armbruster committed
M
dump: Improve error message when target doesn't support memory dump
Markus Armbruster committed
December 15, 2022
P
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell committed
November 4, 2022
M
qapi dump: Elide redundant has_FOO in generated C
Markus Armbruster committed
November 21, 2022
M
error: Drop a few superfluous ERRP_GUARD()
Markus Armbruster committed
October 17, 2022
J
s390x: pv: Add dump support
Janosch Frank committed
J
dump: Add architecture section and section string table support
Janosch Frank committed
J
dump: Reintroduce memory_offset and section_offset
Janosch Frank committed
J
dump: Write ELF section headers right after ELF header
Janosch Frank committed
J
dump: Use a buffer for ELF section data and headers
Janosch Frank committed
September 5, 2022
M
dump: fix kdump to work over non-aligned blocks
Marc-André Lureau committed
August 25, 2022
M
dump: simplify a bit kdump get_next_page()
Marc-André Lureau committed
August 11, 2022
J
dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_note
Janosch Frank committed
J
dump: Split elf header functions into prepare and write
Janosch Frank committed
J
dump: Rework dump_calculate_size function
Janosch Frank committed
J
dump: Rework filter area variables
Janosch Frank committed
J
dump: Rework get_start_block
Janosch Frank committed
J
dump: Refactor dump_iterate and introduce dump_filter_memblock_*()
Janosch Frank committed
J
dump: Rename write_elf_loads to write_elf_phdr_loads
Janosch Frank committed
March 30, 2022
J
dump: Consolidate elf note function
Janosch Frank committed
J
dump: Cleanup dump_begin write functions
Janosch Frank committed
J
dump: Consolidate phdr note writes
Janosch Frank committed
J
dump: Introduce dump_is_64bit() helper function
Janosch Frank committed
J
dump: Add more offset variables
Janosch Frank committed
J
dump: Remove the section if when calculating the memory offset
Janosch Frank committed
J
dump: Introduce shdr_num to decrease complexity
Janosch Frank committed
J
dump: Use ERRP_GUARD()
Janosch Frank committed
April 7, 2022
J
dump: Remove the sh_info variable
Janosch Frank committed
March 23, 2022
M
Remove qemu-common.h include from most units
Marc-André Lureau committed
M
include: move dump_in_progress() to runstate.h
Marc-André Lureau committed
March 15, 2022
M
Use g_new() & friends where that makes obvious sense
Markus Armbruster committed
November 18, 2021
J
dump: Remove is_zero_page()
Juan Quintela committed
September 22, 2021
P
dump-guest-memory: Block live migration
Peter Xu committed
April 16, 2021
T
Do not include cpu.h if it's not really necessary
Thomas Huth committed
January 13, 2021
E
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake committed
October 5, 2020
K
monitor: Use getter/setter functions for cur_mon
Kevin Wolf committed
September 23, 2020
S
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi committed
July 21, 2020
D
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé committed
July 7, 2020
M
error: Eliminate error_propagate() manually
Markus Armbruster committed
April 12, 2020
P
various: Remove suspicious '\' character outside of #define in C code
Philippe Mathieu-Daudé committed
March 24, 2020
P
dump: Fix writing of ELF section
Peter Maydell committed
August 12, 2019
M
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster committed
M
Include qemu/main-loop.h less
Markus Armbruster committed