summary refs log tree commit diff stats
path: root/results/classifier/105/instruction/1759333
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
commit256709d2eb3fd80d768a99964be5caa61effa2a0 (patch)
tree05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/instruction/1759333
parent2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff)
downloademulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz
emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip
add new classifier result
Diffstat (limited to 'results/classifier/105/instruction/1759333')
-rw-r--r--results/classifier/105/instruction/175933334
1 files changed, 34 insertions, 0 deletions
diff --git a/results/classifier/105/instruction/1759333 b/results/classifier/105/instruction/1759333
new file mode 100644
index 00000000..4b1467a0
--- /dev/null
+++ b/results/classifier/105/instruction/1759333
@@ -0,0 +1,34 @@
+instruction: 0.801
+device: 0.737
+graphic: 0.659
+semantic: 0.549
+network: 0.494
+vnc: 0.478
+socket: 0.475
+boot: 0.429
+other: 0.427
+mistranslation: 0.382
+assembly: 0.244
+KVM: 0.205
+
+Illegal Instruction with HVF when encountering SSE instructions in the emulator
+
+The latest version of QEMU doesn't seem to support emulated SSE instructions with HVF acceleration on macOS.
+The decoder will treat SSE instructions as invalid, get the instruction sizes wrong and quickly crash the guest OS because of illegal instructions.
+After having a quick look at target/i386/hvf/x86_decode.c, it seems that SSE instruction emulation isn't implemented in the current version of the x86 emulator.
+
+A way to reproduce the issue is to run a macOS 10.13 guest with HVF acceleration enabled, this will crash once it's loading up the GUI.
+
+The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
+If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.
+
+Thomas, I think the issue is there. SSE/MMX weren't yet added for HVF.
+
+
+This is an automated cleanup. This bug report has been moved to QEMU's
+new bug tracker on gitlab.com and thus gets marked as 'expired' now.
+Please continue with the discussion here:
+
+ https://gitlab.com/qemu-project/qemu/-/issues/150
+
+