| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 2018-01-22 | 1 | -1/+1 |
* | dump: fix memory_mapping_filter leak | Marc-André Lureau | 2017-06-04 | 1 | -0/+1 |
* | memory: Replace skip_dump flag with "ram_device" | Alex Williamson | 2016-10-31 | 1 | -1/+1 |
* | all: Remove unnecessary glib.h includes | Peter Maydell | 2016-06-07 | 1 | -1/+0 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | dump-guest-memory: add "detach" support | Peter Xu | 2016-02-22 | 1 | -0/+3 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | memory_mapping: Rework cpu related includes | Peter Crosthwaite | 2015-06-26 | 1 | -1/+1 |
* | Add skip_dump flag to ignore memory region during dump | Nikunj A Dadhania | 2014-10-31 | 1 | -1/+2 |
* | cpu: Use QTAILQ for CPU list | Andreas Färber | 2013-09-03 | 1 | -2/+3 |
* | dump: rebase from host-private RAMBlock offsets to guest-physical addresses | Laszlo Ersek | 2013-08-08 | 1 | -9/+13 |
* | dump: populate guest_phys_blocks | Laszlo Ersek | 2013-08-08 | 1 | -0/+84 |
* | dump: introduce GuestPhysBlockList | Laszlo Ersek | 2013-08-08 | 1 | -0/+17 |
* | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber | 2013-07-09 | 1 | -8/+8 |
* | memory_mapping: Improve qemu_get_guest_memory_mapping() error reporting | Andreas Färber | 2013-06-11 | 1 | -6/+4 |
* | cpu: Turn cpu_get_memory_mapping() into a CPUState hook | Andreas Färber | 2013-06-11 | 1 | -3/+4 |
* | cpu: Turn cpu_paging_enabled() into a CPUState hook | Andreas Färber | 2013-06-11 | 1 | -1/+1 |
* | exec: change RAM list to a TAILQ | Paolo Bonzini | 2012-12-20 | 1 | -2/+2 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | exec: move include files to include/exec/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | Rename target_phys_addr_t to hwaddr | Avi Kivity | 2012-10-23 | 1 | -10/+10 |
* | Fix some more license versions (GPL2+ instead of GPL2) | Stefan Weil | 2012-06-11 | 1 | -2/+2 |
* | dump: remove dumping stuff from cpu-all.h | Paolo Bonzini | 2012-06-07 | 1 | -3/+0 |
* | introduce a new monitor command 'dump-guest-memory' to dump guest's memory | Wen Congyang | 2012-06-04 | 1 | -0/+27 |
* | Add API to get memory mapping without do paging | Wen Congyang | 2012-06-04 | 1 | -0/+9 |
* | Add API to get memory mapping | Wen Congyang | 2012-06-04 | 1 | -0/+47 |
* | Add API to create memory mapping list | Wen Congyang | 2012-06-04 | 1 | -0/+166 |