summaryrefslogtreecommitdiff
path: root/dump.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-02-22dump-guest-memory: add qmp event DUMP_COMPLETEDPeter Xu1-6/+12
2016-02-22Dump: add qmp command "query-dump"Peter Xu1-4/+19
2016-02-22DumpState: adding total_size and written_size fieldsPeter Xu1-0/+32
2016-02-22dump-guest-memory: add "detach" supportPeter Xu1-1/+26
2016-02-22dump-guest-memory: disable dump when in INMIGRATE statePeter Xu1-0/+5
2016-02-22dump-guest-memory: introduce dump_process() helper function.Peter Xu1-10/+21
2016-02-22dump-guest-memory: add dump_in_progress() helper functionPeter Xu1-0/+13
2016-02-22dump-guest-memory: using static DumpState, add DumpStatusPeter Xu1-5/+16
2016-02-22dump-guest-memory: add "detach" flag for QMP/HMP interfaces.Peter Xu1-2/+3
2016-02-22dump-guest-memory: cleanup: removing dump_{error|cleanup}().Peter Xu1-46/+32
2016-02-04all: Clean up includesPeter Maydell1-1/+1
2016-01-15dump: allow target to set the physical baseAndrew Jones1-2/+2
2016-01-15dump: allow target to set the page sizeAndrew Jones1-49/+78
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-6/+6
2014-11-02dump: Fix dump-guest-memory termination and use-after-closeGonglei1-7/+4
2014-10-23dump: Turn some functions to void to make code cleanerzhanghailiang1-170/+142
2014-10-23dump: Propagate errors into qmp_dump_guest_memory()zhanghailiang1-83/+82
2014-08-18dump.c: Fix memory leak issue in cleanup processing for dump_init()Chen Gang1-13/+5
2014-06-16dump: Make DumpState and endian conversion routines available for arch-specif...Bharata B Rao1-141/+90
2014-06-11dump: simplify get_len_buf_out()Laszlo Ersek1-30/+16
2014-06-11dump: hoist lzo_init() from get_len_buf_out() to dump_init()Laszlo Ersek1-7/+6
2014-06-11dump: select header bitness based on ELF class, not ELF architectureLaszlo Ersek1-1/+1
2014-06-11dump: eliminate DumpState.page_size ("guest's page size")Laszlo Ersek1-26/+25
2014-06-11dump: eliminate DumpState.page_shift ("guest's page shift")Laszlo Ersek1-6/+4
2014-06-11dump: simplify write_start_flat_header()Laszlo Ersek1-11/+9
2014-06-11dump: fill in the flat header signature more pleasingly to the eyeLaszlo Ersek1-2/+2
2014-05-09dump: Drop pointless error_is_set(), DumpState member errpMarkus Armbruster1-4/+2
2014-02-28dump: add 'query-dump-guest-memory-capability' commandqiaonuohan1-0/+33
2014-02-28Define the architecture for compressed dump formatqiaonuohan1-2/+5
2014-02-28dump: make kdump-compressed format available for 'dump-guest-memory'qiaonuohan1-6/+125
2014-02-28dump: add API to write dump pagesqiaonuohan1-0/+231
2014-02-28dump: add APIs to operate DataCacheqiaonuohan1-0/+47
2014-02-28dump: add API to write dump_bitmapqiaonuohan1-0/+164
2014-02-28dump: add API to write dump headerqiaonuohan1-0/+223
2014-02-28dump: add members to DumpState and init some of themqiaonuohan1-0/+28
2014-02-28dump: add API to write elf notes to bufferqiaonuohan1-0/+19
2014-02-28dump: add API to write vmcoreqiaonuohan1-0/+21
2014-02-28dump: add API to write header of flatten formatqiaonuohan1-0/+42
2014-02-28dump: add argument to write_elfxx_notesqiaonuohan1-8/+8
2014-02-28dump: const-qualify the buf of WriteCoreDumpFunctionqiaonuohan1-1/+1
2013-10-25dump-guest-memory: Check for the correct return valueAneesh Kumar K.V1-2/+2
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-5/+5
2013-08-08dump: rebase from host-private RAMBlock offsets to guest-physical addressesLaszlo Ersek1-39/+38
2013-08-08dump: populate guest_phys_blocksLaszlo Ersek1-1/+1
2013-08-08dump: introduce GuestPhysBlockListLaszlo Ersek1-12/+19
2013-08-08dump: clamp guest-provided mapping lengths to ramblock sizesLaszlo Ersek1-25/+40
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-10/+6
2013-06-17dump: qmp_dump_guest_memory(): use error_setg_file_open()Luiz Capitulino1-1/+1