aboutsummaryrefslogtreecommitdiff
path: root/dump.c
AgeCommit message (Expand)Author
2019-02-06dump: Set correct vaddr for ELF dumpJon Doron
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-23fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau
2018-06-29dump: add Windows dump format to dump-guest-memoryViktor Prutyanov
2018-04-09dump: Fix build with newer gccEric Blake
2018-03-21dump.c: allow fd_write_vmcore to return errno on failureYasmin Beatriz
2018-03-19dump: Update correct kdump phys_base field for AArch64Wei Huang
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-02dump: fix note_name_equal()Marc-André Lureau
2017-10-15kdump: set vmcoreinfo locationMarc-André Lureau
2017-10-15dump: update phys_base header field based on VMCOREINFO contentMarc-André Lureau
2017-10-15dump: add guest ELF noteMarc-André Lureau
2017-09-19exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand
2017-09-14dump: do not dump non-existent guest memoryCornelia Huck
2017-08-30misc: Remove unused Error variablesAlberto Garcia
2017-05-05dump: Acquire BQL around vm_start() in dump threadFam Zheng
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-22dump-guest-memory: add qmp event DUMP_COMPLETEDPeter Xu
2016-02-22Dump: add qmp command "query-dump"Peter Xu
2016-02-22DumpState: adding total_size and written_size fieldsPeter Xu
2016-02-22dump-guest-memory: add "detach" supportPeter Xu
2016-02-22dump-guest-memory: disable dump when in INMIGRATE statePeter Xu
2016-02-22dump-guest-memory: introduce dump_process() helper function.Peter Xu
2016-02-22dump-guest-memory: add dump_in_progress() helper functionPeter Xu
2016-02-22dump-guest-memory: using static DumpState, add DumpStatusPeter Xu
2016-02-22dump-guest-memory: add "detach" flag for QMP/HMP interfaces.Peter Xu
2016-02-22dump-guest-memory: cleanup: removing dump_{error|cleanup}().Peter Xu
2016-02-04all: Clean up includesPeter Maydell
2016-01-15dump: allow target to set the physical baseAndrew Jones
2016-01-15dump: allow target to set the page sizeAndrew Jones
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2014-11-02dump: Fix dump-guest-memory termination and use-after-closeGonglei
2014-10-23dump: Turn some functions to void to make code cleanerzhanghailiang
2014-10-23dump: Propagate errors into qmp_dump_guest_memory()zhanghailiang
2014-08-18dump.c: Fix memory leak issue in cleanup processing for dump_init()Chen Gang
2014-06-16dump: Make DumpState and endian conversion routines available for arch-specif...Bharata B Rao
2014-06-11dump: simplify get_len_buf_out()Laszlo Ersek
2014-06-11dump: hoist lzo_init() from get_len_buf_out() to dump_init()Laszlo Ersek
2014-06-11dump: select header bitness based on ELF class, not ELF architectureLaszlo Ersek
2014-06-11dump: eliminate DumpState.page_size ("guest's page size")Laszlo Ersek
2014-06-11dump: eliminate DumpState.page_shift ("guest's page shift")Laszlo Ersek
2014-06-11dump: simplify write_start_flat_header()Laszlo Ersek
2014-06-11dump: fill in the flat header signature more pleasingly to the eyeLaszlo Ersek
2014-05-09dump: Drop pointless error_is_set(), DumpState member errpMarkus Armbruster
2014-02-28dump: add 'query-dump-guest-memory-capability' commandqiaonuohan
2014-02-28Define the architecture for compressed dump formatqiaonuohan