> @@ -100,6 +102,7 @@ struct CPUState {
> bool stop;
> bool stopped;
> volatile sig_atomic_t exit_request;
> + volatile sig_atomic_t tcg_exit_req;Do we really need annother variable/check? It seems like this should be at least partially redundant with the existing icount code. I have a simialr patch to that effect. Paul
