diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_arm/host_missing/accel_TCG/1416.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_arm/host_missing/accel_TCG/1416.toml')
| -rw-r--r-- | gitlab/issues/target_arm/host_missing/accel_TCG/1416.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_TCG/1416.toml b/gitlab/issues/target_arm/host_missing/accel_TCG/1416.toml new file mode 100644 index 00000000..dd35dd6b --- /dev/null +++ b/gitlab/issues/target_arm/host_missing/accel_TCG/1416.toml @@ -0,0 +1,17 @@ +id = 1416 +title = "MTE tags are applied at page granularity (4K) instead of tag granularity (16)" +state = "closed" +created_at = "2023-01-05T10:58:35.004Z" +closed_at = "2023-01-23T15:16:56.304Z" +labels = ["Closed::Fixed", "Stable::to backport", "accel: TCG", "target: arm"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1416" +host-os = "Fedora 36" +host-arch = "x86" +qemu-version = "7.2.0" +guest-os = "n/a" +guest-arch = "AArch64" +description = """After upgrading to QEMU v7.2.0 from v7.1.0, when executing stg/ldg instructions on any address, QEMU behaves as if the instruction was executed on the page base of said address. + +I believe this was introduced in b8967ddf393aaf35fdbc07b4cb538a40f8b6fe37 (@rth7680), since in that commit `ptr_paddr` is changed to be calculated based on `CPUTLBEntryFull::phys_addr`, which contains the page base address, while beforehand it was calculated based on `host` which does have the page offset applied.""" +reproduce = "n/a" +additional = "n/a" |
