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/network/1640525 | |
| parent | 7f4364274750eb8cb39a3e7493132fca1c01232e (diff) | |
| download | emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip | |
add deepseek and gemma results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/reasoning/network/1640525')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/reasoning/network/1640525 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/results/classifier/deepseek-2-tmp/reasoning/network/1640525 b/results/classifier/deepseek-2-tmp/reasoning/network/1640525 deleted file mode 100644 index 5b44b996..00000000 --- a/results/classifier/deepseek-2-tmp/reasoning/network/1640525 +++ /dev/null @@ -1,15 +0,0 @@ -<think> -Okay, so I need to classify this bug report for QEMU into one of the given categories. Let's start by understanding what the problem is. - -The user reports that using the `-net socket,connect/listen` option doesn't work in version 2.7.0 of QEMU. They mention that it works fine in version 2.6.0 and provided a bisect showing the issue starts with commit 16a3df403b1. The commit seems to involve changes related to socket read states, moving functions around, and introducing `SocketReadState`. - -Looking at the categories provided: mistranslation, assembly lowering, other, device, graphic, socket, network, KVM, boot, vnc, debug, files, permissions, performance, kernel, peripherals, hypervisor. - -The bug is specifically about network configuration using sockets not functioning. The commands involve `-net socket` options, so the issue likely lies within QEMU's networking or socket handling code. - -Since the problem is with how sockets are being handled in the network setup between VMs, and the commit modifies socket-related functions, it falls under the 'network' category. It doesn't seem to be a translation issue (mistranslation) because that would relate more to architecture-specific problems. Similarly, it's not directly about graphics or devices but rather about communication between VMs over sockets. - -So, the appropriate category here is 'network'. -</think> - -network \ No newline at end of file |
