diff options
Diffstat (limited to 'gitlab/issues/target_i386/host_missing/accel_TCG/2206.toml')
| -rw-r--r-- | gitlab/issues/target_i386/host_missing/accel_TCG/2206.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_TCG/2206.toml b/gitlab/issues/target_i386/host_missing/accel_TCG/2206.toml new file mode 100644 index 00000000..40822dc4 --- /dev/null +++ b/gitlab/issues/target_i386/host_missing/accel_TCG/2206.toml @@ -0,0 +1,18 @@ +id = 2206 +title = "PAGE_FAULT_IN_NONPAGED_AREA in Windows 7 x64." +state = "closed" +created_at = "2024-03-03T18:15:32.965Z" +closed_at = "2024-03-20T16:57:58.557Z" +labels = ["accel: TCG", "target: i386", "workflow::Patch available"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2206" +host-os = "Windows 11 Insider Preview Build 26058.1000 (Dev Channel)" +host-arch = "x86-64" +qemu-version = "8.2.50 (v8.2.0-1947-ge1007b6bab-dirty)" +guest-os = "Windows 7" +guest-arch = "x86-64" +description = """When trying to install Windows 7, it always crashes with PAGE_FAULT_IN_NONPAGED_AREA. This also impacts Windows 8.1, but crashes when it tries to start up the installation disc.""" +reproduce = """1. Create A VM with the Windows 7 installation disc inside the cdrom. +2. Go through the installation +3. At some point, it will pull a blue screen with a PAGE_FAULT_IN_NONPAGED_AREA. (around expanding windows files or completing installation)""" +additional = """It looks like this bsod is relating to some non-canonical (illegal) virtual address being referenced. (It's just my guess based on the stop code) +""" |