diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
| commit | d0c85e36e4de67af628d54e9ab577cc3fad7796a (patch) | |
| tree | f8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580 | |
| parent | 7f4364274750eb8cb39a3e7493132fca1c01232e (diff) | |
| download | qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip | |
add deepseek and gemma results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580 b/results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580 deleted file mode 100644 index c4396f192..000000000 --- a/results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580 +++ /dev/null @@ -1,18 +0,0 @@ -<think> -Okay, I need to classify this bug report for QEMU into one of the given categories: mistranslation, assembly, device, graphic, socket, network, KVM, boot, vnc, debug, files, permissions, performance, kernel, peripherals, hypervisor, or other. - -Looking at the problem description, QEMU crashes when running inside Hyper-V on an AMD EPYC VM. The error messages include "KVM internal error" and mention VNC server running but not initializing the display. Also, it works on an Intel VM but not AMD. - -The key points are: -- Crash with KVM internal error. -- Runs under Hyper-V (which is a hypervisor). -- Different behavior between AMD EPYC and Intel CPUs. - -KVM errors usually relate to the kernel-based virtual machine module in Linux. Since this is happening inside Hyper-V, which is Microsoft's hypervisor, there might be an interaction issue or compatibility problem between QEMU-KVM and Hyper-V on AMD hardware. - -The error message points directly to KVM issues, so it's likely a problem with how KVM is handling the virtualization under these conditions. It doesn't seem related to translation, assembly lowering, graphics, sockets, network, etc., but more about hypervisor-level problems. - -So the most appropriate category here would be "hypervisor" because it's dealing with issues related to running QEMU within a hypervisor environment (Hyper-V), specifically on AMD hardware. -</think> - -hypervisor \ No newline at end of file |