diff options
Diffstat (limited to 'results/classifier/gemma3:12b/other/1178107')
| -rw-r--r-- | results/classifier/gemma3:12b/other/1178107 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/other/1178107 b/results/classifier/gemma3:12b/other/1178107 new file mode 100644 index 00000000..adf83f11 --- /dev/null +++ b/results/classifier/gemma3:12b/other/1178107 @@ -0,0 +1,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 \ No newline at end of file |