[PR #103] [CLOSED] Test for patches #188

Open
opened 2026-01-31 21:30:11 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/103
Author: @troy-song
Created: 12/11/2020
Status: Closed

Base: masterHead: test-for-patches


📝 Commits (4)

  • 0e4b667 target/arm: Fixup special cross page case for sve continuous load/store
  • 21a7e33 target/arm: Fixup contiguous first-fault and no-fault loads
  • a1abcf3 target/arm: Fixup SIMD fcmla(by element) in 4H arrangement
  • 36f6123 target/arm: adjust CPTR_EL2 according to HCR_EL2.E2H

📊 Changes

3 files changed (+77 additions, -25 deletions)

View changed files

📝 target/arm/helper.c (+49 -10)
📝 target/arm/sve_helper.c (+26 -14)
📝 target/arm/vec_helper.c (+2 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/103 **Author:** [@troy-song](https://github.com/troy-song) **Created:** 12/11/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `test-for-patches` --- ### 📝 Commits (4) - [`0e4b667`](https://github.com/qemu/qemu/commit/0e4b667cd4c2da01a4d2f8adfbb18d712a5d21ae) target/arm: Fixup special cross page case for sve continuous load/store - [`21a7e33`](https://github.com/qemu/qemu/commit/21a7e33e8da36fce8bf8390b77c23538f46dd9f2) target/arm: Fixup contiguous first-fault and no-fault loads - [`a1abcf3`](https://github.com/qemu/qemu/commit/a1abcf3174271cfcb779f57c897fbbfc7498f4ee) target/arm: Fixup SIMD fcmla(by element) in 4H arrangement - [`36f6123`](https://github.com/qemu/qemu/commit/36f612386b6467d90d9744e619eac79a88a124e9) target/arm: adjust CPTR_EL2 according to HCR_EL2.E2H ### 📊 Changes **3 files changed** (+77 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `target/arm/helper.c` (+49 -10) 📝 `target/arm/sve_helper.c` (+26 -14) 📝 `target/arm/vec_helper.c` (+2 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:30:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#188