mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-02 16:14:48 -07:00
Log reset events (Jan Kiszka)
Original idea&code by Kevin Wolf, split-up in two patches and added more archs. This patch introduces a flag to log CPU resets. Useful for tracing unexpected resets (such as those triggered by x86 triple faults). Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6452 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2f5f899631
commit
eca1bdf415
10 changed files with 45 additions and 2 deletions
2
exec.c
2
exec.c
|
|
@ -1569,6 +1569,8 @@ const CPULogItem cpu_log_items[] = {
|
|||
#ifdef TARGET_I386
|
||||
{ CPU_LOG_PCALL, "pcall",
|
||||
"show protected mode far calls/returns/exceptions" },
|
||||
{ CPU_LOG_RESET, "cpu_reset",
|
||||
"show CPU state before CPU resets" },
|
||||
#endif
|
||||
#ifdef DEBUG_IOPORT
|
||||
{ CPU_LOG_IOPORT, "ioport",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue