summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/device/1906463
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/device/1906463')
-rw-r--r--results/classifier/gemma3:12b/device/190646319
1 files changed, 19 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/1906463 b/results/classifier/gemma3:12b/device/1906463
new file mode 100644
index 000000000..f0b3696a7
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/1906463
@@ -0,0 +1,19 @@
+
+"-device help" does not report all devices
+
+-device help doesn't report all devices.
+E.g., devices that are instantiated by a board don't get printed in part because they don't exist when "-device help" is processed. As an experiment I deferred processing of "-device help" as long as possible and some devices were still not printed, so there's more going on here.
+
+QEMU commit hash: 944fdc5e27a5b5adbb765891e8e70e88ba9a00ec
+
+Repro:
+$ configure --target-list=arm-softmmu
+$ make
+$ ./qemu-system-arm -device help | grep npcm7xx
+<empty>
+
+I'd expect to see things like npcm7xx-rng in the output.
+
+I can imagine enumerating board-provided devices is a challenge.
+Still, it'd be really nice if "-device help" printed them, and having
+"-device $driver,help" work as well.
\ No newline at end of file