blob: 3d8cc7cf24afb761d41c1f794188cef11bfe03cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<think>
Okay, I'm trying to figure out how to classify this bug report as either user-mode or system-mode related. The report mentions an acceptance test framework that currently targets system-mode emulation but suggests adding support for user-mode. It references a message about QEMU.
System-mode emulation typically involves running entire operating systems with higher privileges and handling peripherals and devices, which sounds like what the current tests are doing. User-mode would focus on executing binaries in a userspace environment without the full OS context.
The request is to add an acceptance test class for user-mode binaries, so it's about testing how QEMU handles user applications. This doesn't involve higher privileges or system-level devices but rather the execution of individual programs.
Therefore, this bug report should be classified as 'user' mode related.
</think>
The bug report focuses on adding tests for user-mode binaries in QEMU, which relates to executing userspace applications without full OS context. Hence, it's a user-mode issue.
**Answer:** user
|