blob: 5e7a5dadafd143494a44c685fb3308fa221c9580 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<think>
Okay, so I need to classify this bug report into one of the given categories. Let me read through the problem again carefully.
The user mentioned that using 'set_link net0 off' isn't working with the e1000e network driver in QEMU. They provided a link to a previously reported Red Hat Bugzilla issue, which probably has more details but I can't access it right now. The version they're using is QEMU 4.1.1 on Fedora 31.
Looking at the possible categories: device, graphic, socket, network, etc. Since this involves the e1000e driver and network link state not being toggled correctly, it's clearly related to networking functionality in QEMU.
I remember that the 'set_link' command is used to control the network interface's link status. If this isn't working with a specific driver (e1000e), it indicates an issue with how the network device is handled. So, it's not about assembly or permissions but rather about the network devices themselves.
Other possible categories like 'hypervisor' or 'kernel' don't seem to fit here because the problem is directly related to the network driver functionality within QEMU.
</think>
network
|