summaryrefslogtreecommitdiffstats
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-2/+2
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* dump: fix note_name_equal()Marc-André Lureau2018-01-021-6/+1Star
* kdump: set vmcoreinfo locationMarc-André Lureau2017-10-151-0/+24
* dump: update phys_base header field based on VMCOREINFO contentMarc-André Lureau2017-10-151-2/+54
* dump: add guest ELF noteMarc-André Lureau2017-10-151-0/+107
* exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand2017-09-191-1/+0Star
* dump: do not dump non-existent guest memoryCornelia Huck2017-09-141-0/+6
* misc: Remove unused Error variablesAlberto Garcia2017-08-301-3/+1Star
* dump: Acquire BQL around vm_start() in dump threadFam Zheng2017-05-051-0/+7
* error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-3/+1Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* dump-guest-memory: add qmp event DUMP_COMPLETEDPeter Xu2016-02-221-6/+12
* Dump: add qmp command "query-dump"Peter Xu2016-02-221-4/+19
* DumpState: adding total_size and written_size fieldsPeter Xu2016-02-221-0/+32
* dump-guest-memory: add "detach" supportPeter Xu2016-02-221-1/+26
* dump-guest-memory: disable dump when in INMIGRATE statePeter Xu2016-02-221-0/+5
* dump-guest-memory: introduce dump_process() helper function.Peter Xu2016-02-221-10/+21
* dump-guest-memory: add dump_in_progress() helper functionPeter Xu2016-02-221-0/+13
* dump-guest-memory: using static DumpState, add DumpStatusPeter Xu2016-02-221-5/+16
* dump-guest-memory: add "detach" flag for QMP/HMP interfaces.Peter Xu2016-02-221-2/+3
* dump-guest-memory: cleanup: removing dump_{error|cleanup}().Peter Xu2016-02-221-46/+32Star
* all: Clean up includesPeter Maydell2016-02-041-1/+1
* dump: allow target to set the physical baseAndrew Jones2016-01-151-2/+2
* dump: allow target to set the page sizeAndrew Jones2016-01-151-49/+78
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-6/+6
* dump: Fix dump-guest-memory termination and use-after-closeGonglei2014-11-021-7/+4Star
* dump: Turn some functions to void to make code cleanerzhanghailiang2014-10-231-170/+142Star
* dump: Propagate errors into qmp_dump_guest_memory()zhanghailiang2014-10-231-83/+82Star
* dump.c: Fix memory leak issue in cleanup processing for dump_init()Chen Gang2014-08-181-13/+5Star
* dump: Make DumpState and endian conversion routines available for arch-specif...Bharata B Rao2014-06-161-141/+90Star
* dump: simplify get_len_buf_out()Laszlo Ersek2014-06-111-30/+16Star
* dump: hoist lzo_init() from get_len_buf_out() to dump_init()Laszlo Ersek2014-06-111-7/+6Star
* dump: select header bitness based on ELF class, not ELF architectureLaszlo Ersek2014-06-111-1/+1
* dump: eliminate DumpState.page_size ("guest's page size")Laszlo Ersek2014-06-111-26/+25Star
* dump: eliminate DumpState.page_shift ("guest's page shift")Laszlo Ersek2014-06-111-6/+4Star
* dump: simplify write_start_flat_header()Laszlo Ersek2014-06-111-11/+9Star
* dump: fill in the flat header signature more pleasingly to the eyeLaszlo Ersek2014-06-111-2/+2
* dump: Drop pointless error_is_set(), DumpState member errpMarkus Armbruster2014-05-091-4/+2Star
* dump: add 'query-dump-guest-memory-capability' commandqiaonuohan2014-02-281-0/+33
* Define the architecture for compressed dump formatqiaonuohan2014-02-281-2/+5
* dump: make kdump-compressed format available for 'dump-guest-memory'qiaonuohan2014-02-281-6/+125
* dump: add API to write dump pagesqiaonuohan2014-02-281-0/+231
* dump: add APIs to operate DataCacheqiaonuohan2014-02-281-0/+47
* dump: add API to write dump_bitmapqiaonuohan2014-02-281-0/+164
* dump: add API to write dump headerqiaonuohan2014-02-281-0/+223
* dump: add members to DumpState and init some of themqiaonuohan2014-02-281-0/+28
* dump: add API to write elf notes to bufferqiaonuohan2014-02-281-0/+19
* dump: add API to write vmcoreqiaonuohan2014-02-281-0/+21