diff options
Diffstat (limited to 'results/classifier/118/arm/1906463')
| -rw-r--r-- | results/classifier/118/arm/1906463 | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/results/classifier/118/arm/1906463 b/results/classifier/118/arm/1906463 new file mode 100644 index 00000000..4da55b2d --- /dev/null +++ b/results/classifier/118/arm/1906463 @@ -0,0 +1,53 @@ +arm: 0.890 +device: 0.792 +semantic: 0.558 +ppc: 0.480 +graphic: 0.434 +performance: 0.423 +network: 0.413 +socket: 0.369 +vnc: 0.345 +PID: 0.316 +boot: 0.306 +virtual: 0.291 +architecture: 0.286 +peripherals: 0.281 +debug: 0.280 +kernel: 0.276 +register: 0.260 +mistranslation: 0.229 +assembly: 0.207 +i386: 0.205 +VMM: 0.197 +x86: 0.189 +user-level: 0.188 +risc-v: 0.179 +permissions: 0.174 +hypervisor: 0.171 +TCG: 0.131 +KVM: 0.117 +files: 0.062 + +"-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. + +This works as intended, see Markus' reply here: +https://lists.gnu.org/archive/html/qemu-devel/2020-12/msg00337.html + + |