summary refs log tree commit diff stats
path: root/gitlab/issues/target_sparc/host_missing/accel_missing/2534.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_sparc/host_missing/accel_missing/2534.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_sparc/host_missing/accel_missing/2534.toml')
-rw-r--r--gitlab/issues/target_sparc/host_missing/accel_missing/2534.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/gitlab/issues/target_sparc/host_missing/accel_missing/2534.toml b/gitlab/issues/target_sparc/host_missing/accel_missing/2534.toml
new file mode 100644
index 00000000..b863ecfb
--- /dev/null
+++ b/gitlab/issues/target_sparc/host_missing/accel_missing/2534.toml
@@ -0,0 +1,18 @@
+id = 2534
+title = "Solaris cannot be power offed with system_powerdown on qemu-system-sparc"
+state = "opened"
+created_at = "2024-08-24T18:36:22.024Z"
+closed_at = "n/a"
+labels = ["target: sparc"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2534"
+host-os = "Ubuntu 24.04"
+host-arch = "x86_64"
+qemu-version = "8.2.2 (Debian 1:8.2.2+ds-0ubuntu1.2)"
+guest-os = "Solaris 2.6"
+guest-arch = "SPARC/sun4m"
+description = """When a `system_powerdown` is done in the QEMU Monitor, nothing happens. Also happens with `qemu-system-sparc.exe` version 9.1.0-rc3, that is, it's not fixed in newer versions. Looking at [sun4m.c](https://gitlab.com/qemu-project/qemu/-/blob/master/hw/sparc/sun4m.c#L451) code, it registers a system_powerdown handler, but it's not working."""
+reproduce = """1. Start the machine with the command line above and wait for the complete OS initialization
+2. Open the machine monitor
+3. Do a `system_powerdown` command
+4. Nothing will happen"""
+additional = """"""