diff options
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.toml | 18 |
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 = """""" |