blob: 0a4a7d49fd10bd6978033414c1999cacbfbf2e33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
graphic: 0.984
instruction: 0.921
device: 0.910
socket: 0.877
network: 0.876
vnc: 0.856
assembly: 0.850
KVM: 0.825
boot: 0.718
other: 0.659
mistranslation: 0.575
semantic: 0.572
broken build without sdl
vl.c fails to build if not using sdl since no_frame variable is only defined if CONFIG_SDL, while QEMU_OPTION_no_frame tries to set it without ifdef
the bug was fixed in a1077090cea97df26a754d16d7c9e1d410d81eaa
|