summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1407454
blob: afd5e53468e37a3c642779cb3e7bf1231afd4997 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
assertion failed when using "-usb" option

SUMMARY:
----------
Description: Latest 'master' makes it impossible to use "-usb" command line on any target
Host platform: Linux x86-64
Guest platform: probably all (at least x86-64, i386, arm and ppc)

REPRODUCE:
----------
How to reproduce:
1. Run the following command:
$ qemu-system-x86_64 -usb

Expected result:
Starting virtual machine with empty configuration

Actual result:
Qemu crashes with following message:

qemu-system-x86_64: /home/mplucinski/Developer/Open_Source/qemu/qemu.git/util/qemu-option.c:387: qemu_opt_get_bool_helper: Assertion `opt->desc && opt->desc->type == QEMU_OPT_BOOL' failed.
Aborted

MORE INFORMATION:
----------
Same happens when trying to run other target, e.g.
$ qemu-system-i386 -usb
$ qemu-system-arm -machine kmz -usb

First commit where the issue occurs (bisection result): 49d2e648e8087d154d8bf8b91f27c8e05e79d5a6