summaryrefslogtreecommitdiffstats
path: root/results/classifier/108/semantic/1417
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/108/semantic/1417
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/108/semantic/1417')
-rw-r--r--results/classifier/108/semantic/141720
1 files changed, 0 insertions, 20 deletions
diff --git a/results/classifier/108/semantic/1417 b/results/classifier/108/semantic/1417
deleted file mode 100644
index dc684484..00000000
--- a/results/classifier/108/semantic/1417
+++ /dev/null
@@ -1,20 +0,0 @@
-semantic: 0.933
-device: 0.903
-graphic: 0.852
-socket: 0.768
-network: 0.737
-PID: 0.704
-vnc: 0.699
-performance: 0.649
-debug: 0.634
-other: 0.584
-files: 0.444
-permissions: 0.390
-boot: 0.375
-KVM: 0.053
-
-QEMU fails an assertion when hitting a breakpoint that is set on a tlb-missed 2-stage translated AArch64 memory
-Description of problem:
-After upgrading to QEMU v7.2.0 from v7.1.0, when hitting an instruction breakpoint on a memory address that is translated by 2 stages of translation, and is not already cached in the TLB, QEMU fails the assertion at target/arm/ptw.c:301 (`assert(fi->type != ARMFault_None);`).
-
-I believe this was introduced in f3639a64f602ea5c1436eb9c9b89f42028e3a4a8 (@rth7680), since in that commit the failure check for the return value of `get_phys_addr_lpae()` changed from checking for true (meaning failure) to checking for false (which actually means success).