qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH] Don't include sysemu/tcg.h if it is not necessary


From: Richard Henderson
Subject: Re: [PATCH] Don't include sysemu/tcg.h if it is not necessary
Date: Tue, 15 Mar 2022 11:39:39 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 3/15/22 07:41, Thomas Huth wrote:
This header only defines the tcg_allowed variable and the tcg_enabled()
function - which are not required in many files that include this
header. Drop the #include statement there.

Signed-off-by: Thomas Huth<thuth@redhat.com>
---
  accel/tcg/hmp.c                  | 1 -
  accel/tcg/tcg-accel-ops-icount.c | 1 -
  bsd-user/main.c                  | 1 -
  hw/virtio/vhost.c                | 1 -
  linux-user/main.c                | 1 -
  monitor/misc.c                   | 1 -
  target/arm/helper.c              | 1 -
  target/s390x/cpu_models_sysemu.c | 1 -
  target/s390x/helper.c            | 1 -
  9 files changed, 9 deletions(-)

Thanks.  Queued to tcg-next.


r~



reply via email to

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