blob: 2c2e211a99c87108e80ce26cc4d5f264e606d2a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<think>
Okay, so I'm trying to figure out how to classify this bug report about QEMU. The user mentioned a feature request related to using Unix sockets with the `-net socket` option. They want to simplify access control by allowing connections over Unix sockets instead of requiring TCP and setting up iptables.
First, looking at the possible categories: device, graphic, socket, network, etc. This is about networking because it's discussing how QEMU handles network connections. The user wants to use Unix sockets for `-net socket`, which is a networking feature.
So, the category should be related to networking in QEMU. Since it's specifically about the socket option and how it interacts with network configurations, "network" seems appropriate.
</think>
network
|