summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1574327
blob: 58f66d16ebd814adee97748a5e305b613c80f9d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
qemu-system-x86_64 -net nic,model=help outputs to stderr instead of std

qemu-system-x86_64 -net nic,model=help

output comes to stderr instead of std


qemu-system-x86_64 -net nic,model=help  -> stdout
qemu-system-x86_64 -machine help -> stdout
qemu-system-x86_64 -cpu help -> stdout

as of https://github.com/qemu/qemu/blob/044d65525f6ac2093042ae18dbf8c1300b5c1c18/net/net.c#L831

I run qemu 2.5 on x86_64

kind regards