[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC v11 04/55] target/arm: tcg: add sysemu and user subdirs
From: |
Claudio Fontana |
Subject: |
Re: [RFC v11 04/55] target/arm: tcg: add sysemu and user subdirs |
Date: |
Wed, 24 Mar 2021 19:21:35 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 |
On 3/24/21 7:18 PM, Richard Henderson wrote:
> On 3/23/21 9:16 AM, Claudio Fontana wrote:
>> +arm_softmmu_ss.add(when: ['CONFIG_TCG','CONFIG_SOFTMMU'], if_true: files(
>> +))
>> diff --git a/target/arm/tcg/user/meson.build
>> b/target/arm/tcg/user/meson.build
>> new file mode 100644
>> index 0000000000..d70a51ea9a
>> --- /dev/null
>> +++ b/target/arm/tcg/user/meson.build
>> @@ -0,0 +1,3 @@
>> +
>> +arm_user_ss.add(when: ['CONFIG_TCG','CONFIG_USER_ONLY'], if_true: files(
>
> Actually, surely the CONFIG_USER_ONLY and CONFIG_SOFTMMU tests are redundant
> with the variables, as they are eventually added to target_softmmu_arch and
> target_user_arch.
>
>
> r~
>
Yes, good point, needs fixing.
- [RFC v11 00/55] arm cleanup experiment for kvm-only build, Claudio Fontana, 2021/03/23
- [RFC v11 01/55] target/arm: move translate modules to tcg/, Claudio Fontana, 2021/03/23
- [RFC v11 02/55] target/arm: move helpers to tcg/, Claudio Fontana, 2021/03/23
- [RFC v11 03/55] arm: tcg: only build under CONFIG_TCG, Claudio Fontana, 2021/03/23
- [RFC v11 04/55] target/arm: tcg: add sysemu and user subdirs, Claudio Fontana, 2021/03/23
- [RFC v11 05/55] target/arm: tcg: split mte_helper user-only and sysemu code, Claudio Fontana, 2021/03/23
- [RFC v11 06/55] target/arm: tcg: move sysemu-only parts of debug_helper, Claudio Fontana, 2021/03/23
- [RFC v11 07/55] target/arm: tcg: split tlb_helper user-only and sysemu-only parts, Claudio Fontana, 2021/03/23
- [RFC v11 10/55] target/arm: split off cpu-sysemu.c, Claudio Fontana, 2021/03/23
- [RFC v11 09/55] target/arm: only build psci for TCG, Claudio Fontana, 2021/03/23
- [RFC v11 12/55] target/arm: cpu-mmu: fix comment style, Claudio Fontana, 2021/03/23