qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 4/6] Handle CPU interrupts by inline checking of


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH 4/6] Handle CPU interrupts by inline checking of a flag
Date: Fri, 22 Feb 2013 21:15:37 +0000
User-agent: KMail/1.13.7 (Linux/3.7-trunk-amd64; KDE/4.8.4; x86_64; ; )

> @@ -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



reply via email to

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