target-i386: Add API to write cpu status to core file
commit90166b71c4d75823b48a132e9394af35b9c90aaf
authorWen Congyang <wency@cn.fujitsu.com>
Mon, 7 May 2012 04:08:22 +0000 (7 12:08 +0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 4 Jun 2012 16:49:34 +0000 (4 13:49 -0300)
tree3e2206cfecdd53fba84c6b93ff0a40ba11c22d26
parent9fecbed0c03ddad63c27f1622e2002fdfc2f45e4
target-i386: Add API to write cpu status to core file

The core file has register's value. But it does not include all registers value.
Store the cpu status into QEMU note, and the user can get more information
from vmcore. If you change QEMUCPUState, please count up QEMUCPUSTATE_VERSION.

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
cpu-all.h
target-i386/arch_dump.c