blob: abcc641199082bd526aac6e4b1c249fdad801afc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<think>
Alright, I'm trying to classify this bug report for QEMU. The issue is that `HypervisorTest.test_hv_pseries` is failing when `xorriso` isn't installed instead of skipping the test.
First, I need to understand what each category means. Looking at the options: 'hypervisor' relates to virtualization management, which makes sense because this test is part of hypervisor testing.
The problem here isn't about incorrect translations or assembly issues. It's specifically about a missing dependency (`xorriso`) causing a test failure instead of being skipped. This suggests it's related to how the hypervisor tests are handled in QEMU.
So, since `hypervisor` is one of the categories and the bug pertains to the hypervisor test environment setup, the correct category should be 'hypervisor'.
</think>
The issue relates to a hypervisor test failing due to a missing dependency. The appropriate category is:
**hypervisor**
|