blob: 997c6f2d29ad34b3cb544358a6f4a0a74e6024ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
graphic: 0.883
device: 0.848
instruction: 0.817
network: 0.789
semantic: 0.788
other: 0.715
socket: 0.629
vnc: 0.601
boot: 0.552
mistranslation: 0.411
KVM: 0.273
assembly: 0.251
Passing `-M microvm` and `-smbios type=11...` results in smbios args being silently dropped
Description of problem:
(reporting as requested by `danpb` on IRC)
Using the `-machine microvm` flag with the `smbios type=11...` argument results in the smbios options being silently discarded, because the microvm target doesn't seem to support the smbios feature.
danpb on IRC suggested that passing those two incompatible flags should result in an error.
|