On 17. 10. 25. 02:54, Alistair Francis wrote:
> CAUTION: This email originated from outside of the organization. Do not click 
> links or open attachments unless you recognize the sender and know the 
> content is safe.
>
>
> On Wed, Oct 15, 2025 at 11:07 PM Djordje Todorovic
> <[email protected]> wrote:
>> In this version I renamed:
>>    tests/functional/riscv64/test_riscv64_boston.py
>>    -->
>>    tests/functional/riscv64/test_boston.py
> I get an error when building:
>
> ../tests/functional/meson.build:102:45: ERROR: File
> qemu/tests/functional/riscv64/test_riscv64_boston.py does not exist.
>
> Alistair


Hi Alistair,


Ouch. I have not cleaned the build - I updated the meson files

as well in v13.

Thanks,
Djordje


>
>> Djordje Todorovic (13):
>>    hw/intc: Allow gaps in hartids for aclint and aplic
>>    target/riscv: Add cpu_set_exception_base
>>    target/riscv: Add MIPS P8700 CPU
>>    target/riscv: Add MIPS P8700 CSRs
>>    target/riscv: Add mips.ccmov instruction
>>    target/riscv: Add mips.pref instruction
>>    target/riscv: Add Xmipslsp instructions
>>    hw/misc: Add RISC-V CMGCR device implementation
>>    hw/misc: Add RISC-V CPC device implementation
>>    hw/riscv: Add support for RISCV CPS
>>    hw/riscv: Add support for MIPS Boston-aia board mode
>>    riscv/boston-aia: Add an e1000e NIC in slot 0 func 1
>>    test/functional: Add test for boston-aia board
>>
>>   configs/devices/riscv64-softmmu/default.mak |   1 +
>>   docs/system/riscv/mips.rst                  |  20 +
>>   docs/system/target-riscv.rst                |   1 +
>>   hw/intc/riscv_aclint.c                      |  18 +-
>>   hw/intc/riscv_aplic.c                       |  13 +-
>>   hw/misc/Kconfig                             |  17 +
>>   hw/misc/meson.build                         |   3 +
>>   hw/misc/riscv_cmgcr.c                       | 248 ++++++++++
>>   hw/misc/riscv_cpc.c                         | 265 +++++++++++
>>   hw/riscv/Kconfig                            |   6 +
>>   hw/riscv/boston-aia.c                       | 476 ++++++++++++++++++++
>>   hw/riscv/cps.c                              | 196 ++++++++
>>   hw/riscv/meson.build                        |   3 +
>>   include/hw/misc/riscv_cmgcr.h               |  50 ++
>>   include/hw/misc/riscv_cpc.h                 |  64 +++
>>   include/hw/riscv/cps.h                      |  66 +++
>>   target/riscv/cpu-qom.h                      |   1 +
>>   target/riscv/cpu.c                          |  44 ++
>>   target/riscv/cpu.h                          |   7 +
>>   target/riscv/cpu_cfg.h                      |   5 +
>>   target/riscv/cpu_cfg_fields.h.inc           |   3 +
>>   target/riscv/cpu_vendorid.h                 |   1 +
>>   target/riscv/insn_trans/trans_xmips.c.inc   | 136 ++++++
>>   target/riscv/meson.build                    |   2 +
>>   target/riscv/mips_csr.c                     | 217 +++++++++
>>   target/riscv/translate.c                    |   3 +
>>   target/riscv/xmips.decode                   |  35 ++
>>   tests/functional/riscv64/meson.build        |   2 +
>>   tests/functional/riscv64/test_boston.py     | 123 +++++
>>   29 files changed, 2021 insertions(+), 5 deletions(-)
>>   create mode 100644 docs/system/riscv/mips.rst
>>   create mode 100644 hw/misc/riscv_cmgcr.c
>>   create mode 100644 hw/misc/riscv_cpc.c
>>   create mode 100644 hw/riscv/boston-aia.c
>>   create mode 100644 hw/riscv/cps.c
>>   create mode 100644 include/hw/misc/riscv_cmgcr.h
>>   create mode 100644 include/hw/misc/riscv_cpc.h
>>   create mode 100644 include/hw/riscv/cps.h
>>   create mode 100644 target/riscv/insn_trans/trans_xmips.c.inc
>>   create mode 100644 target/riscv/mips_csr.c
>>   create mode 100644 target/riscv/xmips.decode
>>   create mode 100755 tests/functional/riscv64/test_boston.py
>>
>> --
>> 2.34.1

Reply via email to