qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 11/45] exec-all: bring tb->invalid into tb->c


From: Emilio G. Cota
Subject: Re: [Qemu-devel] [PATCH v2 11/45] exec-all: bring tb->invalid into tb->cflags
Date: Mon, 17 Jul 2017 20:28:26 -0400
User-agent: Mutt/1.5.24 (2015-08-30)

On Mon, Jul 17, 2017 at 13:07:53 -1000, Richard Henderson wrote:
> On 07/16/2017 10:03 AM, Emilio G. Cota wrote:
> >-    tb->invalid = true;
> >+    tb->cflags |= CF_INVALID;
> 
> Modulo the store_release comment for the last patch,

same thing: note tb_lock is always held when checking the flag, and also
on removal.

                E.



reply via email to

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