summary refs log tree commit diff stats
path: root/results/classifier/deepseek-1/output/hypervisor/1855072
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-1/output/hypervisor/1855072')
-rw-r--r--results/classifier/deepseek-1/output/hypervisor/185507225
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/deepseek-1/output/hypervisor/1855072 b/results/classifier/deepseek-1/output/hypervisor/1855072
new file mode 100644
index 000000000..410fb97e8
--- /dev/null
+++ b/results/classifier/deepseek-1/output/hypervisor/1855072
@@ -0,0 +1,25 @@
+
+ARM: HCR.TVM traps are not implemented
+
+On AARCH64, setting HCR.TVM to 1 is supposed to trap all writes to CTLR_EL1, TTBR0_EL1, TTBR1_EL1, TCR_EL1, ESR_EL1, FAR_EL1, AFSR0_EL1, AFSR1_EL1, MAIR_EL1, AMAIR_EL1, and CONTEXTIDR_EL1. However, it currently has no effect (QEMU emulator version 4.1.1).
+
+It is also likely that TRVM will not trap, but, I didn't verify this.
+
+Yes to both.
+
+Patch posted:
+https://lists.nongnu.org/archive/html/qemu-devel/2020-02/msg04401.html
+
+If you could help testing, that would be appreciated.
+
+Thank you for the patch! I am happy to test this for you. I will apply the patch/compile/test and get back to you.
+
+I tested in AArch64 mode and it worked for me. Looking at the patch, we might be missing trapping for "TTBCR"in AA32 though.
+
+Oops.  Thanks for the review.  Posted v2 with ttbcr included.
+
+Thank you! I also tested AArch32 and the code works. Ship it!
+
+Fixed here:
+https://git.qemu.org/?p=qemu.git;a=commitdiff;h=84929218512c
+