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_i386/host_missing/accel_KVM/674.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_i386/host_missing/accel_KVM/674.toml')
| -rw-r--r-- | gitlab/issues/target_i386/host_missing/accel_KVM/674.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_KVM/674.toml b/gitlab/issues/target_i386/host_missing/accel_KVM/674.toml new file mode 100644 index 00000000..7c466de0 --- /dev/null +++ b/gitlab/issues/target_i386/host_missing/accel_KVM/674.toml @@ -0,0 +1,22 @@ +id = 674 +title = "Windows 7 fails with blue screen when KVM is enabled." +state = "opened" +created_at = "2021-10-17T15:56:33.402Z" +closed_at = "n/a" +labels = ["accel: KVM", "target: i386"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/674" +host-os = "Arch Linux" +host-arch = "x86" +qemu-version = "QEMU emulator version 6.1.0" +guest-os = "Windows 7, 32 and 64 bit." +guest-arch = "x86" +description = """The problem appeared immediately after a full system update of Arch Linux (The first for several months). Windows 7 images that had been running normally would fail with a blue screen and Error 0x7E immediately after displaying "Starting Windows". The same error would occur with a Windows 7 installation image, as in the command line above. When the "-enable-kvm" option was removed Windows would run normally but slowly. An old Clonezilla image booted without apparent problems. + +The final line on the blue screen reads: +*** STOP: 0x0000007E (0xC0000005,0x8BA3CA36,0x85186AA0,0x85186680) + +After getting the problem with the Arch package I cloned the source and built the latest version, getting the same error. However, when I build version 5.2.95 (v6.0.0-rc5-dirty) I found that this would run my existing Windows images (qcow2) and the installation ISO image.""" +reproduce = """1. +2. +3.""" +additional = """""" |