index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
memory_mapping.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-04
dump: fix memory_mapping_filter leak
Marc-André Lureau
1
-0
/
+1
2016-10-31
memory: Replace skip_dump flag with "ram_device"
Alex Williamson
1
-1
/
+1
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-22
dump-guest-memory: add "detach" support
Peter Xu
1
-0
/
+3
2016-02-04
all: Clean up includes
Peter Maydell
1
-0
/
+1
2015-06-26
memory_mapping: Rework cpu related includes
Peter Crosthwaite
1
-1
/
+1
2014-10-31
Add skip_dump flag to ignore memory region during dump
Nikunj A Dadhania
1
-1
/
+2
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
1
-2
/
+3
2013-08-08
dump: rebase from host-private RAMBlock offsets to guest-physical addresses
Laszlo Ersek
1
-9
/
+13
2013-08-08
dump: populate guest_phys_blocks
Laszlo Ersek
1
-0
/
+84
2013-08-08
dump: introduce GuestPhysBlockList
Laszlo Ersek
1
-0
/
+17
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-8
/
+8
2013-06-11
memory_mapping: Improve qemu_get_guest_memory_mapping() error reporting
Andreas Färber
1
-6
/
+4
2013-06-11
cpu: Turn cpu_get_memory_mapping() into a CPUState hook
Andreas Färber
1
-3
/
+4
2013-06-11
cpu: Turn cpu_paging_enabled() into a CPUState hook
Andreas Färber
1
-1
/
+1
2012-12-20
exec: change RAM list to a TAILQ
Paolo Bonzini
1
-2
/
+2
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-10
/
+10
2012-06-11
Fix some more license versions (GPL2+ instead of GPL2)
Stefan Weil
1
-2
/
+2
2012-06-07
dump: remove dumping stuff from cpu-all.h
Paolo Bonzini
1
-3
/
+0
2012-06-04
introduce a new monitor command 'dump-guest-memory' to dump guest's memory
Wen Congyang
1
-0
/
+27
2012-06-04
Add API to get memory mapping without do paging
Wen Congyang
1
-0
/
+9
2012-06-04
Add API to get memory mapping
Wen Congyang
1
-0
/
+47
2012-06-04
Add API to create memory mapping list
Wen Congyang
1
-0
/
+166