qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 23/24] include: split target_long definition from cpu-defs


From: Richard Henderson
Subject: Re: [PATCH v3 23/24] include: split target_long definition from cpu-defs
Date: Tue, 21 Feb 2023 15:17:12 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 2/21/23 12:52, Alex Bennée wrote:
While we will continue to include this via cpu-defs it is useful to be
able to define this separately for 32 and 64 bit versions of an
otherwise target independent compilation unit.

Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  include/exec/cpu-defs.h    | 19 +----------------
  include/exec/target_long.h | 42 ++++++++++++++++++++++++++++++++++++++
  2 files changed, 43 insertions(+), 18 deletions(-)
  create mode 100644 include/exec/target_long.h

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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