blob: b44fe5b7137738e0d4f47a60d53aa602c5f18d2d (
plain) (
blame)
1
2
3
4
5
|
<think>
Alright, I need to classify this bug report as either 'user' or 'system'. The test mentioned is "run-memory" under the tcg tests using the cross-i686-tci runner. TCG stands for Tiny Code Generator, which in QEMU handles user-mode emulation. User-mode typically deals with processes and applications without needing higher privileges. System-mode involves emulating entire systems including hardware devices and OS interactions. Since this is a memory test within user-mode emulation, it's likely related to how applications interact with memory in user space rather than system-level components.
</think>
user
|