summaryrefslogtreecommitdiffstats
path: root/results/classifier/gemma3:12b/network/2530
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/network/2530
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/network/2530')
-rw-r--r--results/classifier/gemma3:12b/network/253018
1 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/network/2530 b/results/classifier/gemma3:12b/network/2530
new file mode 100644
index 00000000..954cdf0a
--- /dev/null
+++ b/results/classifier/gemma3:12b/network/2530
@@ -0,0 +1,18 @@
+
+Duplicate ACPI _SUN
+Description of problem:
+ACPI _SUN is `the slot-unique ID number for a slot`, but qemu uses `PCI_SLOT()` which is definitely not unique
+https://gitlab.com/qemu-project/qemu/-/blob/407f9a4b121eb65166375c410e14d7b704bc1106/hw/i386/acpi-build.c#L524
+Steps to reproduce:
+1. Create a linux VM with 2 virtio NICs
+2. Look at the ACPI _SUN of the virtio-pci devices (firmware_node/sun)
+
+Both virtio-pci devices have _SUN == 0
+```
+#
+Additional information:
+In systemd we recently introduced code to use firmware_node/sun information for NIC naming
+https://github.com/systemd/systemd/commit/0a4ecc54cb9f2d3418b970c51bfadb69c34ae9eb
+
+but having duplicate _SUN is of course problematic
+https://github.com/systemd/systemd/issues/34082