target-i386: add API to get dump info
commit25ae9c1d8bbfeb6c00eccb4297a5937d8375a44a
authorWen Congyang <wency@cn.fujitsu.com>
Mon, 7 May 2012 04:08:56 +0000 (7 12:08 +0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 4 Jun 2012 16:49:34 +0000 (4 13:49 -0300)
treed15cafeed4dfa79588681b0a48b7837353f0232e
parent90166b71c4d75823b48a132e9394af35b9c90aaf
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 <wency@cn.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
cpu-all.h
dump.h [new file with mode: 0644]
target-i386/arch_dump.c