summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/other/1178107
blob: adf83f11fafe8a2db9cdb9e2a1cef1581846e626 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
qemu-system-*.exe -cpu ? (or -M ?) exit silently

For example, 'qemu-system-arm -cpu ?' on Linux host give me available cpu list:

Available CPUs:
  arm1026
  arm1136
  arm1136-r2
  ...

But on Windows host, I got nothing:

C:\opt\qemu-1.5.0-rc0-win64>qemu-system-arm -cpu ?

C:\opt\qemu-1.5.0-rc0-win64>echo %ERRORLEVEL%
0