diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/none/1438 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/none/1438')
| -rw-r--r-- | results/classifier/118/none/1438 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/results/classifier/118/none/1438 b/results/classifier/118/none/1438 new file mode 100644 index 000000000..658ec4122 --- /dev/null +++ b/results/classifier/118/none/1438 @@ -0,0 +1,37 @@ +device: 0.697 +network: 0.278 +mistranslation: 0.262 +socket: 0.220 +graphic: 0.205 +semantic: 0.192 +ppc: 0.133 +architecture: 0.132 +peripherals: 0.083 +user-level: 0.083 +performance: 0.056 +boot: 0.054 +PID: 0.050 +virtual: 0.042 +files: 0.039 +debug: 0.038 +vnc: 0.032 +arm: 0.027 +TCG: 0.026 +x86: 0.025 +permissions: 0.021 +kernel: 0.021 +i386: 0.017 +risc-v: 0.015 +VMM: 0.012 +register: 0.011 +KVM: 0.006 +hypervisor: 0.002 +assembly: 0.002 + +Allow to use QEMU sockets as a CAN bus backend +Additional information: +Good possible example how it can be done is via UDP multicast in `python-can` library: +- https://python-can.readthedocs.io/en/master/interfaces/udp_multicast.html + +Another option, with less features is using a simple serial/character device like in: +- https://python-can.readthedocs.io/en/master/interfaces/serial.html |