index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
memory_mapping.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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