78 Commits (6089030c7322d8f96b54fb9904e53b0f464bb8fe)

Author SHA1 Message Date
Markus Armbruster e688df6bc4 Include qapi/error.h exactly where needed 9 years ago
Marc-André Lureau c983ca8457 dump: fix note_name_equal() 9 years ago
Marc-André Lureau 9ada575bba kdump: set vmcoreinfo location 9 years ago
Marc-André Lureau d9feb51772 dump: update phys_base header field based on VMCOREINFO content 9 years ago
Marc-André Lureau 903ef73496 dump: add guest ELF note 9 years ago
David Hildenbrand 7f579e272f exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly 9 years ago
Cornelia Huck d1e6994abc dump: do not dump non-existent guest memory 9 years ago
Alberto Garcia c3a8fe331e misc: Remove unused Error variables 9 years ago
Fam Zheng 6796b4008b dump: Acquire BQL around vm_start() in dump thread 9 years ago
Eduardo Habkost 621ff94d50 error: Remove NULL checks on error_propagate() calls 10 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 11 years ago
Peter Xu d42a0d1484 dump-guest-memory: add qmp event DUMP_COMPLETED 11 years ago
Peter Xu 39ba2ea61f Dump: add qmp command "query-dump" 11 years ago
Peter Xu 2264c2c96e DumpState: adding total_size and written_size fields 11 years ago
Peter Xu 1fbeff72c2 dump-guest-memory: add "detach" support 11 years ago
Peter Xu 63e27f28f2 dump-guest-memory: disable dump when in INMIGRATE state 11 years ago
Peter Xu ca1fc8c97e dump-guest-memory: introduce dump_process() helper function. 11 years ago
Peter Xu 65d64f3623 dump-guest-memory: add dump_in_progress() helper function 11 years ago
Peter Xu baf28f57e2 dump-guest-memory: using static DumpState, add DumpStatus 11 years ago
Peter Xu 228de9cf1d dump-guest-memory: add "detach" flag for QMP/HMP interfaces. 11 years ago
Peter Xu e3517a5299 dump-guest-memory: cleanup: removing dump_{error|cleanup}(). 11 years ago
Peter Maydell d38ea87ac5 all: Clean up includes 11 years ago
Andrew Jones b6e05aa473 dump: allow target to set the physical base 11 years ago
Andrew Jones 8161befdd1 dump: allow target to set the page size 11 years ago
Markus Armbruster cc7a8ea740 Include qapi/qmp/qerror.h exactly where needed 12 years ago
Markus Armbruster c6bd8c706a qerror: Clean up QERR_ macros to expand into a single string 12 years ago
Gonglei 08a655be71 dump: Fix dump-guest-memory termination and use-after-close 12 years ago
zhanghailiang 4c7e251ae6 dump: Turn some functions to void to make code cleaner 12 years ago
zhanghailiang 37917da2d0 dump: Propagate errors into qmp_dump_guest_memory() 12 years ago
Chen Gang 2928207ac1 dump.c: Fix memory leak issue in cleanup processing for dump_init() 12 years ago
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 13 years ago
qiaonuohan 4ab23a9182 Define the architecture for compressed dump format 13 years ago
qiaonuohan b53ccc30c4 dump: make kdump-compressed format available for 'dump-guest-memory' 13 years ago
qiaonuohan d12f57ec66 dump: add API to write dump pages 13 years ago
qiaonuohan 64cfba6a47 dump: add APIs to operate DataCache 13 years ago
qiaonuohan d0686c7291 dump: add API to write dump_bitmap 13 years ago
qiaonuohan 298f116827 dump: add API to write dump header 13 years ago
qiaonuohan 7aad248d35 dump: add members to DumpState and init some of them 13 years ago
qiaonuohan 4835ef7784 dump: add API to write elf notes to buffer 13 years ago
qiaonuohan 5d31babe5c dump: add API to write vmcore 13 years ago
qiaonuohan fda053875e dump: add API to write header of flatten format 13 years ago