diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
| commit | 256709d2eb3fd80d768a99964be5caa61effa2a0 (patch) | |
| tree | 05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/other/2744 | |
| parent | 2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff) | |
| download | qemu-analysis-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz qemu-analysis-256709d2eb3fd80d768a99964be5caa61effa2a0.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/105/other/2744')
| -rw-r--r-- | results/classifier/105/other/2744 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/105/other/2744 b/results/classifier/105/other/2744 new file mode 100644 index 000000000..3c56ce878 --- /dev/null +++ b/results/classifier/105/other/2744 @@ -0,0 +1,18 @@ +other: 0.868 +graphic: 0.800 +instruction: 0.708 +semantic: 0.660 +assembly: 0.644 +device: 0.602 +socket: 0.477 +network: 0.443 +mistranslation: 0.426 +vnc: 0.420 +boot: 0.302 +KVM: 0.198 + +Avoid defining custom machine-definition macros for each new machine type +Additional information: +There are already some semi-generic implementations of this macro, such as [`DEFINE_PC_VER_MACHINE()`](https://gitlab.com/qemu-project/qemu/-/blob/aa3a285b5bc56a4208b3b57d4a55291e9c260107/include/hw/i386/pc.h#L326), which is used for the 'q35', 'pc' and 'isapc' machine types. + +There does appear to be some deviation from the template macro in some cases. We would have to enumerate what the nature of these deviations is, why only some machine types need them, and how they would fit into the proposed generic macro. Still, if we could have a generic macro that simplifies 80% of machine types' version definitions, then that seems like a win. |