blob: 73e2d936cd4bea79e8257c8070f9d9c9e497ebe5 (
plain) (
blame)
1
2
3
4
5
6
7
|
<think>
Okay, I need to classify this bug report about qemu into either user-mode or system-mode. The title mentions "qemu-user", which suggests it's related to the user-mode emulation part of QEMU. User-mode typically deals with running unprivileged processes and software without needing high privileges or accessing hardware directly. Since CentOS 7 is a system, but the issue is about building qemu-user there, it's likely about the user-mode tools not compiling. So this should be classified as 'user'.
</think>
The bug report refers to "qemu-user", which relates to user-mode emulation in QEMU. Therefore, it falls under user-mode.
user
|