summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/2555
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/other/2555
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/other/2555')
-rw-r--r--results/classifier/zero-shot/108/other/255535
1 files changed, 35 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/2555 b/results/classifier/zero-shot/108/other/2555
new file mode 100644
index 00000000..a1e35387
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/2555
@@ -0,0 +1,35 @@
+graphic: 0.860
+device: 0.666
+performance: 0.642
+semantic: 0.596
+network: 0.432
+PID: 0.361
+permissions: 0.295
+vnc: 0.290
+socket: 0.285
+debug: 0.245
+boot: 0.175
+other: 0.129
+KVM: 0.095
+files: 0.033
+
+Can't start a guest with 2 IOAPICs
+Description of problem:
+For a host with multiple IOAPICs, I want to start a guest with 2 IOAPICs. I saw this commit about this function: **[x86: add support for second ioapic]**:
+     https://gitlab.com/qemu-project/qemu/-/commit/94c5a606379ddd04beecdb11fb34b51b4b28c7f2
+
+But after I started a guest in a host with multiple IOAPICs, there was still only one IOAPIC in guest. How should I enable this feature?
+Additional information:
+Host IOAPICs Info:
+   ```
+[    1.268280] IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
+[    1.268286] IOAPIC[1]: apic_id 1, version 33, address 0xfec20000, GSI 24-55
+[    1.268291] IOAPIC[2]: apic_id 2, version 33, address 0xd9000000, GSI 56-87
+[    4.415313] ACPI: Using IOAPIC for interrupt routing
+   ```
+
+Guest IOAPIC Info:
+   ```
+[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
+[    0.255045] ACPI: Using IOAPIC for interrupt routing
+   ```