[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC v9 29/50] target/arm: cleanup cpu includes
From: |
Claudio Fontana |
Subject: |
Re: [RFC v9 29/50] target/arm: cleanup cpu includes |
Date: |
Thu, 18 Mar 2021 09:32:11 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 |
On 3/17/21 8:01 PM, Philippe Mathieu-Daudé wrote:
> On 3/17/21 7:29 PM, Claudio Fontana wrote:
>> cpu.c,
>> cpu32.c,
>> cpu64.c,
>> tcg/sysemu/tcg-cpu.c,
>>
>> all need a good cleanup when it comes to included header files.
>>
>> Signed-off-by: Claudio Fontana <cfontana@suse.de>
>> ---
>> target/arm/cpu.c | 8 ++------
>> target/arm/cpu32.c | 14 --------------
>> target/arm/cpu64.c | 6 ------
>> target/arm/tcg/sysemu/tcg-cpu.c | 22 +---------------------
>> roms/SLOF | 2 +-
>> 5 files changed, 4 insertions(+), 48 deletions(-)
>
>> diff --git a/roms/SLOF b/roms/SLOF
>> index 33a7322de1..e18ddad851 160000
>> --- a/roms/SLOF
>> +++ b/roms/SLOF
>> @@ -1 +1 @@
>> -Subproject commit 33a7322de13e9dca4b38851a345a58d37e7a441d
>> +Subproject commit e18ddad8516ff2cfe36ec130200318f7251aa78c
>
> Besides this dubious change, the rest LGTM :)
>
Oops thanks, no idea how that got in there.
Ciao,
C
- [RFC v9 27/50] target/arm: remove kvm include file for PSCI and arm-powerctl, (continued)
- [RFC v9 27/50] target/arm: remove kvm include file for PSCI and arm-powerctl, Claudio Fontana, 2021/03/17
- [RFC v9 32/50] tests: restrict TCG-only arm-cpu-features tests to TCG builds, Claudio Fontana, 2021/03/17
- [RFC v9 35/50] tests: do not run qom-test on all machines for ARM KVM-only, Claudio Fontana, 2021/03/17
- [RFC v9 38/50] target/arm: move kvm cpu properties setting to kvm-cpu, Claudio Fontana, 2021/03/17
- [RFC v9 43/50] target/arm: cpu-sve: new module, Claudio Fontana, 2021/03/17
- [RFC v9 26/50] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled(), Claudio Fontana, 2021/03/17
- [RFC v9 23/50] target/arm: move sve_exception_el out of TCG helpers, Claudio Fontana, 2021/03/17
- [RFC v9 25/50] target/arm: cpu: fix style, Claudio Fontana, 2021/03/17
- [RFC v9 29/50] target/arm: cleanup cpu includes, Claudio Fontana, 2021/03/17
- [RFC v9 33/50] tests: do not run test-hmp on all machines for ARM KVM-only, Claudio Fontana, 2021/03/17
- [RFC v9 30/50] target/arm: remove broad "else" statements when checking accels, Claudio Fontana, 2021/03/17
- [RFC v9 34/50] tests: device-introspect-test: cope with ARM TCG-only devices, Claudio Fontana, 2021/03/17
- [RFC v9 22/50] target/arm: split a15 cpu model and 32bit class functions to cpu32.c, Claudio Fontana, 2021/03/17
- [RFC v9 09/50] target/arm: split cpregs from tcg/helper.c, Claudio Fontana, 2021/03/17
- [RFC v9 31/50] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM, Claudio Fontana, 2021/03/17
- [RFC v9 28/50] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/, Claudio Fontana, 2021/03/17
- [RFC v9 37/50] target/arm: create kvm cpu accel class, Claudio Fontana, 2021/03/17
- [RFC v9 36/50] Revert "target/arm: Restrict v8M IDAU to TCG", Claudio Fontana, 2021/03/17
- [RFC v9 41/50] target/arm: add tcg cpu accel class, Claudio Fontana, 2021/03/17