diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_i386/host_missing/accel_missing/2555.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_i386/host_missing/accel_missing/2555.toml')
| -rw-r--r-- | gitlab/issues/target_i386/host_missing/accel_missing/2555.toml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_missing/2555.toml b/gitlab/issues/target_i386/host_missing/accel_missing/2555.toml deleted file mode 100644 index 277a5694..00000000 --- a/gitlab/issues/target_i386/host_missing/accel_missing/2555.toml +++ /dev/null @@ -1,30 +0,0 @@ -id = 2555 -title = "Can't start a guest with 2 IOAPICs" -state = "opened" -created_at = "2024-09-04T07:57:28.018Z" -closed_at = "n/a" -labels = ["target: i386"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2555" -host-os = "Ubuntu 22.04" -host-arch = "x86_64" -qemu-version = "QEMU emulator version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.22)" -guest-os = "Ubuntu 18.04" -guest-arch = "x86_64" -description = """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?""" -reproduce = "n/a" -additional = """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 - ```""" |