Sign in
qemu
/
qemu
/
000194556b65970a19ca437cd96b804a3f069f11
/
dump.c
e17bebd
dump: Set correct vaddr for ELF dump
by Jon Doron
· 6 years ago
eae3eb3
qemu/queue.h: simplify reverse access to QTAILQ
by Paolo Bonzini
· 6 years ago
3ab7238
qapi: Drop qapi_event_send_FOO()'s Error ** argument
by Peter Xu
· 6 years ago
5be5df7
fw_cfg: import & use linux/qemu_fw_cfg.h
by Marc-André Lureau
· 6 years ago
2da91b5
dump: add Windows dump format to dump-guest-memory
by Viktor Prutyanov
· 7 years ago
84c868f
dump: Fix build with newer gcc
by Eric Blake
· 7 years ago
0c33659
dump.c: allow fd_write_vmcore to return errno on failure
by Yasmin Beatriz
· 7 years ago
68cbecf
dump: Update correct kdump phys_base field for AArch64
by Wei Huang
· 7 years ago
112ed24
qapi: Empty out qapi-schema.json
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
c983ca8
dump: fix note_name_equal()
by Marc-André Lureau
· 7 years ago
9ada575
kdump: set vmcoreinfo location
by Marc-André Lureau
· 7 years ago
d9feb51
dump: update phys_base header field based on VMCOREINFO content
by Marc-André Lureau
· 7 years ago
903ef73
dump: add guest ELF note
by Marc-André Lureau
· 7 years ago
7f579e2
exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly
by David Hildenbrand
· 7 years ago
d1e6994
dump: do not dump non-existent guest memory
by Cornelia Huck
· 7 years ago
c3a8fe3
misc: Remove unused Error variables
by Alberto Garcia
· 7 years ago
6796b40
dump: Acquire BQL around vm_start() in dump thread
by Fam Zheng
· 8 years ago
621ff94
error: Remove NULL checks on error_propagate() calls
by Eduardo Habkost
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
d42a0d1
dump-guest-memory: add qmp event DUMP_COMPLETED
by Peter Xu
· 9 years ago
39ba2ea
Dump: add qmp command "query-dump"
by Peter Xu
· 9 years ago
2264c2c
DumpState: adding total_size and written_size fields
by Peter Xu
· 9 years ago
1fbeff7
dump-guest-memory: add "detach" support
by Peter Xu
· 9 years ago
63e27f2
dump-guest-memory: disable dump when in INMIGRATE state
by Peter Xu
· 9 years ago
ca1fc8c
dump-guest-memory: introduce dump_process() helper function.
by Peter Xu
· 9 years ago
65d64f3
dump-guest-memory: add dump_in_progress() helper function
by Peter Xu
· 9 years ago
baf28f5
dump-guest-memory: using static DumpState, add DumpStatus
by Peter Xu
· 9 years ago
228de9c
dump-guest-memory: add "detach" flag for QMP/HMP interfaces.
by Peter Xu
· 9 years ago
e3517a5
dump-guest-memory: cleanup: removing dump_{error|cleanup}().
by Peter Xu
· 9 years ago
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
· 12 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