Age | Commit message (Expand) | Author | Files | Lines |
2017-09-19 | exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly | David Hildenbrand | 1 | -1/+0 |
2017-09-14 | dump: do not dump non-existent guest memory | Cornelia Huck | 1 | -0/+6 |
2017-08-30 | misc: Remove unused Error variables | Alberto Garcia | 1 | -3/+1 |
2017-05-05 | dump: Acquire BQL around vm_start() in dump thread | Fam Zheng | 1 | -0/+7 |
2016-06-20 | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost | 1 | -3/+1 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -1/+1 |
2016-02-22 | dump-guest-memory: add qmp event DUMP_COMPLETED | Peter Xu | 1 | -6/+12 |
2016-02-22 | Dump: add qmp command "query-dump" | Peter Xu | 1 | -4/+19 |
2016-02-22 | DumpState: adding total_size and written_size fields | Peter Xu | 1 | -0/+32 |
2016-02-22 | dump-guest-memory: add "detach" support | Peter Xu | 1 | -1/+26 |
2016-02-22 | dump-guest-memory: disable dump when in INMIGRATE state | Peter Xu | 1 | -0/+5 |
2016-02-22 | dump-guest-memory: introduce dump_process() helper function. | Peter Xu | 1 | -10/+21 |
2016-02-22 | dump-guest-memory: add dump_in_progress() helper function | Peter Xu | 1 | -0/+13 |
2016-02-22 | dump-guest-memory: using static DumpState, add DumpStatus | Peter Xu | 1 | -5/+16 |
2016-02-22 | dump-guest-memory: add "detach" flag for QMP/HMP interfaces. | Peter Xu | 1 | -2/+3 |
2016-02-22 | dump-guest-memory: cleanup: removing dump_{error|cleanup}(). | Peter Xu | 1 | -46/+32 |
2016-02-04 | all: Clean up includes | Peter Maydell | 1 | -1/+1 |
2016-01-15 | dump: allow target to set the physical base | Andrew Jones | 1 | -2/+2 |
2016-01-15 | dump: allow target to set the page size | Andrew Jones | 1 | -49/+78 |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -6/+6 |
2014-11-02 | dump: Fix dump-guest-memory termination and use-after-close | Gonglei | 1 | -7/+4 |
2014-10-23 | dump: Turn some functions to void to make code cleaner | zhanghailiang | 1 | -170/+142 |
2014-10-23 | dump: Propagate errors into qmp_dump_guest_memory() | zhanghailiang | 1 | -83/+82 |
2014-08-18 | dump.c: Fix memory leak issue in cleanup processing for dump_init() | Chen Gang | 1 | -13/+5 |
2014-06-16 | dump: Make DumpState and endian conversion routines available for arch-specif... | Bharata B Rao | 1 | -141/+90 |
2014-06-11 | dump: simplify get_len_buf_out() | Laszlo Ersek | 1 | -30/+16 |
2014-06-11 | dump: hoist lzo_init() from get_len_buf_out() to dump_init() | Laszlo Ersek | 1 | -7/+6 |
2014-06-11 | dump: select header bitness based on ELF class, not ELF architecture | Laszlo Ersek | 1 | -1/+1 |
2014-06-11 | dump: eliminate DumpState.page_size ("guest's page size") | Laszlo Ersek | 1 | -26/+25 |
2014-06-11 | dump: eliminate DumpState.page_shift ("guest's page shift") | Laszlo Ersek | 1 | -6/+4 |
2014-06-11 | dump: simplify write_start_flat_header() | Laszlo Ersek | 1 | -11/+9 |
2014-06-11 | dump: fill in the flat header signature more pleasingly to the eye | Laszlo Ersek | 1 | -2/+2 |
2014-05-09 | dump: Drop pointless error_is_set(), DumpState member errp | Markus Armbruster | 1 | -4/+2 |
2014-02-28 | dump: add 'query-dump-guest-memory-capability' command | qiaonuohan | 1 | -0/+33 |
2014-02-28 | Define the architecture for compressed dump format | qiaonuohan | 1 | -2/+5 |
2014-02-28 | dump: make kdump-compressed format available for 'dump-guest-memory' | qiaonuohan | 1 | -6/+125 |
2014-02-28 | dump: add API to write dump pages | qiaonuohan | 1 | -0/+231 |
2014-02-28 | dump: add APIs to operate DataCache | qiaonuohan | 1 | -0/+47 |
2014-02-28 | dump: add API to write dump_bitmap | qiaonuohan | 1 | -0/+164 |
2014-02-28 | dump: add API to write dump header | qiaonuohan | 1 | -0/+223 |
2014-02-28 | dump: add members to DumpState and init some of them | qiaonuohan | 1 | -0/+28 |
2014-02-28 | dump: add API to write elf notes to buffer | qiaonuohan | 1 | -0/+19 |
2014-02-28 | dump: add API to write vmcore | qiaonuohan | 1 | -0/+21 |
2014-02-28 | dump: add API to write header of flatten format | qiaonuohan | 1 | -0/+42 |
2014-02-28 | dump: add argument to write_elfxx_notes | qiaonuohan | 1 | -8/+8 |
2014-02-28 | dump: const-qualify the buf of WriteCoreDumpFunction | qiaonuohan | 1 | -1/+1 |
2013-10-25 | dump-guest-memory: Check for the correct return value | Aneesh Kumar K.V | 1 | -2/+2 |
2013-09-03 | cpu: Use QTAILQ for CPU list | Andreas Färber | 1 | -5/+5 |
2013-08-08 | dump: rebase from host-private RAMBlock offsets to guest-physical addresses | Laszlo Ersek | 1 | -39/+38 |