blob: 1ba2a841f0248ce4dabdd5dae98f8fdb134a34e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<think>
Okay, I need to classify this bug report according to the given categories. The user provided the command "qemu-system-aarch64 -smp 2" and mentioned an error upon running it.
First, looking at the categories: there's 'mistranslation', 'assembly', 'other', 'device', etc. But the error message isn't specified here; it just says there's an error when running QEMU with two CPUs.
Since no specific details are given about the nature of the error—like whether it's related to translation, assembly, or any other category—it's hard to pinpoint exactly. However, common issues with "-smp" usually relate to how QEMU handles multiple CPUs, which might fall under 'hypervisor' since that's related to managing virtual machines and their resources.
Alternatively, if the error is about the system setup or booting, it could be 'boot'. But without more info, I'll go with the most general category applicable here.
</think>
other
|