summary refs log tree commit diff stats
path: root/results/classifier/deepseek-1/reasoning/peripherals/1587970
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/deepseek-1/reasoning/peripherals/1587970
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloadqemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/deepseek-1/reasoning/peripherals/1587970')
-rw-r--r--results/classifier/deepseek-1/reasoning/peripherals/158797011
1 files changed, 0 insertions, 11 deletions
diff --git a/results/classifier/deepseek-1/reasoning/peripherals/1587970 b/results/classifier/deepseek-1/reasoning/peripherals/1587970
deleted file mode 100644
index 6df15d78e..000000000
--- a/results/classifier/deepseek-1/reasoning/peripherals/1587970
+++ /dev/null
@@ -1,11 +0,0 @@
-<think>
-Okay, I need to classify this bug report into one of the given categories. The user is experiencing issues with QEMU crashing when attaching USB 3.0 devices to an xHCI bus. They mentioned that using device_add to pass through a USB 3.0 memory stick causes QEMU to assert and crash. There were two different assertion errors: one from the xchi module regarding `intr->er_full` and another in core.c line 400 where `dev->state == 3` failed.
-
-The user also tried working around by using an EHCI controller but faced issues where the USB 3.0 stick didn't work in Windows. They ensured that drivers were up to date and had to disable xHCI in their BIOS, resorting to EHCI for everything.
-
-Looking at the categories provided: mistranslation, assembly, other, device, graphic, socket, network, KVM, boot, vnc, debug, files, permissions, performance, kernel, peripherals, hypervisor.
-
-The issue revolves around USB devices and xHCI bus in QEMU. The problem occurs when attaching a USB 3.0 device to the xHCI bus, leading to a crash. Since this is related to handling USB devices through the hypervisor, which interacts with hardware (USB controllers) in the VM's peripherals, the appropriate category seems to be 'peripherals'.
-</think>
-
-peripherals
\ No newline at end of file