summary refs log tree commit diff stats
path: root/results/classifier/118/socket/1090
blob: c444883778c086f16bbfa262e60f8c1df7bdfa93 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
socket: 0.913
x86: 0.876
device: 0.830
graphic: 0.742
peripherals: 0.659
network: 0.565
PID: 0.471
debug: 0.436
kernel: 0.418
architecture: 0.400
semantic: 0.298
mistranslation: 0.173
performance: 0.168
virtual: 0.164
boot: 0.144
i386: 0.120
user-level: 0.111
KVM: 0.101
hypervisor: 0.080
vnc: 0.065
permissions: 0.050
register: 0.044
risc-v: 0.040
VMM: 0.039
ppc: 0.028
TCG: 0.016
arm: 0.016
assembly: 0.014
files: 0.008

can't create rocker device because setting device array properties on the command line is broken
Description of problem:
it does not accept the prop_array parameter:

```
qemu-system-x86_64 -enable-kvm -m 1g -cpu host -netdev socket,id=dev0,udp=10.10.10.227:30042,localaddr=:30042 -device rocker,len-ports=4,name=sw,len-ports=2,ports[0]=dev0
qemu-system-x86_64: -device rocker,len-ports=4,name=sw,len-ports=2,ports[0]=dev0: Property 'rocker.ports[0]' not found
```
Steps to reproduce:
1. just run the command
Additional information:
the latest qemu i find working is 6.1.1... if you start a fedora vm and `dnf install kernel-modules-internal` then the rocker ports appear and work properly...

thanks,
cs