blob: da5cf3c86fdda6a0b06bb741155025575dc5380c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<think>
Okay, so I need to classify this bug report for QEMU into one of the given categories. Let me start by reading the bug report carefully.
The user is trying to boot a core20 amd64 image on an amd64 host using libvirt with OVMF and encounters a KVM internal error. The cloudimage works fine, so it's something specific to the setup when using OVMF.
Looking at the details, they mention "KVM internal error" which immediately makes me think this has to do with the hypervisor layer since QEMU's KVM is part of the hypervisor components.
The error message includes register states and such, but the key here is that it's a KVM internal error. This suggests that something went wrong within the KVM module itself rather than other areas like device drivers or network configuration.
So, considering the categories, 'hypervisor' seems the most fitting because the issue arises from the hypervisor component (KVM) and not something else like networking or graphics.
</think>
The bug report involves a KVM internal error when using OVMF, which points to an issue within the hypervisor layer.
Answer: hypervisor
|