summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/2744
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/peripherals/2744
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/2744')
-rw-r--r--results/classifier/gemma3:12b/peripherals/27446
1 files changed, 6 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/2744 b/results/classifier/gemma3:12b/peripherals/2744
new file mode 100644
index 000000000..c7bed2048
--- /dev/null
+++ b/results/classifier/gemma3:12b/peripherals/2744
@@ -0,0 +1,6 @@
+
+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.