qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/9] accel/tcg: Add missing 'tcg/tcg.h' header


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 1/9] accel/tcg: Add missing 'tcg/tcg.h' header
Date: Fri, 11 Feb 2022 10:34:19 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.5.1

On 11/2/22 00:25, Richard Henderson wrote:
On 2/10/22 10:00, Philippe Mathieu-Daudé wrote:
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
  accel/tcg/tcg-accel-ops-icount.c | 1 +
  accel/tcg/tcg-accel-ops-mttcg.c  | 1 +
  accel/tcg/tcg-accel-ops-rr.c     | 1 +
  accel/tcg/tcg-accel-ops.c        | 1 +
  4 files changed, 4 insertions(+)

What exactly are these files using from tcg.h?
I briefly scanned tcg-accel-ops-icount.c and didn't see anything.

extern __thread TCGContext *tcg_ctx;

I'll mention it in the description.



reply via email to

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