diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_KVM/2712.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_KVM/2712.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_KVM/2712.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_KVM/2712.toml b/gitlab/issues/target_missing/host_missing/accel_KVM/2712.toml new file mode 100644 index 00000000..2817f7be --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_KVM/2712.toml @@ -0,0 +1,19 @@ +id = 2712 +title = "Windows VM doesn't boot on QEMU KVM when hypervisor is disabled in Linux 6.12" +state = "closed" +created_at = "2024-12-07T20:54:57.655Z" +closed_at = "2024-12-14T08:36:17.730Z" +labels = ["accel: KVM", "guest: Windows"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2712" +host-os = "Manjaro Linux" +host-arch = "x86" +qemu-version = "9.1.2" +guest-os = "Windows 10, Windows 11 24H2" +guest-arch = "x86" +description = """Windows VM doesn't boot on QEMU KVM when hypervisor is disabled in Linux 6.12. QEMU uses 100% CPU core usage and nothing happens. + +It boots properly in Linux 6.11.10. I don't know if it's a kernel bug or QEMU needs some changes to work with the new kernel correctly.""" +reproduce = """1. Boot Windows 10 or 11 (can be installation ISO form official website) with KVM, but set "hypervisor=off" CPU parameter. +2. Wait. +3. Nothing happens - doesn't boot.""" +additional = """Nothing is displayed in console.""" |