summary refs log tree commit diff stats
path: root/gitlab/issues/target_i386/host_missing/accel_missing/1410.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_i386/host_missing/accel_missing/1410.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_i386/host_missing/accel_missing/1410.toml')
-rw-r--r--gitlab/issues/target_i386/host_missing/accel_missing/1410.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_missing/1410.toml b/gitlab/issues/target_i386/host_missing/accel_missing/1410.toml
deleted file mode 100644
index 48836c452..000000000
--- a/gitlab/issues/target_i386/host_missing/accel_missing/1410.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-id = 1410
-title = "system_powerdown only works once"
-state = "opened"
-created_at = "2023-01-03T13:50:34.074Z"
-closed_at = "n/a"
-labels = ["ACPI", "target: i386"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1410"
-host-os = "Debian"
-host-arch = "x86_64"
-qemu-version = "7.2.0"
-guest-os = "Windows 10 LTS"
-guest-arch = "x86_64"
-description = """When the guest is configured to sleep on power button events, something in the ACPI states are not restored coming out of resume.  The first call to `system_powerdown` succeeds, but the second after waking the system is rejected in `acpi_pm1_evt_power_down()` since `ar->pm1.evt.en` is zero coming out of the resume path.
-
-There is probably something deeper (or perhaps in seabios?) since removing the test in that handler doesn't cause a second sleep either."""
-reproduce = """![image](/uploads/60876bde4027c42699f2edf936bd874d/image.png)
-1. Boot a guest configured to sleep when it receives a power button event
-2. `system_powerdown` from the monitor to tell it to sleep
-3. `info status` to verify that it is suspended
-4. Wake the guest, either with `system_wakeup` or moving the mouse or something
-5. `system_powerdown` has no effect"""
-additional = """This is using qemu-7.2.0 built from source with a Windows 10 guest and IGD GPU+audio passthrough."""