Sign in
qemu
/
qemu
/
07b096b41873bd64d01c7d59e43066793ef0e95c
/
dump.c
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
b6e05aa
dump: allow target to set the physical base
by Andrew Jones
· 9 years ago
8161bef
dump: allow target to set the page size
by Andrew Jones
· 9 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
08a655b
dump: Fix dump-guest-memory termination and use-after-close
by Gonglei
· 10 years ago
4c7e251
dump: Turn some functions to void to make code cleaner
by zhanghailiang
· 10 years ago
37917da
dump: Propagate errors into qmp_dump_guest_memory()
by zhanghailiang
· 10 years ago
2928207
dump.c: Fix memory leak issue in cleanup processing for dump_init()
by Chen Gang
· 10 years ago
acb0ef5
dump: Make DumpState and endian conversion routines available for arch-specific dump code
by Bharata B Rao
· 11 years ago
b87ef35
dump: simplify get_len_buf_out()
by Laszlo Ersek
· 11 years ago
c998acb
dump: hoist lzo_init() from get_len_buf_out() to dump_init()
by Laszlo Ersek
· 11 years ago
24aeeac
dump: select header bitness based on ELF class, not ELF architecture
by Laszlo Ersek
· 11 years ago
2f859f8
dump: eliminate DumpState.page_size ("guest's page size")
by Laszlo Ersek
· 11 years ago
22227f1
dump: eliminate DumpState.page_shift ("guest's page shift")
by Laszlo Ersek
· 11 years ago
92ba140
dump: simplify write_start_flat_header()
by Laszlo Ersek
· 11 years ago
ae3f88f
dump: fill in the flat header signature more pleasingly to the eye
by Laszlo Ersek
· 11 years ago
66ef8bd
dump: Drop pointless error_is_set(), DumpState member errp
by Markus Armbruster
· 11 years ago
7d6dc7f
dump: add 'query-dump-guest-memory-capability' command
by qiaonuohan
· 11 years ago
4ab23a9
Define the architecture for compressed dump format
by qiaonuohan
· 11 years ago
b53ccc3
dump: make kdump-compressed format available for 'dump-guest-memory'
by qiaonuohan
· 11 years ago
d12f57e
dump: add API to write dump pages
by qiaonuohan
· 11 years ago
64cfba6
dump: add APIs to operate DataCache
by qiaonuohan
· 11 years ago
d0686c7
dump: add API to write dump_bitmap
by qiaonuohan
· 11 years ago
298f116
dump: add API to write dump header
by qiaonuohan
· 11 years ago
7aad248
dump: add members to DumpState and init some of them
by qiaonuohan
· 11 years ago
4835ef7
dump: add API to write elf notes to buffer
by qiaonuohan
· 11 years ago
5d31bab
dump: add API to write vmcore
by qiaonuohan
· 11 years ago
fda0538
dump: add API to write header of flatten format
by qiaonuohan
· 11 years ago
6a51991
dump: add argument to write_elfxx_notes
by qiaonuohan
· 11 years ago
b5ba1cc
dump: const-qualify the buf of WriteCoreDumpFunction
by qiaonuohan
· 11 years ago
bb6b684
dump-guest-memory: Check for the correct return value
by Aneesh Kumar K.V
· 11 years ago
bdc4464
cpu: Use QTAILQ for CPU list
by Andreas Färber
· 11 years ago
56c4bfb
dump: rebase from host-private RAMBlock offsets to guest-physical addresses
by Laszlo Ersek
· 11 years ago
c5d7f60
dump: populate guest_phys_blocks
by Laszlo Ersek
· 11 years ago
5ee163e
dump: introduce GuestPhysBlockList
by Laszlo Ersek
· 11 years ago
2cac260
dump: clamp guest-provided mapping lengths to ramblock sizes
by Laszlo Ersek
· 11 years ago
182735e
cpu: Make first_cpu and next_cpu CPUState
by Andreas Färber
· 12 years ago
7581766
dump: qmp_dump_guest_memory(): use error_setg_file_open()
by Luiz Capitulino
· 12 years ago
11ed09c
memory_mapping: Improve qemu_get_guest_memory_mapping() error reporting
by Andreas Färber
· 12 years ago
1b3509c
dump: Abstract dump_init() with cpu_synchronize_all_states()
by Andreas Färber
· 12 years ago
c72bf46
cpu: Move cpu_write_elfXX_note() functions to CPUState
by Jens Freimann
· 12 years ago
0bc3cd6
include: avoid useless includes of exec/ headers
by Paolo Bonzini
· 12 years ago
0d34282
cpu: Move host_tid field to CPUState
by Andreas Färber
· 12 years ago
a316103
exec: change RAM list to a TAILQ
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
2f61652
qmp: dump-guest-memory: don't spin if non-blocking fd would block
by Luiz Capitulino
· 12 years ago
a9940fc
monitor: add Error * argument to monitor_get_fd
by Paolo Bonzini
· 12 years ago
352666e
dump: Fix license version (GPL2+ instead of GPL2)
by Stefan Weil
· 13 years ago
bbbc0e2
w32: Fix broken build (missing include file)
by Stefan Weil
· 13 years ago
5f86146
dump: remove dumping stuff from cpu-all.h
by Paolo Bonzini
· 13 years ago
4720bd0
dump: change cpu_get_note_size to return ssize_t
by Paolo Bonzini
· 13 years ago
783e9b4
introduce a new monitor command 'dump-guest-memory' to dump guest's memory
by Wen Congyang
· 13 years ago