qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 2/4] tcg: Make tb_cflags() usable from target-agnostic cod


From: Richard Henderson
Subject: Re: [PATCH v5 2/4] tcg: Make tb_cflags() usable from target-agnostic code
Date: Thu, 25 Jan 2024 07:07:22 +1000
User-agent: Mozilla Thunderbird

On 1/24/24 17:56, Philippe Mathieu-Daudé wrote:
From: Ilya Leoshkevich<iii@linux.ibm.com>

Currently tb_cflags() is defined in exec-all.h, which is not usable
from target-agnostic code. Move it to translation-block.h, which is.

Reviewed-by: Philippe Mathieu-Daudé<philmd@linaro.org>
Signed-off-by: Ilya Leoshkevich<iii@linux.ibm.com>
Message-ID:<20231208003754.3688038-3-iii@linux.ibm.com>
Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  include/exec/exec-all.h          | 6 ------
  include/exec/translation-block.h | 6 ++++++
  2 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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