summaryrefslogtreecommitdiff
path: root/dump.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-11memory_mapping: Improve qemu_get_guest_memory_mapping() error reportingAndreas Färber1-1/+6
2013-06-11dump: Abstract dump_init() with cpu_synchronize_all_states()Andreas Färber1-2/+3
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann1-4/+4
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini1-1/+5
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber1-2/+6
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini1-4/+4
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-4/+4
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-3/+3
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-9/+9
2012-09-27qmp: dump-guest-memory: don't spin if non-blocking fd would blockLuiz Capitulino1-11/+4
2012-09-26monitor: add Error * argument to monitor_get_fdPaolo Bonzini1-2/+1
2012-06-11dump: Fix license version (GPL2+ instead of GPL2)Stefan Weil1-2/+2
2012-06-09w32: Fix broken build (missing include file)Stefan Weil1-4/+0
2012-06-07dump: remove dumping stuff from cpu-all.hPaolo Bonzini1-11/+0
2012-06-07dump: change cpu_get_note_size to return ssize_tPaolo Bonzini1-2/+7
2012-06-04introduce a new monitor command 'dump-guest-memory' to dump guest's memoryWen Congyang1-0/+883