qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 15/33] target/arm/helper: extract common helpers


From: Pierrick Bouvier
Subject: Re: [PATCH v3 15/33] target/arm/helper: extract common helpers
Date: Sat, 3 May 2025 15:11:31 -0700
User-agent: Mozilla Thunderbird

On 5/1/25 8:24 AM, Pierrick Bouvier wrote:
On 5/1/25 8:06 AM, Richard Henderson wrote:
On 4/30/25 23:23, Pierrick Bouvier wrote:
Signed-off-by: Pierrick Bouvier<pierrick.bouvier@linaro.org>
---
    target/arm/helper.h     | 1152 +-------------------------------------
    target/arm/tcg/helper.h | 1153 +++++++++++++++++++++++++++++++++++++++
    2 files changed, 1155 insertions(+), 1150 deletions(-)
    create mode 100644 target/arm/tcg/helper.h

Why?


It allows later commits to include only the "new" tcg/helper.h, and thus
preventing to pull aarch64 helpers (+ target/arm/helper.h contains a
ifdef TARGET_AARCH64).

As well, for work on target/arm/tcg/, we'll need to have aarch64 helpers
splitted from common ones.

Makes more sense?


Added a better description to commit message.

r~





reply via email to

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