[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCH v9 03/26] cpu-exec: Avoid global vari
From: |
Emilio G. Cota |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCH v9 03/26] cpu-exec: Avoid global variables in icount-related functions |
Date: |
Mon, 26 Jun 2017 13:53:12 -0400 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Sun, Jun 25, 2017 at 11:55:50 +0300, Lluís Vilanova wrote:
> Signed-off-by: Lluís Vilanova <address@hidden>
> ---
This approach was NACKed by Richard. I suggest you pick up the v2 I sent
which uses tcg_ctx.tcg_env instead, thereby avoiding a lot of churn.
v2 here: https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg03994.html
E.