index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dump
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-5
/
+49
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-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-20
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
1
-1
/
+1
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2
-0
/
+2
2023-02-27
dump: Add create_win_dump() stub for non-x86 targets
Philippe Mathieu-Daudé
3
-5
/
+6
2023-02-27
dump: Simplify compiling win_dump.o by introducing win_dump_available()
Philippe Mathieu-Daudé
4
-12
/
+27
2023-02-27
dump: Clean included headers
Philippe Mathieu-Daudé
4
-16
/
+9
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
dump/win_dump: limit number of processed PRCBs
Viktor Prutyanov
1
-0
/
+7
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/win_dump: add 32-bit guest Windows support
Viktor Prutyanov
1
-98
/
+153
2022-04-22
dump/win_dump: add helper macros for Windows dump header access
Viktor Prutyanov
1
-35
/
+65
2022-04-22
include/qemu: rename Windows context definitions to expose bitness
Viktor Prutyanov
1
-7
/
+7
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
[next]