x86: Issue reset on triple faults (Jan Kiszka)
commitf55761a0c46583f4faf1d7595f4f41b35b15508b
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 26 Jan 2009 19:54:36 +0000 (26 19:54 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 26 Jan 2009 19:54:36 +0000 (26 19:54 +0000)
tree1acef3bff9ad2156ca99a1f662cbc0f39251c6ce
parenteca1bdf415c454093dfc7eb983cd49287c043967
x86: Issue reset on triple faults (Jan Kiszka)

As discussed a few times on this list: A triple fault causes a system
reset on x86, and some guests make use of this (e.g. 386BSD). To keep
the chance of tracing unexpected resets, log them if CPU_LOG_RESET is
set.

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@6453 c046a42c-6fe2-441c-8c8c-71466251a162
target-i386/op_helper.c