|
| From: | Paul Brook |
| Subject: | Re: [Qemu-devel] Re: [PATCH] Reboot CPU on triple fault |
| Date: | Tue, 15 Apr 2008 17:57:04 +0100 |
| User-agent: | KMail/1.9.9 |
> + if (env->old_exception == EXCP08_DBLE) {
> + fprintf(stderr, "qemu: warning: triple fault\n");
IMHO There's no reason to print a message to stderr. This is all well defined
behavior, and the accepted way of exiting from 286 protected mode.
Paul
| [Prev in Thread] | Current Thread | [Next in Thread] |