Statistics
| Branch: | Revision:

root / dump.h @ 9cdc8df3

History | View | Annotate | Download (475 Bytes)

# Date Author Comment
25ae9c1d 06/04/2012 07:49 pm Wen Congyang

target-i386: add API to get dump info

Dump info contains: endian, class and architecture. The next
patch will use these information to create vmcore. Note: on
x86 box, the class is ELFCLASS64 if the memory is larger than 4G.

Signed-off-by: Wen Congyang <>...