Re: [PATCH v4 0/2] target/arm: allow DC CVA[D]P in user mode emulation

2023-06-05 Thread Peter Maydell
On Thu, 1 Jun 2023 at 23:09, Zhuojia Shen wrote: > > This patch series enables executing DC CVAP and DC CVADP instructions in > AArch64 Linux user mode emulation and adds proper TCG tests. Applied to target-arm.next, thanks. -- PMM

Re: [PATCH v4 0/2] target/arm: allow DC CVA[D]P in user mode emulation

2023-06-02 Thread Richard Henderson
On 6/1/23 14:53, Zhuojia Shen wrote: Zhuojia Shen (2): target/arm: allow DC CVA[D]P in user mode emulation tests/tcg/aarch64: add DC CVA[D]P tests target/arm/helper.c | 6 +-- tests/tcg/aarch64/Makefile.target | 11 ++ tests/tcg/aarch64/dcpodp.c| 63 +

[PATCH v4 0/2] target/arm: allow DC CVA[D]P in user mode emulation

2023-06-01 Thread Zhuojia Shen
This patch series enables executing DC CVAP and DC CVADP instructions in AArch64 Linux user mode emulation and adds proper TCG tests. Changes in v4: - Add copyright and license header in new files Changes in v3: - Fix typo of HWCAP2_DCPODP - Split tests into a separate patch - Remove unnecessary