summaryrefslogtreecommitdiff
path: root/memory_mapping.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-1/+1
2017-06-04dump: fix memory_mapping_filter leakMarc-André Lureau1-0/+1
2016-10-31memory: Replace skip_dump flag with "ram_device"Alex Williamson1-1/+1
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-22dump-guest-memory: add "detach" supportPeter Xu1-0/+3
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2015-06-26memory_mapping: Rework cpu related includesPeter Crosthwaite1-1/+1
2014-10-31Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania1-1/+2
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-2/+3
2013-08-08dump: rebase from host-private RAMBlock offsets to guest-physical addressesLaszlo Ersek1-9/+13
2013-08-08dump: populate guest_phys_blocksLaszlo Ersek1-0/+84
2013-08-08dump: introduce GuestPhysBlockListLaszlo Ersek1-0/+17
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-8/+8
2013-06-11memory_mapping: Improve qemu_get_guest_memory_mapping() error reportingAndreas Färber1-6/+4
2013-06-11cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber1-3/+4
2013-06-11cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber1-1/+1
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini1-2/+2
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-10/+10
2012-06-11Fix some more license versions (GPL2+ instead of GPL2)Stefan Weil1-2/+2
2012-06-07dump: remove dumping stuff from cpu-all.hPaolo Bonzini1-3/+0
2012-06-04introduce a new monitor command 'dump-guest-memory' to dump guest's memoryWen Congyang1-0/+27
2012-06-04Add API to get memory mapping without do pagingWen Congyang1-0/+9
2012-06-04Add API to get memory mappingWen Congyang1-0/+47
2012-06-04Add API to create memory mapping listWen Congyang1-0/+166