blob: 140fc242bb75d8716b8bd1dd2577df02fc38ec7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<think>
Okay, I need to classify this bug report about QEMU as either 'user-mode' or 'system-mode'. The bug report mentions adding `disable_host_loopback` for the network user backend.
First, I should understand what each term means. User-mode typically refers to processes running with normal privileges and not interacting directly with hardware. System-mode involves higher privileges, dealing with peripherals, devices, and operating systems.
The mention of a 'network user backend' suggests that this is related to how QEMU handles networking in its user space emulation. Features like disabling host loopback are part of the software's network configuration rather than interacting with physical devices or system-level services. Therefore, it's more about user-mode operations where QEMU emulates network behavior without requiring system-level privileges.
So, this bug report is likely related to 'user' mode.
</think>
user
|