aboutsummaryrefslogtreecommitdiff
path: root/dump.c
AgeCommit message (Expand)Author
2014-02-28dump: add 'query-dump-guest-memory-capability' commandqiaonuohan
2014-02-28Define the architecture for compressed dump formatqiaonuohan
2014-02-28dump: make kdump-compressed format available for 'dump-guest-memory'qiaonuohan
2014-02-28dump: add API to write dump pagesqiaonuohan
2014-02-28dump: add APIs to operate DataCacheqiaonuohan
2014-02-28dump: add API to write dump_bitmapqiaonuohan
2014-02-28dump: add API to write dump headerqiaonuohan
2014-02-28dump: add members to DumpState and init some of themqiaonuohan
2014-02-28dump: add API to write elf notes to bufferqiaonuohan
2014-02-28dump: add API to write vmcoreqiaonuohan
2014-02-28dump: add API to write header of flatten formatqiaonuohan
2014-02-28dump: add argument to write_elfxx_notesqiaonuohan
2014-02-28dump: const-qualify the buf of WriteCoreDumpFunctionqiaonuohan
2013-10-25dump-guest-memory: Check for the correct return valueAneesh Kumar K.V
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-08-08dump: rebase from host-private RAMBlock offsets to guest-physical addressesLaszlo Ersek
2013-08-08dump: populate guest_phys_blocksLaszlo Ersek
2013-08-08dump: introduce GuestPhysBlockListLaszlo Ersek
2013-08-08dump: clamp guest-provided mapping lengths to ramblock sizesLaszlo Ersek
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-06-17dump: qmp_dump_guest_memory(): use error_setg_file_open()Luiz Capitulino
2013-06-11memory_mapping: Improve qemu_get_guest_memory_mapping() error reportingAndreas Färber
2013-06-11dump: Abstract dump_init() with cpu_synchronize_all_states()Andreas Färber
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-09-27qmp: dump-guest-memory: don't spin if non-blocking fd would blockLuiz Capitulino
2012-09-26monitor: add Error * argument to monitor_get_fdPaolo Bonzini
2012-06-11dump: Fix license version (GPL2+ instead of GPL2)Stefan Weil
2012-06-09w32: Fix broken build (missing include file)Stefan Weil
2012-06-07dump: remove dumping stuff from cpu-all.hPaolo Bonzini
2012-06-07dump: change cpu_get_note_size to return ssize_tPaolo Bonzini
2012-06-04introduce a new monitor command 'dump-guest-memory' to dump guest's memoryWen Congyang