[PATCH v2 0/2] hvf: arm: two small GIC sysreg emulation fixes

Zenghui Yu posted 2 patches 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250714160139.10404-1-zenghui.yu@linux.dev
Maintainers: Alexander Graf <agraf@csgraf.de>, Mads Ynddal <mads@ynddal.dk>, Peter Maydell <peter.maydell@linaro.org>
target/arm/hvf/hvf.c | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH v2 0/2] hvf: arm: two small GIC sysreg emulation fixes
Posted by Zenghui Yu 4 months ago
* From v1 [1]:
  - add patch #1, as suggested by Peter

[1] https://lore.kernel.org/r/20250315132030.95209-1-zenghui.yu@linux.dev

Zenghui Yu (2):
  hvf: arm: Add permission check in GIC sysreg handlers
  hvf: arm: Emulate ICC_RPR_EL1 accesses properly

 target/arm/hvf/hvf.c | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
2.34.1
Re: [PATCH v2 0/2] hvf: arm: two small GIC sysreg emulation fixes
Posted by Peter Maydell 3 months, 3 weeks ago
On Mon, 14 Jul 2025 at 17:01, Zenghui Yu <zenghui.yu@linux.dev> wrote:
>
> * From v1 [1]:
>   - add patch #1, as suggested by Peter
>
> [1] https://lore.kernel.org/r/20250315132030.95209-1-zenghui.yu@linux.dev
>
> Zenghui Yu (2):
>   hvf: arm: Add permission check in GIC sysreg handlers
>   hvf: arm: Emulate ICC_RPR_EL1 accesses properly

Applied to target-arm.next for 10.1, thanks.

-- PMM