Add API to create memory mapping list
authorWen Congyang <wency@cn.fujitsu.com>
Mon, 7 May 2012 04:03:46 +0000 (12:03 +0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 4 Jun 2012 16:49:33 +0000 (13:49 -0300)
commit80167a8a31d7c42e3e33ec23592eb14938c88098
tree5176d722ad47eb0584128c4358edef92642be4e7
parent8cc9b43f7c5f826b39af4b012ad89bb55faac29c
Add API to create memory mapping list

The memory mapping list stores virtual address and physical address mapping.
The virtual address and physical address are contiguous in the mapping.
The folloing patch will use this information to create PT_LOAD in the vmcore.

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Makefile.target
memory_mapping.c [new file with mode: 0644]
memory_mapping.h [new file with mode: 0644]