index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
memory_mapping.c
Age
Commit message (
Expand
)
Author
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2017-06-04
dump: fix memory_mapping_filter leak
Marc-André Lureau
2016-10-31
memory: Replace skip_dump flag with "ram_device"
Alex Williamson
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-22
dump-guest-memory: add "detach" support
Peter Xu
2016-02-04
all: Clean up includes
Peter Maydell
2015-06-26
memory_mapping: Rework cpu related includes
Peter Crosthwaite
2014-10-31
Add skip_dump flag to ignore memory region during dump
Nikunj A Dadhania
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-08-08
dump: rebase from host-private RAMBlock offsets to guest-physical addresses
Laszlo Ersek
2013-08-08
dump: populate guest_phys_blocks
Laszlo Ersek
2013-08-08
dump: introduce GuestPhysBlockList
Laszlo Ersek
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-06-11
memory_mapping: Improve qemu_get_guest_memory_mapping() error reporting
Andreas Färber
2013-06-11
cpu: Turn cpu_get_memory_mapping() into a CPUState hook
Andreas Färber
2013-06-11
cpu: Turn cpu_paging_enabled() into a CPUState hook
Andreas Färber
2012-12-20
exec: change RAM list to a TAILQ
Paolo Bonzini
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-06-11
Fix some more license versions (GPL2+ instead of GPL2)
Stefan Weil
2012-06-07
dump: remove dumping stuff from cpu-all.h
Paolo Bonzini
2012-06-04
introduce a new monitor command 'dump-guest-memory' to dump guest's memory
Wen Congyang
2012-06-04
Add API to get memory mapping without do paging
Wen Congyang
2012-06-04
Add API to get memory mapping
Wen Congyang
2012-06-04
Add API to create memory mapping list
Wen Congyang