* [Qemu-devel] [4435] the double/triple fault handling was not tested in user mode.
@ 2008-05-12 12:04 Fabrice Bellard
0 siblings, 0 replies; only message in thread
From: Fabrice Bellard @ 2008-05-12 12:04 UTC (permalink / raw)
To: qemu-devel
Revision: 4435
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4435
Author: bellard
Date: 2008-05-12 12:04:40 +0000 (Mon, 12 May 2008)
Log Message:
-----------
the double/triple fault handling was not tested in user mode.
Modified Paths:
--------------
trunk/cpu-exec.c
Modified: trunk/cpu-exec.c
===================================================================
--- trunk/cpu-exec.c 2008-05-12 12:00:46 UTC (rev 4434)
+++ trunk/cpu-exec.c 2008-05-12 12:04:40 UTC (rev 4435)
@@ -354,6 +354,8 @@
env->exception_is_int,
env->error_code,
env->exception_next_eip);
+ /* successfully delivered */
+ env->old_exception = -1;
#endif
ret = env->exception_index;
break;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-12 12:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 12:04 [Qemu-devel] [4435] the double/triple fault handling was not tested in user mode Fabrice Bellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).