blob: 5810076de239375e17fe7231f3ce1884329b03ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<think>
Okay, I need to classify this bug report into one of the given categories. The issue is about using KVM with an ARM CPU that's EL3-enabled resulting in an assertion failure.
First, I'll look at each category:
- Mistranslation and assembly lowering are related to code generation but don't seem relevant here.
- Device, graphic, socket, network, and hypervisor are possibilities. The mention of KVM makes me think hypervisor is a strong candidate.
- Other categories like boot, vnc, etc., aren't directly related.
KVM stands for Kernel-based Virtual Machine, which is a hypervisor. Since the bug involves using KVM with an ARM CPU and hits an assertion failure, it's definitely related to the hypervisor component of QEMU. So the category should be 'hypervisor'.
</think>
The bug report mentions KVM, specifically in the context of using it with an EL3-enabled ARM CPU. KVM is a hypervisor, so this issue falls under that category.
**Answer:** hypervisor
|