summaryrefslogtreecommitdiffstats
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4
* dump: Turn some functions to void to make code cleanerzhanghailiang2014-10-231-170/+142
* dump: Propagate errors into qmp_dump_guest_memory()zhanghailiang2014-10-231-83/+82
* dump.c: Fix memory leak issue in cleanup processing for dump_init()Chen Gang2014-08-181-13/+5
* dump: Make DumpState and endian conversion routines available for arch-specif...Bharata B Rao2014-06-161-141/+90
* dump: simplify get_len_buf_out()Laszlo Ersek2014-06-111-30/+16
* dump: hoist lzo_init() from get_len_buf_out() to dump_init()Laszlo Ersek2014-06-111-7/+6
* 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/+25
* dump: eliminate DumpState.page_shift ("guest's page shift")Laszlo Ersek2014-06-111-6/+4
* dump: simplify write_start_flat_header()Laszlo Ersek2014-06-111-11/+9
* 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/+2
* 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
* dump: add API to write header of flatten formatqiaonuohan2014-02-281-0/+42
* dump: add argument to write_elfxx_notesqiaonuohan2014-02-281-8/+8
* dump: const-qualify the buf of WriteCoreDumpFunctionqiaonuohan2014-02-281-1/+1
* dump-guest-memory: Check for the correct return valueAneesh Kumar K.V2013-10-251-2/+2
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-5/+5
* dump: rebase from host-private RAMBlock offsets to guest-physical addressesLaszlo Ersek2013-08-081-39/+38
* dump: populate guest_phys_blocksLaszlo Ersek2013-08-081-1/+1
* dump: introduce GuestPhysBlockListLaszlo Ersek2013-08-081-12/+19
* dump: clamp guest-provided mapping lengths to ramblock sizesLaszlo Ersek2013-08-081-25/+40
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-10/+6
* dump: qmp_dump_guest_memory(): use error_setg_file_open()Luiz Capitulino2013-06-171-1/+1
* memory_mapping: Improve qemu_get_guest_memory_mapping() error reportingAndreas Färber2013-06-111-1/+6
* dump: Abstract dump_init() with cpu_synchronize_all_states()Andreas Färber2013-06-111-2/+3
* cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann2013-05-011-4/+4
* include: avoid useless includes of exec/ headersPaolo Bonzini2013-04-151-1/+5
* cpu: Move host_tid field to CPUStateAndreas Färber2013-02-161-2/+6
* exec: change RAM list to a TAILQPaolo Bonzini2012-12-201-4/+4
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-4/+4
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-3/+3
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-9/+9
* qmp: dump-guest-memory: don't spin if non-blocking fd would blockLuiz Capitulino2012-09-271-11/+4
* monitor: add Error * argument to monitor_get_fdPaolo Bonzini2012-09-261-2/+1
* dump: Fix license version (GPL2+ instead of GPL2)Stefan Weil2012-06-111-2/+2
OpenPOWER on IntegriCloud