aboutsummaryrefslogtreecommitdiff
path: root/memory_mapping.c
AgeCommit message (Expand)Author
2016-02-04all: Clean up includesPeter Maydell
2015-06-26memory_mapping: Rework cpu related includesPeter Crosthwaite
2014-10-31Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania
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-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-06-11memory_mapping: Improve qemu_get_guest_memory_mapping() error reportingAndreas Färber
2013-06-11cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber
2013-06-11cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas 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-19exec: move include files to include/exec/Paolo Bonzini
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-06-11Fix some more license versions (GPL2+ instead of GPL2)Stefan Weil
2012-06-07dump: remove dumping stuff from cpu-all.hPaolo Bonzini
2012-06-04introduce a new monitor command 'dump-guest-memory' to dump guest's memoryWen Congyang
2012-06-04Add API to get memory mapping without do pagingWen Congyang
2012-06-04Add API to get memory mappingWen Congyang
2012-06-04Add API to create memory mapping listWen Congyang