1
2
3
4
5
6
7
8
9
10
11
|
<think>
Okay, let me try to figure out how to classify this bug report for QEMU-KVM. The user mentioned that QEMU-KVM dies when using the vmvga driver along with Unity in the guest. They provided some test cases and noted that switching to the Cirrus driver avoids the crash.
First, I need to look at the possible categories: mistranslation, assembly, other, device, graphic, socket, network, KVM, boot, vnc, debug, files, permissions, performance, kernel, peripherals, hypervisor.
The issue is related to the vmvga driver causing QEMU-KVM to crash. Since it's a video driver problem, I think 'graphic' would be the right category. The user also mentioned that changing to Cirrus fixes it, which further points towards a graphics-related bug.
</think>
The bug involves the vmvga driver crashing QEMU-KVM when used with Unity in the guest. This is related to the graphical display handling.
**graphic**
|