qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [PATCH] Reboot CPU on triple fault


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]