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_missing/2061.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_missing/2061.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2061.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2061.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2061.toml new file mode 100644 index 00000000..1efdc822 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2061.toml @@ -0,0 +1,21 @@ +id = 2061 +title = "Regression: QEMU 8.2.0 VFIO GPU guests cannot reboot due to improper reset" +state = "closed" +created_at = "2023-12-29T07:11:52.383Z" +closed_at = "2024-01-20T15:06:55.154Z" +labels = ["Stable::to backport", "VFIO", "workflow::Patch available"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2061" +host-os = "Arch Linux (up to date)" +host-arch = "x86_64" +qemu-version = "8.2.0" +guest-os = "Windows 11 Enterprise 23H2" +guest-arch = "x86_64" +description = """Prior to QEMU 8.2.0 (i.e. 8.1.4), rebooting the guest with VFIO GPU passed through would result in a proper reboot. +After updating to QEMU 8.2.0, rebooting the guest results in a black screen due to improper reset behaviour. +I was able to narrow this down to commit #3d779ab. Compiling and running with commit #0bddd88 results in the correct behaviour. +That is, the GPU properly resets on guest reboot and boots successfully to Windows.""" +reproduce = """1. Update to QEMU 8.2.0 +2. Boot Windows 11 23H2 +3. Reboot +4. Notice a black screen""" +additional = """""" |