48 Commits (aef9d3115fbaf2b1b904e333b46fe2b070fcbe96)

Author SHA1 Message Date
Bharata B Rao acb0ef5801 dump: Make DumpState and endian conversion routines available for arch-specific dump code 12 years ago
Laszlo Ersek b87ef3518b dump: simplify get_len_buf_out() 12 years ago
Laszlo Ersek c998acb03d dump: hoist lzo_init() from get_len_buf_out() to dump_init() 12 years ago
Laszlo Ersek 24aeeace7a dump: select header bitness based on ELF class, not ELF architecture 12 years ago
Laszlo Ersek 2f859f80c2 dump: eliminate DumpState.page_size ("guest's page size") 12 years ago
Laszlo Ersek 22227f121b dump: eliminate DumpState.page_shift ("guest's page shift") 12 years ago
Laszlo Ersek 92ba1401e0 dump: simplify write_start_flat_header() 12 years ago
Laszlo Ersek ae3f88f60f dump: fill in the flat header signature more pleasingly to the eye 12 years ago
Markus Armbruster 66ef8bd9c1 dump: Drop pointless error_is_set(), DumpState member errp 12 years ago
qiaonuohan 7d6dc7f30c dump: add 'query-dump-guest-memory-capability' command 12 years ago
qiaonuohan 4ab23a9182 Define the architecture for compressed dump format 12 years ago
qiaonuohan b53ccc30c4 dump: make kdump-compressed format available for 'dump-guest-memory' 12 years ago
qiaonuohan d12f57ec66 dump: add API to write dump pages 12 years ago
qiaonuohan 64cfba6a47 dump: add APIs to operate DataCache 12 years ago
qiaonuohan d0686c7291 dump: add API to write dump_bitmap 12 years ago
qiaonuohan 298f116827 dump: add API to write dump header 12 years ago
qiaonuohan 7aad248d35 dump: add members to DumpState and init some of them 12 years ago
qiaonuohan 4835ef7784 dump: add API to write elf notes to buffer 12 years ago
qiaonuohan 5d31babe5c dump: add API to write vmcore 12 years ago
qiaonuohan fda053875e dump: add API to write header of flatten format 12 years ago
qiaonuohan 6a519918b3 dump: add argument to write_elfxx_notes 12 years ago
qiaonuohan b5ba1cc626 dump: const-qualify the buf of WriteCoreDumpFunction 12 years ago
Aneesh Kumar K.V bb6b684363 dump-guest-memory: Check for the correct return value 13 years ago
Andreas Färber bdc44640cb cpu: Use QTAILQ for CPU list 13 years ago
Laszlo Ersek 56c4bfb3f0 dump: rebase from host-private RAMBlock offsets to guest-physical addresses 13 years ago
Laszlo Ersek c5d7f60f06 dump: populate guest_phys_blocks 13 years ago
Laszlo Ersek 5ee163e8ea dump: introduce GuestPhysBlockList 13 years ago
Laszlo Ersek 2cac260768 dump: clamp guest-provided mapping lengths to ramblock sizes 13 years ago
Andreas Färber 182735efaf cpu: Make first_cpu and next_cpu CPUState 13 years ago
Luiz Capitulino 7581766b71 dump: qmp_dump_guest_memory(): use error_setg_file_open() 13 years ago
Andreas Färber 11ed09cf07 memory_mapping: Improve qemu_get_guest_memory_mapping() error reporting 13 years ago
Andreas Färber 1b3509ca5b dump: Abstract dump_init() with cpu_synchronize_all_states() 13 years ago
Jens Freimann c72bf46825 cpu: Move cpu_write_elfXX_note() functions to CPUState 13 years ago
Paolo Bonzini 0bc3cd624f include: avoid useless includes of exec/ headers 13 years ago
Andreas Färber 0d34282fdd cpu: Move host_tid field to CPUState 14 years ago
Paolo Bonzini a3161038a1 exec: change RAM list to a TAILQ 14 years ago
Paolo Bonzini 9c17d615a6 softmmu: move include files to include/sysemu/ 14 years ago
Paolo Bonzini 83c9089e73 monitor: move include files to include/monitor/ 14 years ago
Paolo Bonzini 022c62cbbc exec: move include files to include/exec/ 14 years ago
Paolo Bonzini 7b1b5d1913 qapi: move include files to include/qobject/ 14 years ago
Avi Kivity a8170e5e97 Rename target_phys_addr_t to hwaddr 14 years ago
Luiz Capitulino 2f61652d66 qmp: dump-guest-memory: don't spin if non-blocking fd would block 14 years ago
Paolo Bonzini a9940fc4cb monitor: add Error * argument to monitor_get_fd 14 years ago
Stefan Weil 352666e2d9 dump: Fix license version (GPL2+ instead of GPL2) 14 years ago
Stefan Weil bbbc0e244e w32: Fix broken build (missing include file) 14 years ago
Paolo Bonzini 5f86146fb3 dump: remove dumping stuff from cpu-all.h 14 years ago
Paolo Bonzini 4720bd0506 dump: change cpu_get_note_size to return ssize_t 14 years ago
Wen Congyang 783e9b4826 introduce a new monitor command 'dump-guest-memory' to dump guest's memory 14 years ago