commit | 90166b71c4d75823b48a132e9394af35b9c90aaf | [log] [tgz] |
---|---|---|
author | Wen Congyang <wency@cn.fujitsu.com> | Mon May 07 12:08:22 2012 +0800 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Mon Jun 04 13:49:34 2012 -0300 |
tree | 3e2206cfecdd53fba84c6b93ff0a40ba11c22d26 | |
parent | 9fecbed0c03ddad63c27f1622e2002fdfc2f45e4 [diff] |
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>