blob: c552a160af4370ed8880a1822c7b0a73cc94f089 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<think>
Okay, I'm looking at this bug report: "qemu_irq_split() callers should use TYPE_SPLIT_IRQ device instead." So, first, I need to classify this under one of the given categories.
The function mentioned is qemu_irq_split(), and it's advising callers to switch to using a specific device type. This suggests that there's an issue with how devices are being handled in QEMU.
Looking at the possible categories: device seems like the most fitting because it's directly related to a device type change. Other options like hypervisor or kernel don't seem as relevant here since this is about device usage within QEMU.
</think>
device
|