summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1178107
blob: 5d6e33094dcb5d74c236209791924833c0eb9df8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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